fipaos.mts.rmi.internal
Class RMIComms$MTSListener_Stub

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteStub
              |
              +--fipaos.mts.rmi.internal.RMIComms$MTSListener_Stub
All Implemented Interfaces:
MTS, java.rmi.Remote, java.io.Serializable

public final class RMIComms$MTSListener_Stub
extends java.rmi.server.RemoteStub
implements MTS, java.rmi.Remote

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RMIComms$MTSListener_Stub()
           
RMIComms$MTSListener_Stub(java.rmi.server.RemoteRef ref)
           
 
Method Summary
 void message(Message $param_Message_1)
          All messages to an Agent should be passed using this method
 void ping()
          Simple ping to check if an Agent is still alive
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMIComms$MTSListener_Stub

public RMIComms$MTSListener_Stub()

RMIComms$MTSListener_Stub

public RMIComms$MTSListener_Stub(java.rmi.server.RemoteRef ref)
Method Detail

message

public void message(Message $param_Message_1)
             throws java.rmi.RemoteException
Description copied from interface: MTS
All messages to an Agent should be passed using this method
Specified by:
message in interface MTS
Following copied from interface: fipaos.mts.rmi.internal.MTS
Parameters:
msg - The Message encapsulating the envelope, ACL and message content

ping

public void ping()
          throws java.rmi.RemoteException
Description copied from interface: MTS
Simple ping to check if an Agent is still alive
Specified by:
ping in interface MTS