OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:agentroster
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentRoster.java
47
public class
AgentRoster
{
63
* Constructs a new
AgentRoster
.
67
AgentRoster
(Connection connection, String workgroupJID) {
AgentSession.java
72
private
AgentRoster
agentRoster
= null;
141
* @return the
AgentRoster
143
public
AgentRoster
getAgentRoster() {
144
if (
agentRoster
== null) {
145
agentRoster
= new
AgentRoster
(connection, workgroupJID);
154
while (!
agentRoster
.rosterInitialized && elapsed <= 2000) {
163
return
agentRoster
;
[
all
...]
Completed in 103 milliseconds