Uses of Class
fipaos.util.URL

Packages that use URL
fipaos.mts 
fipaos.mts.httpMTP 
fipaos.mts.iiop.sun.external 
fipaos.mts.rmi.internal 
fipaos.mts.rmi.internal.ns 
fipaos.ont.fipa.fipaman 
fipaos.test.agent 

Uses of URL in fipaos.mts
 

Constructors in fipaos.mts with parameters of type URL
MTS.MTS(URL ams, List mtp_ns, AgentID owner)
          Construct a new MTS object + initialise MTP's
 

Methods in fipaos.mts with parameters of type URL
ExternalMTPDefaultTransportProvider.getExternalMTP(String name, URL url)
          Creates an ExternalMTP instance based upon the URL given for a naming service
InternalMTPDefaultTransportProvider.getInternalMTP(String name, URL url)
          Creates an InternalMTP instance based upon the URL given for a naming service
abstract ExternalMTPTransportProvider.getExternalMTP(String agent_name, URL ns)
          Creates an ExternalMTP instance based upon the URL given for a naming service
abstract InternalMTPTransportProvider.getInternalMTP(String agent_name, URL ns)
          Creates an InternalMTP instance based upon the URL given for a naming service
 

Uses of URL in fipaos.mts.httpMTP
 

Constructors in fipaos.mts.httpMTP with parameters of type URL
HTTPComms.HTTPComms(String our_name, fipaos.util.URL ns_url)
          Comms initialiser
SenderThread.SenderThread(fipaos.util.URL target, Envelope env, byte[] msg)
          
 

Uses of URL in fipaos.mts.iiop.sun.external
 

Constructors in fipaos.mts.iiop.sun.external with parameters of type URL
SUNIIOPComms.SUNIIOPComms(String our_name, URL ns_url)
          Comms initialiser
 

Methods in fipaos.mts.iiop.sun.external with parameters of type URL
static org.omg.CORBA.ObjectSUNIIOPComms.corbaNameResolve(URL name)
          Attempt to resolve the given CORBANAME url
 

Uses of URL in fipaos.mts.rmi.internal
 

Constructors in fipaos.mts.rmi.internal with parameters of type URL
RMIComms.RMIComms(String name, URL ns)
          Comms initialiser
SSLRMIComms.SSLRMIComms(String name, URL ns)
          
 

Uses of URL in fipaos.mts.rmi.internal.ns
 

Constructors in fipaos.mts.rmi.internal.ns with parameters of type URL
RMIAgentNamingServiceImpl.RMIAgentNamingServiceImpl(URL url)
          Constructs the NS
 

Uses of URL in fipaos.ont.fipa.fipaman
 

Constructors in fipaos.ont.fipa.fipaman with parameters of type URL
Received.Received(URL from, URL by, String id, String via, UTCTime time)
          
Received.Received(URL from, URL by, String id, String via)
          
 

Methods in fipaos.ont.fipa.fipaman that return URL
URLReceived.getBy()
          
URLReceived.getFrom()
          
 

Methods in fipaos.ont.fipa.fipaman with parameters of type URL
booleanMTPDescription.addAddress(URL address)
          add an address to the list of addresses
booleanMTPDescription.removeAddress(URL address)
          remove an address from the list of addresses
 

Uses of URL in fipaos.test.agent
 

Fields in fipaos.test.agent declared as URL
static URLTestingMTP.__dummy_url
          URL for tester
 

Constructors in fipaos.test.agent with parameters of type URL
TestingMTP.TestingMTP(String name, URL ns)
          
 

Methods in fipaos.test.agent with parameters of type URL
static booleanTestingMTP.sendMessage(URL url, Message msg)
          Send the given message to the given Agent - please ensure to set AID in ACL and Envelope appropriately