com.ibm.etill.framework.admin
Class UserAdmin

java.lang.Object
  |
  +--com.ibm.etill.framework.admin.AdminObject
        |
        +--com.ibm.etill.framework.admin.UserAdmin
All Implemented Interfaces:
Archivable, PSServerAdminConstants

public abstract synchronized class UserAdmin
extends AdminObject


Fields inherited from interface com.ibm.etill.framework.xdm.PSServerAdminConstants
COL_ACTIVE, COL_ENABLED, COL_MESSAGESKEY, COL_PENDING, COL_VALID
 
Constructor Summary
UserAdmin()
           
 
Method Summary
 String toString()
          Implemented by subclasses to format this AdminObject for tracing purposes.
 
Methods inherited from class com.ibm.etill.framework.admin.AdminObject
addCassetteMessage, addFrameworkMessage, getActive, getEnabled, getInvalidList, getPending, processConfigurationChanges, processExtension, setActive, setEnabled, setEnabled, setPending, startObject, stopObject, validateExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.etill.framework.archive.Archivable
createRecord, deleteRecord, updateRecord
 

Constructor Detail

UserAdmin

public UserAdmin()
Method Detail

toString

public String toString()
Description copied from class: AdminObject
Implemented by subclasses to format this AdminObject for tracing purposes.
Overrides:
toString in class AdminObject
Following copied from class: com.ibm.etill.framework.admin.AdminObject
Returns:
String - a string representation of the key elements of this AdminObject.