Searched refs:workgroupName (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DRevokedOffer.java34 private String workgroupName; field in class:RevokedOffer
43 * @param workgroupName the fully qualified name of the workgroup
48 RevokedOffer(String userJID, String userID, String workgroupName, String sessionID, argument
54 this.workgroupName = workgroupName;
75 return this.workgroupName;
H A DOffer.java46 private String workgroupName; field in class:Offer
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;
68 Offer(Connection conn, AgentSession agentSession, String userID, String userJID, String workgroupName, Date expiresDate, String sessionID, Map<String, List<String>> metaData, OfferContent content) argument

Completed in 26 milliseconds