com.hazelcast.spi
Class ServiceInfo
java.lang.Object
com.hazelcast.spi.ServiceInfo
public final class ServiceInfo
- extends Object
Contains the name of the service and the actual service.
- Author:
- mdogan 6/8/13
ServiceInfo
public ServiceInfo(String name,
Object service)
getName
public String getName()
getService
public Object getService()
isCoreService
public boolean isCoreService()
isManagedService
public boolean isManagedService()
isConfigurableService
public boolean isConfigurableService()
isInstanceOf
public boolean isInstanceOf(Class type)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.