HomeSort by relevance Sort by last modified time
    Searched refs:workgroupName (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
RevokedOffer.java 34 private String workgroupName;
43 * @param workgroupName the fully qualified name of the workgroup
48 RevokedOffer(String userJID, String userID, String workgroupName, String sessionID,
54 this.workgroupName = workgroupName;
75 return this.workgroupName;
Offer.java 46 private String workgroupName;
61 * @param workgroupName the fully qualified name of the workgroup.
69 String userJID, String workgroupName, Date expiresDate,
76 this.workgroupName = workgroupName;
130 return this.workgroupName;

Completed in 349 milliseconds