com.bigdata.jini.lookup.entry
Class ServiceUUID

java.lang.Object
  extended by net.jini.entry.AbstractEntry
      extended by com.bigdata.jini.lookup.entry.ServiceUUID
All Implemented Interfaces:
Serializable, net.jini.core.entry.Entry

public class ServiceUUID
extends net.jini.entry.AbstractEntry

An Entry whose value is the ServiceID assigned to a service represented as a standard UUID (which can be expressed as a String and then parsed to regain the UUID). This attribute is placed into a generated service Configuration in order to inform a service of a pre-assigned ServiceID.

Version:
$Id$
Author:
Bryan Thompson
See Also:
ManagedServiceConfiguration, JiniServiceConfiguration, AbstractServer, JiniUtil.uuid2ServiceID(UUID), JiniUtil.serviceID2UUID(ServiceID), Serialized Form

Field Summary
 UUID serviceUUID
           
 
Constructor Summary
ServiceUUID()
           
ServiceUUID(UUID serviceUUID)
           
 
Method Summary
 
Methods inherited from class net.jini.entry.AbstractEntry
equals, equals, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceUUID

public UUID serviceUUID
Constructor Detail

ServiceUUID

public ServiceUUID()

ServiceUUID

public ServiceUUID(UUID serviceUUID)


Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.