|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.Extension.IQAgentsBuilder
IQAgentsBuilder
is used to construct IQAgents objects
Agent
,
IQAgents
Field Summary | |
private java.util.Vector |
agentList
Vector of Agents objects contained. |
Constructor Summary | |
IQAgentsBuilder()
Creates a new IQAgentsBuilder instance. |
Method Summary | |
void |
addAgent(Agent agent)
addAgent adds a new agent object to the end of this
list. |
Extension |
build()
build a new IQAgents object |
void |
delAgent(Agent agent)
delAgent removes an agent from this list, if it is present |
java.util.Vector |
getAgents()
getAgents returns the vector representing the agent
objects associated with this object. |
void |
reset()
reset the builder to a default state, so it can be reused. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector agentList
Constructor Detail |
public IQAgentsBuilder()
IQAgentsBuilder
instance.Method Detail |
public void reset()
reset
the builder to a default state, so it can be reused.public void addAgent(Agent agent)
addAgent
adds a new agent object to the end of this
list.agent
- an Agent
valuepublic void delAgent(Agent agent)
delAgent
removes an agent from this list, if it is presentagent
- an Agent
valuepublic java.util.Vector getAgents()
getAgents
returns the vector representing the agent
objects associated with this object.Vector
valuepublic Extension build() throws java.lang.InstantiationException
build
a new IQAgents objectExtension
value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |