org.objectweb.jotm.btp.roles
Class Actor
java.lang.Object
|
+--org.objectweb.jotm.btp.axis.WebService
|
+--org.objectweb.jotm.btp.roles.Actor
- Direct Known Subclasses:
- Inferior, Superior
- public abstract class Actor
- extends WebService
Fields inherited from class org.objectweb.jotm.btp.axis.WebService |
url_ |
Constructor Summary |
protected |
Actor(org.apache.log4j.Category logger)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Actor
protected Actor(org.apache.log4j.Category logger)
logger
public org.apache.log4j.Category logger()
messages
public String messages(String xml)
logOutgoing
protected void logOutgoing(String xml)
logOutgoing
public void logOutgoing(BtpMessage m)
logIncoming
protected void logIncoming(String xml)
logIncoming
public void logIncoming(BtpMessage m)
onMessage
public abstract String onMessage(String xml)
getLastIncoming
public String getLastIncoming()
getLastOutgoing
public String getLastOutgoing()
getLastIncoming
public String getLastIncoming(int pos)
getLastOutgoing
public String getLastOutgoing(int pos)
getRecentIncoming
public Vector getRecentIncoming()
getRecentOutgoing
public Vector getRecentOutgoing()