|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.api.jmx.mbeans.BaseAdmin
public abstract class BaseAdmin
This class implements BaseAdminMBean and is extended by most of the implementing classes from the management package.
Constructor Summary | |
---|---|
BaseAdmin()
|
Method Summary | |
---|---|
protected java.lang.String |
getCurrentUserId()
Retrieves the ID of the current user. |
java.lang.String |
getKeyPropertyList()
Returns the MBean key property list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.di.api.jmx.mbeans.BaseMBean |
---|
getId, getType |
Constructor Detail |
---|
public BaseAdmin()
Method Detail |
---|
public java.lang.String getKeyPropertyList() throws DIException
AssemblyLine
and the id is Hello
, the
result of this method would be
"type=AssemblyLine,id=Hello"
DIException
- if an error occurs while obtaining MBean's type.protected java.lang.String getCurrentUserId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |