Package com.j_spaces.jmx.util
Class ObjectNameFactory
java.lang.Object
com.j_spaces.jmx.util.ObjectNameFactory
Copyright (c) 2010 GigaSpaces Technologies Ltd. All rights reserved
The software source code is proprietary and confidential information of GigaSpaces. You may use
the software source code solely under the terms and limitations of The license agreement granted
to you by GigaSpaces.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectNamebuildObjectName(String domain, String type, String name) Build correct ObjectName for GigaSpaces JMX components.
-
Field Details
-
TYPE_KEY
- See Also:
-
NAME_KEY
- See Also:
-
-
Method Details
-
buildObjectName
public static ObjectName buildObjectName(String domain, String type, String name) throws MalformedObjectNameException, NullPointerException Build correct ObjectName for GigaSpaces JMX components.- Returns:
- instance of
ObjectName - Throws:
MalformedObjectNameExceptionNullPointerException
-