Uses of Class
FIPA.Property

Packages that use Property
FIPA   
 

Uses of Property in FIPA
 

Fields in FIPA declared as Property
 Property[] AgentID.userDefinedProperties
           
 Property[][] Envelope.transportBehaviour
           
 Property[] Envelope.userDefinedProperties
           
 Property[][] OptTransportBehaviourTypeHolder.value
           
 Property PropertyHolder.value
           
 Property[] TransportBehaviourTypeHolder.value
           
 

Methods in FIPA that return Property
static Property[][] OptTransportBehaviourTypeHelper.extract(org.omg.CORBA.Any a)
           
static Property[][] OptTransportBehaviourTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Property PropertyHelper.extract(org.omg.CORBA.Any a)
           
static Property PropertyHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Property[] TransportBehaviourTypeHelper.extract(org.omg.CORBA.Any a)
           
static Property[] TransportBehaviourTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in FIPA with parameters of type Property
static void OptTransportBehaviourTypeHelper.insert(org.omg.CORBA.Any a, Property[][] that)
           
static void OptTransportBehaviourTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream, Property[][] value)
           
static void PropertyHelper.insert(org.omg.CORBA.Any a, Property that)
           
static void PropertyHelper.write(org.omg.CORBA.portable.OutputStream ostream, Property value)
           
static void TransportBehaviourTypeHelper.insert(org.omg.CORBA.Any a, Property[] that)
           
static void TransportBehaviourTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream, Property[] value)
           
 

Constructors in FIPA with parameters of type Property
AgentID(java.lang.String _name, java.lang.String[] _addresses, AgentID[] _resolvers, Property[] _userDefinedProperties)
           
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)
           
OptTransportBehaviourTypeHolder(Property[][] initialValue)
           
PropertyHolder(Property initialValue)
           
TransportBehaviourTypeHolder(Property[] initialValue)
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.