|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibjms.admin.PrincipalInfo
public abstract class PrincipalInfo
This abstract class represents a user or group and contains methods common to both.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the description of this user or group. |
java.lang.String |
getName()
Get the name of this user or group. |
boolean |
isExternal()
Indicates whether or not this user or group is external. |
void |
setDescription(java.lang.String description)
Set the description of this user or group. |
java.lang.String |
toString()
Generate a string representation of this PrincipalInfo. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String description) throws TibjmsAdminException
description
- the description of this user or group.
TibjmsAdminException
- if the user or group is external.public boolean isExternal()
public java.lang.String toString()
toString
in class java.lang.Object
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |