com.liferay.portal.fabric.status
Class RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable
java.lang.Object
com.liferay.portal.fabric.status.RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable
- All Implemented Interfaces:
- ProcessCallable<ArrayList<ObjectName>>, Serializable
- Enclosing class:
- RemoteFabricStatus
protected static class RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable
- extends Object
- implements ProcessCallable<ArrayList<ObjectName>>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable
public RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable(Class<? extends PlatformManagedObject> clazz)
call
public ArrayList<ObjectName> call()
- Specified by:
call in interface ProcessCallable<ArrayList<ObjectName>>