|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MQService
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
int |
getControl()
|
java.lang.String |
getName()
Name of the WebSphere MQ service definition (see Rules for naming WebSphere MQ objects). |
MQQueueManager |
getQueueManager()
|
java.lang.String |
getStartArgs()
STARTARG(string) Specifies the arguments to be passed to the user program at queue manager startup. |
java.lang.String |
getStartCommand()
STARTCMD(string) Specifies the name of the program which is to run. |
java.lang.String |
getStdErr()
STDERR(string) Specifies the path to a file to which the standard error (stderr) of the service program should be redirected. |
java.lang.String |
getStdOut()
STDOUT(string) Specifies the path to a file to which the standard output (stdout) of the service program should be redirected. |
java.lang.String |
getStopArgs()
STOPARG(string) Specifies the arguments to be passed to the stop program when instructed to stop the service. |
java.lang.String |
getStopCommand()
STOPCMD(string) Specifies the name of the executable program to run when the service is requested to stop. |
java.lang.String |
getType()
SERVTYPE - Specifies the mode in which the service is to run: COMMAND - A command service object. |
boolean |
hasControl()
|
boolean |
hasName()
|
boolean |
hasQueueManager()
|
boolean |
hasStartArgs()
|
boolean |
hasStartCommand()
|
boolean |
hasStdErr()
|
boolean |
hasStdOut()
|
boolean |
hasStopArgs()
|
boolean |
hasStopCommand()
|
boolean |
hasType()
|
void |
setControl(int x)
|
void |
setName(java.lang.String x)
|
void |
setQueueManager(MQQueueManager x)
|
void |
setStartArgs(java.lang.String x)
|
void |
setStartCommand(java.lang.String x)
|
void |
setStdErr(java.lang.String x)
|
void |
setStdOut(java.lang.String x)
|
void |
setStopArgs(java.lang.String x)
|
void |
setStopCommand(java.lang.String x)
|
void |
setType(java.lang.String x)
|
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles |
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.app.messaging.mq.MQBase |
---|
getDefault, getIsValid, getSystem, hasDefault, hasIsValid, hasSystem, setDefault, setIsValid, setSystem |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
MQQueueManager getQueueManager() throws AttributeNotSetException
AttributeNotSetException
void setQueueManager(MQQueueManager x)
boolean hasQueueManager()
java.lang.String getStartCommand() throws AttributeNotSetException
AttributeNotSetException
void setStartCommand(java.lang.String x)
boolean hasStartCommand()
java.lang.String getStopCommand() throws AttributeNotSetException
AttributeNotSetException
void setStopCommand(java.lang.String x)
boolean hasStopCommand()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
java.lang.String getStdErr() throws AttributeNotSetException
AttributeNotSetException
void setStdErr(java.lang.String x)
boolean hasStdErr()
java.lang.String getStdOut() throws AttributeNotSetException
AttributeNotSetException
void setStdOut(java.lang.String x)
boolean hasStdOut()
int getControl() throws AttributeNotSetException
AttributeNotSetException
void setControl(int x)
boolean hasControl()
java.lang.String getStartArgs() throws AttributeNotSetException
AttributeNotSetException
void setStartArgs(java.lang.String x)
boolean hasStartArgs()
java.lang.String getType() throws AttributeNotSetException
AttributeNotSetException
void setType(java.lang.String x)
boolean hasType()
java.lang.String getStopArgs() throws AttributeNotSetException
AttributeNotSetException
void setStopArgs(java.lang.String x)
boolean hasStopArgs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |