Liferay 7.0-ce-b4

com.liferay.portal.fabric.status
Class RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable

java.lang.Object
  extended by 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

Constructor Summary
RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable(Class<? extends PlatformManagedObject> clazz)
           
 
Method Summary
 ArrayList<ObjectName> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable

public RemoteFabricStatus.GetPlatformMXBeanObjectNamesProcessCallable(Class<? extends PlatformManagedObject> clazz)
Method Detail

call

public ArrayList<ObjectName> call()
Specified by:
call in interface ProcessCallable<ArrayList<ObjectName>>

Liferay 7.0-ce-b4