Class Starter
java.lang.Object
ecmwf.common.starter.Starter
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Debug.void
exit()
Exit.static Properties
Gets the.static boolean
Gets the.static String
Gets 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 void
The main method.void
restart()
Restart.void
setAttribute
(Attribute attribute) Sets the attribute.setAttributes
(AttributeList attributes) Sets the attributes.void
shutdown()
Shutdown.
-
Method Details
-
debug
-
getAttribute
public Object getAttribute(String attributeName) throws AttributeNotFoundException, MBeanException, ReflectionException Gets the attribute.- Specified by:
getAttribute
in interfaceDynamicMBean
- Throws:
AttributeNotFoundException
MBeanException
ReflectionException
-
getAttributes
Gets the attributes.- Specified by:
getAttributes
in interfaceDynamicMBean
-
getClassLoader
-
getMBeanInfo
Gets the MBean info.- Specified by:
getMBeanInfo
in interfaceDynamicMBean
-
getMBeanServer
-
invoke
public Object invoke(String operationName, Object[] params, String[] signature) throws MBeanException, ReflectionException Invoke.- Specified by:
invoke
in interfaceDynamicMBean
- Throws:
MBeanException
ReflectionException
-
main
-
setAttribute
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException Sets the attribute.- Specified by:
setAttribute
in interfaceDynamicMBean
- Throws:
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
-
setAttributes
Sets the attributes.- Specified by:
setAttributes
in 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
-