public class PSAdminObject extends PSObject
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector | cassetteMessages
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected | PSAdminObject(com.ibm.etill.org.w3c.dom.Element xml)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean | getActive()
Deprecated.
Returns whether this administration object is active.
|
java.util.Enumeration | getCassetteMessages()
Deprecated.
Returns the cassette messages associated with this administration object.
|
java.lang.Boolean | getChangesPending()
Deprecated.
Returns whether changes to this administration object is pending.
|
java.lang.Boolean | getEnabled()
Deprecated.
Returns whether this administration object is enabled.
|
java.util.Enumeration | getFrameworkMessages()
Deprecated.
Returns the framework messages associated with this administration object.
|
java.lang.Boolean | getValid()
Deprecated.
Returns whether this administration object is valid.
|
protected void | processCassetteConfigObjects(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCassetteObjects
|
protected java.util.Vector | processMessages(com.ibm.etill.org.w3c.dom.Element xml, java.lang.String messagesKey)
Deprecated.
Messages
|
protected PSAdminObject(com.ibm.etill.org.w3c.dom.Element xml)
protected java.util.Vector processMessages(com.ibm.etill.org.w3c.dom.Element xml, java.lang.String messagesKey)
protected void processCassetteConfigObjects(com.ibm.etill.org.w3c.dom.Element element)
public java.lang.Boolean getActive()
public java.lang.Boolean getEnabled()
public java.lang.Boolean getValid()
public java.lang.Boolean getChangesPending()
public java.util.Enumeration getFrameworkMessages()
public java.util.Enumeration getCassetteMessages()