fipaos.mts.iiop.sun.external.FIPA
Class Envelope

java.lang.Object
  |
  +--fipaos.mts.iiop.sun.external.FIPA.Envelope
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class Envelope
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String aclRepresentation
           
 java.lang.String comments
           
 DateTime[] date
           
 java.lang.String[] encrypted
           
 AgentID[] from
           
 AgentID[] intendedReceiver
           
 java.lang.String payloadEncoding
           
 int payloadLength
           
 ReceivedObject[] received
           
 AgentID[] to
           
 Property[][] transportBehaviour
           
 Property[] userDefinedProperties
           
 
Constructor Summary
Envelope()
           
Envelope(AgentID[] __to, AgentID[] __from, java.lang.String __comments, java.lang.String __aclRepresentation, int __payloadLength, java.lang.String __payloadEncoding, DateTime[] __date, java.lang.String[] __encrypted, AgentID[] __intendedReceiver, ReceivedObject[] __received, Property[][] __transportBehaviour, Property[] __userDefinedProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

to

public AgentID[] to

from

public AgentID[] from

comments

public java.lang.String comments

aclRepresentation

public java.lang.String aclRepresentation

payloadLength

public int payloadLength

payloadEncoding

public java.lang.String payloadEncoding

date

public DateTime[] date

encrypted

public java.lang.String[] encrypted

intendedReceiver

public AgentID[] intendedReceiver

received

public ReceivedObject[] received

transportBehaviour

public Property[][] transportBehaviour

userDefinedProperties

public Property[] userDefinedProperties
Constructor Detail

Envelope

public Envelope()

Envelope

public Envelope(AgentID[] __to,
                AgentID[] __from,
                java.lang.String __comments,
                java.lang.String __aclRepresentation,
                int __payloadLength,
                java.lang.String __payloadEncoding,
                DateTime[] __date,
                java.lang.String[] __encrypted,
                AgentID[] __intendedReceiver,
                ReceivedObject[] __received,
                Property[][] __transportBehaviour,
                Property[] __userDefinedProperties)