org.commonreality.agents
Interface IAgent

All Superinterfaces:
IIdentifiable, IParticipant, java.io.Serializable
All Known Implementing Classes:
AbstractAgent

public interface IAgent
extends IParticipant

Author:
developer

Method Summary
 void setCredentials(ICredentials credentials)
           
 
Methods inherited from interface org.commonreality.participant.IParticipant
configure, connect, disconnect, getAfferentObjectManager, getAgentObjectManager, getClock, getEfferentCommandManager, getEfferentObjectManager, getRealObjectManager, getSensorObjectManager, initialize, isConnected, isInitialized, isStarted, isSuspended, reset, resume, send, shutdown, start, stop, suspend, waitForConnection, waitForResumption, waitForStart, waitForStop, waitForSuspension
 
Methods inherited from interface org.commonreality.identifier.IIdentifiable
getIdentifier
 

Method Detail

setCredentials

void setCredentials(ICredentials credentials)