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

Method Summary
 void addAgent(IAgent agent)
           
 void dump(SessionContext session, java.io.PrintStream out)
           
 AgentSet getAgentsInRole(Role role)
           
 AgentSet getAgentsOfUser(User user)
           
 ISock getSock(Rim rim, IAgent agent)
           
 

Method Detail

getSock

ISock getSock(Rim rim,
              IAgent agent)
              throws UnsupportedRimShapeException
Throws:
UnsupportedRimShapeException

getAgentsInRole

AgentSet getAgentsInRole(Role role)

addAgent

void addAgent(IAgent agent)

getAgentsOfUser

AgentSet getAgentsOfUser(User user)

dump

void dump(SessionContext session,
          java.io.PrintStream out)


Copyright 2004-2004-2006 TELS Center. All Rights Reserved.