Class Starter
java.lang.Object
ecmwf.common.starter.Starter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidDebug.voidexit()Exit.static PropertiesGets the.static booleanGets the.static StringGets the.getAttribute(String attributeName) Gets the attribute.getAttributes(String[] attributeNames) Gets the attributes.Gets the class loader.Gets the MBean info.Gets the MBean server.Invoke.static voidThe main method.voidrestart()Restart.voidsetAttribute(Attribute attribute) Sets the attribute.setAttributes(AttributeList attributes) Sets the attributes.voidshutdown()Shutdown.
-
Method Details
-
debug
-
getAttribute
public Object getAttribute(String attributeName) throws AttributeNotFoundException, MBeanException, ReflectionException Gets the attribute.- Specified by:
getAttributein interfaceDynamicMBean- Throws:
AttributeNotFoundExceptionMBeanExceptionReflectionException
-
getAttributes
Gets the attributes.- Specified by:
getAttributesin interfaceDynamicMBean
-
getClassLoader
-
getMBeanInfo
Gets the MBean info.- Specified by:
getMBeanInfoin interfaceDynamicMBean
-
getMBeanServer
-
invoke
public Object invoke(String operationName, Object[] params, String[] signature) throws MBeanException, ReflectionException Invoke.- Specified by:
invokein interfaceDynamicMBean- Throws:
MBeanExceptionReflectionException
-
main
-
setAttribute
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException Sets the attribute.- Specified by:
setAttributein interfaceDynamicMBean- Throws:
AttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionException
-
setAttributes
Sets the attributes.- Specified by:
setAttributesin interfaceDynamicMBean
-
exit
public void exit()Exit. -
restart
public void restart()Restart. -
shutdown
public void shutdown()Shutdown. -
get
-
get
Gets the.- Parameters:
name- the namedefaultValue- the default value- Returns:
- the boolean
-
get
Gets the.- Parameters:
group- the group- Returns:
- the properties
-