Package com.gigaspaces.start
Class SystemConfig.JMXServiceDescriptor
java.lang.Object
com.gigaspaces.start.SystemConfig.JMXServiceDescriptor
- All Implemented Interfaces:
ServiceDescriptor
- Enclosing class:
- SystemConfig
Initialize RMI Registry and JMX Platform MBeanServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Configuration config) Creates an object described by the actualServiceDescriptorinstance.
-
Constructor Details
-
JMXServiceDescriptor
public JMXServiceDescriptor()
-
-
Method Details
-
create
Description copied from interface:ServiceDescriptorCreates an object described by the actualServiceDescriptorinstance.- Specified by:
createin interfaceServiceDescriptor- Parameters:
config- TheConfigurationobject used to configure the creation of the returned object.- Returns:
- An object instance appropriate for the given service descriptor instance.
- Throws:
Exception- Thrown if there was any problem creating the object.- See Also:
-