net.sf.sail.core.beans.service
Interface AgentService
- All Known Implementing Classes:
- MemoryPersistenceImpl
public interface AgentService
The service that beans call upon to record data through rims into socks.
- Author:
- turadg
- See Also:
net.sf.sail.test.data.IAgent
,
net.sf.sail.test.data.Rim
getSock
<T> ISock<T> getSock(Rim<T> rim,
IAgent agent)
throws UnsupportedRimShapeException
- Throws:
UnsupportedRimShapeException
getAgentsInRole
AgentSet getAgentsInRole(Role role)
- This should return the agents that are currently active on this session
- Parameters:
role
-
- Returns:
createAgent
IAgent createAgent(Role role)
getAgentsOfUser
AgentSet getAgentsOfUser(User user)
dump
void dump(SessionContext session,
java.io.PrintStream out)
Copyright © 2004-2008 TELS Center. All Rights Reserved.