net.jini.core.lookup
Class ServiceDetails
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceDetails
public ServiceDetails()
ServiceDetails
public ServiceDetails(ServiceID lusId,
boolean exists,
long registrationTime)
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
Copyright © GigaSpaces.