GigaSpaces XAP 9.0 API

net.jini.core.lookup
Class ServiceDetails

java.lang.Object
  extended by net.jini.core.lookup.ServiceDetails
All Implemented Interfaces:
Externalizable, Serializable

public class ServiceDetails
extends Object
implements Externalizable

Author:
kimchy (shay.banon)
See Also:
Serialized Form

Constructor Summary
ServiceDetails()
           
ServiceDetails(ServiceID lusId, boolean exists, long registrationTime)
           
 
Method Summary
 ServiceID getLusId()
           
 long getRegistrationTime()
           
 boolean isExists()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceDetails

public ServiceDetails()

ServiceDetails

public ServiceDetails(ServiceID lusId,
                      boolean exists,
                      long registrationTime)
Method Detail

getLusId

public ServiceID getLusId()

isExists

public boolean isExists()

getRegistrationTime

public long getRegistrationTime()

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.