jaugment2.jini
Interface Binding
- All Known Implementing Classes:
- SOAPBinding, CORBABinding
- public interface Binding
Interface Beans must implement to be usable by SimpleService
as bindings.
|
Method Summary |
void |
bindService(net.jini.core.lookup.ServiceItem service)
Bind the service to whatever communication-infrastructure
this binding is for. |
void |
unbind()
Unbind the service. |
bindService
public void bindService(net.jini.core.lookup.ServiceItem service)
- Bind the service to whatever communication-infrastructure
this binding is for.
unbind
public void unbind()
- Unbind the service. Do nothing if not bound.