Compoze Software, Inc.

com.compoze.collab.lcs
Interface ILcsGroup


public interface ILcsGroup

Describes a SIP friends group


Field Summary
static Key GROUP_ID
          Key that represents the instant messaging friend 'group id' property.
 
Method Summary
 int getGroupId()
          Get SIP group id.
 void setGroupId(int iId)
          Set SIP group id.
 

Field Detail

GROUP_ID


public static final Key GROUP_ID
Key that represents the instant messaging friend 'group id' property.
Method Detail

setGroupId


public void setGroupId(int iId)
                throws CollaborationException
Set SIP group id. Group ID is a number associated with each LCS group. It is the primary identfier of that group as far as LCS is concerned. The name of the group is strictly for display purposes.
Parameters:
iId - integer assigned to this group by the server

getGroupId


public int getGroupId()
               throws CollaborationException
Get SIP group id.
Returns:
group id or -1 if no group id was provided

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.