|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.PrincipalInfo
com.tibco.tibjms.admin.GroupInfo
This class represents a group on the Tibjms server. A group can contain users (but not other groups) and can be a principal in access control.
Constructor Summary | |
GroupInfo(java.lang.String groupName)
Public constructor to create a GroupInfo with no description. |
|
GroupInfo(java.lang.String groupName,
java.lang.String description)
Public constructor to create a GroupInfo. |
Method Summary | |
UserInfo[] |
getUsers()
Get the array of users that belong to this group. |
java.lang.String |
toString()
Generate a string representation of this GroupInfo. |
Methods inherited from class com.tibco.tibjms.admin.PrincipalInfo |
getDescription, getName, isExternal, setDescription |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GroupInfo(java.lang.String groupName, java.lang.String description)
groupName
- the name of the new group.description
- the description for the new group.public GroupInfo(java.lang.String groupName)
groupName
- the name of the new group.Method Detail |
public UserInfo[] getUsers()
public java.lang.String toString()
toString
in class PrincipalInfo
|
TIBCO Enterprise Message Service Version 4.3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |