|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectunsw.cse.mica.agent.transport.AbstractAgentProtocol
unsw.cse.mica.agent.transport.XMLAgentProtocol
unsw.cse.mica.agent.transport.secure.SecureXMLAgentProtocol
public class SecureXMLAgentProtocol
An extension of XMLAgentProtocol that includes sending a password when connecting to the blackboard.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class unsw.cse.mica.agent.transport.AbstractAgentProtocol |
---|
AbstractAgentProtocol.Reply |
Constructor Summary | |
---|---|
SecureXMLAgentProtocol()
|
|
SecureXMLAgentProtocol(java.lang.String password)
Creates a SecureXMLAgentProtocol with given password. |
Method Summary | |
---|---|
void |
setPassword(java.lang.String password)
Sets the password to use when connecting to the blackboard. |
Methods inherited from class unsw.cse.mica.agent.transport.XMLAgentProtocol |
---|
connect, disconnect, isConnected, setConnectReply, setMobSearchReply, setReadMobReply, setStatusReply, setTypeManagerReply, setWriteMobReply |
Methods inherited from class unsw.cse.mica.agent.transport.AbstractAgentProtocol |
---|
deleteMob, getTypeManager, handleDeletedMob, handleNewMob, handleReplacedMob, handleTypeManagerChanged, mobSearch, readMob, register, replaceMob, setConnection, setMessageHandler, unregister, writeMob |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecureXMLAgentProtocol()
public SecureXMLAgentProtocol(java.lang.String password)
password
- the password to use when connecting to the blackboardMethod Detail |
---|
public void setPassword(java.lang.String password)
password
- the password to use
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |