| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URL | |
fipaos.mts | |
fipaos.mts.http.internal | |
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 | |
ExternalMTP | DefaultTransportProvider.getExternalMTP(String name, URL url) Creates an ExternalMTP instance based upon the URL given for a naming service |
InternalMTP | DefaultTransportProvider.getInternalMTP(String name, URL url) Creates an InternalMTP instance based upon the URL given for a naming service |
static ExternalMTP | TransportProvider.getDefaultExternalMTP(String agent_name, URL ns) Creates an ExternalMTP instance based upon the URL given for a naming service using the default TransportProvider instance |
static InternalMTP | TransportProvider.getDefaultInternalMTP(String agent_name, URL ns) Creates an InternalMTP instance based upon the URL given for a naming service using the default TransportProvider instance |
abstract ExternalMTP | TransportProvider.getExternalMTP(String agent_name, URL ns) Creates an ExternalMTP instance based upon the URL given for a naming service |
abstract InternalMTP | TransportProvider.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.http.internal |
Constructors in fipaos.mts.http.internal with parameters of type URL | |
HTTPComms.HTTPComms(String name, URL ns) Comms initialiser |
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.Object | SUNIIOPComms.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 | |
URL | Received.getBy() |
URL | Received.getFrom() |
Methods in fipaos.ont.fipa.fipaman with parameters of type URL | |
boolean | MTPDescription.addAddress(URL address) add an address to the list of addresses |
boolean | MTPDescription.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 URL | TestingMTP.__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 boolean | TestingMTP.sendMessage(URL url, Message msg) Send the given message to the given Agent - please ensure to set AID in ACL and Envelope appropriately |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |