public class WASActivationSpec extends WASLoginContext implements MaximoJMSQueues, FixedLoggers
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
activationProps |
static int |
Active |
static int |
Inactive |
java.util.Set |
mbeans |
static java.lang.String |
pause |
boolean |
privileged |
static java.lang.String |
resume |
com.ibm.websphere.management.AdminService |
service |
static java.lang.String |
status |
static int |
Stopped |
Empty, Error, SuccessAPPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix| Constructor and Description |
|---|
WASActivationSpec(com.ibm.websphere.management.AdminService service) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
allQueues() |
protected int |
invoke(java.lang.String operation)
Implemented by the client.
|
int |
pauseAll() |
int |
resumeAll() |
execute, isAdminSecurityEnabled, loginContextpublic static final java.lang.String pause
public static final java.lang.String resume
public static final java.lang.String status
public static final java.lang.String activationProps
public static final int Active
public static final int Inactive
public static final int Stopped
public com.ibm.websphere.management.AdminService service
public java.util.Set mbeans
public boolean privileged
public WASActivationSpec(com.ibm.websphere.management.AdminService service)
public int pauseAll()
pauseAll in interface MaximoJMSQueuespublic int resumeAll()
resumeAll in interface MaximoJMSQueuespublic java.lang.Object allQueues()
allQueues in interface MaximoJMSQueuesprotected int invoke(java.lang.String operation)
WASLoginContextinvoke in class WASLoginContext