|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRegistration | |
---|---|
com.sun.jini.reggie | Provides implementations of ServiceRegistrar . |
net.jini.core.lookup | These are the lookup service interfaces and classes. |
net.jini.lookup | Standard utility classes for managing the join state of a service and the service discovery duties of a client or service. |
Uses of ServiceRegistration in com.sun.jini.reggie |
---|
Classes in com.sun.jini.reggie that implement ServiceRegistration | |
---|---|
(package private) class |
ConstrainableRegistration
Registration subclass that supports constraints. |
(package private) class |
Registration
Implementation class for the ServiceRegistration interface. |
Methods in com.sun.jini.reggie that return ServiceRegistration | |
---|---|
ServiceRegistration |
RegistrarImpl.register(Item nitem,
long leaseDuration)
|
ServiceRegistration |
Registrar.register(Item item,
long leaseDuration)
Register a new service or re-register an existing service. |
ServiceRegistration |
RegistrarProxy.register(ServiceItem srvItem,
long leaseDuration)
|
private ServiceRegistration |
RegistrarImpl.registerDo(Item nitem,
long leaseDuration)
The code that does the real work of register. |
Uses of ServiceRegistration in net.jini.core.lookup |
---|
Methods in net.jini.core.lookup that return ServiceRegistration | |
---|---|
ServiceRegistration |
ServiceRegistrar.register(ServiceItem item,
long leaseDuration)
Register a new service or re-register an existing service. |
Uses of ServiceRegistration in net.jini.lookup |
---|
Fields in net.jini.lookup declared as ServiceRegistration | |
---|---|
ServiceRegistration |
JoinManager.ProxyReg.srvcRegistration
The prepared registration proxy returned by this class' associated lookup service when this join manager registers its associated service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |