|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAgent | |
---|---|
net.sf.sail.common.persistance.memory | Implementation of PersistanceService that stores everything in RAM. |
net.sf.sail.common.util | Miscellaneous utility classes. |
net.sf.sail.core.beans.service | Provides interfaces for standard services used in SAIL. |
net.sf.sail.core.entity | |
net.sf.sail.core.service.impl |
Uses of IAgent in net.sf.sail.common.persistance.memory |
---|
Classes in net.sf.sail.common.persistance.memory that implement IAgent | |
---|---|
class |
MemoryAgent
A set of users, in a given role, that are responsible for some events or data. |
Methods in net.sf.sail.common.persistance.memory that return IAgent | |
---|---|
IAgent |
MemoryPersistenceImpl.createAgent(Role role)
|
Methods in net.sf.sail.common.persistance.memory with parameters of type IAgent | ||
---|---|---|
|
MemoryPersistenceImpl.getSock(Rim<T> rim,
IAgent agent)
|
Uses of IAgent in net.sf.sail.common.util |
---|
Methods in net.sf.sail.common.util that return types with arguments of type IAgent | |
---|---|
static java.util.Collection<IAgent> |
MockData.simpleAgentSet(java.util.Collection<User> users)
Give each user an INDIVIDUAL agent and put them all in one RUN_WORKGROUP agent |
Uses of IAgent in net.sf.sail.core.beans.service |
---|
Methods in net.sf.sail.core.beans.service that return IAgent | |
---|---|
IAgent |
AgentService.createAgent(Role role)
|
Methods in net.sf.sail.core.beans.service with parameters of type IAgent | ||
---|---|---|
IAnnotation |
AnnotationService.getAnnotation(java.lang.Object sailEntity,
IAgent agent,
java.lang.String source)
Returns the first annotation associated with this entity and agent which has the requested source. |
|
IAnnotation[] |
AnnotationService.getAnnotations(java.lang.Object sailEntity,
IAgent agent)
Return the list of annotations associated with this entity and agent. |
|
|
AgentService.getSock(Rim<T> rim,
IAgent agent)
|
Uses of IAgent in net.sf.sail.core.entity |
---|
Methods in net.sf.sail.core.entity that return IAgent | |
---|---|
IAgent |
AgentSet.getSingle()
Assumes there is only one agent in the set |
Uses of IAgent in net.sf.sail.core.service.impl |
---|
Methods in net.sf.sail.core.service.impl that return IAgent | |
---|---|
IAgent |
UserServiceImpl.getWorkgroupAgent()
This is a helper method because this object has all the ids needed to make the workgroup agent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |