|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knopflerfish.framework.ServiceRegistrationImpl
public class ServiceRegistrationImpl
Implementation of the ServiceRegistration object.
ServiceRegistration
Method Summary | |
---|---|
ServiceReference |
getReference()
Returns a ServiceReference object for this registration. |
void |
setProperties(java.util.Dictionary props)
Update the properties associated with this service. |
void |
unregister()
Unregister the service. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ServiceReference getReference()
getReference
in interface ServiceRegistration
ServiceReference
object.ServiceRegistration.getReference()
public void setProperties(java.util.Dictionary props)
setProperties
in interface ServiceRegistration
props
- The properties for this service. See Constants
for a list of standard service property keys. Changes should not
be made to this object after calling this method. To update the
service's properties this method should be called again.ServiceRegistration.setProperties(java.util.Dictionary)
public void unregister()
unregister
in interface ServiceRegistration
ServiceRegistration.unregister()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |