IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.osgi
Class OSGiServiceRepository.OSGiServiceKey

java.lang.Object
  extended by com.ibm.websphere.objectgrid.osgi.OSGiServiceRepository.OSGiServiceKey
Enclosing interface:
OSGiServiceRepository

public static class OSGiServiceRepository.OSGiServiceKey
extends Object

The name of the entities that each OSGi Service is scoped to.

Since:
7.1.1

Constructor Summary
OSGiServiceRepository.OSGiServiceKey(String ogName, String msName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMapSetName()
          Return the name of the MapSet
 String getObjectGridName()
          Retrieve the name of the ObjectGrid.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSGiServiceRepository.OSGiServiceKey

public OSGiServiceRepository.OSGiServiceKey(String ogName,
                                            String msName)
Method Detail

getObjectGridName

public String getObjectGridName()
Retrieve the name of the ObjectGrid.

Returns:
the ObjectGrid name

getMapSetName

public String getMapSetName()
Return the name of the MapSet

Returns:
the MapSet name

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.