public class ServiceInfo extends Object implements ServiceInfoMBean
| Constructor and Description |
|---|
ServiceInfo(boolean isaCasMultiplier,
AnalysisEngineController controller) |
| Modifier and Type | Method and Description |
|---|---|
String |
dumpState() |
String |
getBrokerURL() |
String |
getCmRegisteredName() |
String |
getDeploymentDescriptorPath() |
String |
getInputQueueName() |
String |
getLabel() |
String |
getReplyQueueName() |
String |
getServiceKey() |
String |
getState() |
boolean |
isAggregate() |
boolean |
isCASMultiplier() |
boolean |
isTopLevel() |
void |
setAggregate(boolean aggregate) |
void |
setBrokerURL(String aBrokerURL) |
void |
setCASMultiplier() |
void |
setCmRegisteredName(String uniqueName) |
void |
setDeploymentDescriptorPath(String deploymentDescriptorPath) |
void |
setInputQueueName(String anInputQueueName) |
void |
setReplyQueueName(String aReplyQueueName) |
void |
setServiceKey(String serviceKey) |
void |
setState(String aState) |
void |
setTopLevel() |
public ServiceInfo(boolean isaCasMultiplier,
AnalysisEngineController controller)
public void setCmRegisteredName(String uniqueName)
public String getCmRegisteredName()
getCmRegisteredName in interface ServiceInfoMBeanpublic String getLabel()
public String getBrokerURL()
getBrokerURL in interface ServiceInfoMBeanpublic String getDeploymentDescriptorPath()
getDeploymentDescriptorPath in interface ServiceInfoMBeanpublic void setDeploymentDescriptorPath(String deploymentDescriptorPath)
public void setBrokerURL(String aBrokerURL)
public String getInputQueueName()
getInputQueueName in interface ServiceInfoMBeanpublic void setInputQueueName(String anInputQueueName)
public String getState()
getState in interface ServiceInfoMBeanpublic String dumpState()
dumpState in interface ServiceInfoMBeanpublic void setState(String aState)
public boolean isCASMultiplier()
isCASMultiplier in interface ServiceInfoMBeanpublic void setCASMultiplier()
public void setTopLevel()
public boolean isTopLevel()
isTopLevel in interface ServiceInfoMBeanpublic String getServiceKey()
getServiceKey in interface ServiceInfoMBeanpublic void setServiceKey(String serviceKey)
public String getReplyQueueName()
getReplyQueueName in interface ServiceInfoMBeanpublic void setReplyQueueName(String aReplyQueueName)
public boolean isAggregate()
isAggregate in interface ServiceInfoMBeanpublic void setAggregate(boolean aggregate)
Copyright © 2016. All rights reserved.