com.hazelcast.spi
Class ServiceInfo

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

Constructor Summary
ServiceInfo(String name, Object service)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 Object getService()
           
 int hashCode()
           
 boolean isConfigurableService()
           
 boolean isCoreService()
           
 boolean isInstanceOf(Class type)
           
 boolean isManagedService()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceInfo

public ServiceInfo(String name,
                   Object service)
Method Detail

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.