| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
fipaos.mts.MTPBase | +--fipaos.mts.ExternalMTPBase | +--fipaos.mts.iiop.sun.external.SUNIIOPComms
SUNIIOPComms uses jdk1.2's IDL classes to provide a FIPA99 Structured IIOP interface for Agent communications.
$Revision: 1.15 $ $Date: 2001/04/04 23:21:35 $ $Author: alantreadway $
Inner Class Summary | |
public class | SUNIIOPComms.MTSListener Listener class for the MTS |
Fields inherited from class fipaos.mts.MTPBase |
_shutdown, ACC_NAME |
Constructor Summary | |
SUNIIOPComms(String our_name, URL ns_url) Comms initialiser |
Method Summary | |
static org.omg.CORBA.Object | corbaNameResolve(URL name) Attempt to resolve the given CORBANAME url |
List | getAddresses() Method to retreive the protocol dependant address of an object that can be used to receive messages. |
List | getProtocols() Retreives the protocols known by this comms implementation |
void | handleMessage(fipaos.mts.iiop.sun.external.FIPA.FipaMessage msg) Handle incoming messages |
static void | main(String[] args) Test harness for transport Use java fipaos.comm.sunidl.SUNIDLComms /? for usage details |
static org.omg.CORBA.Object | nsResolve(String host, int port, String url_target) Attempt to resolve the target at the given CosNamingService located at the given ORB server |
void | shutdown() This should be invoked when the transport should be safely shutdown |
Methods inherited from class fipaos.mts.ExternalMTPBase |
incoming, initialise, outgoing |
Constructor Detail |
public SUNIIOPComms(String our_name, URL ns_url)
throws fipaos.mts.InitialisationException
Method Detail |
public static org.omg.CORBA.Object corbaNameResolve(URL name)
public List getAddresses()
public List getProtocols()
public void handleMessage(fipaos.mts.iiop.sun.external.FIPA.FipaMessage msg)
public static void main(String[] args)
throws java.lang.Exception
public static org.omg.CORBA.Object nsResolve(String host, int port, String url_target)
throws java.lang.Exception
public void shutdown()
Association Links |
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.util.List
to Class org.omg.CORBA.ORB
to Class org.omg.CosNaming.NamingContext
to Class fipaos.mts.iiop.sun.external.FIPA.MTS
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |