jaugment2.jini
Class CORBABinding

java.lang.Object
  |
  +--jaugment2.jini.CORBABinding

public class CORBABinding
extends java.lang.Object
implements Binding

Binding to represent a JINI-Service (normaly via jaugment2.jini.simpleService.SimpleService as a CORBA-Service without using RMIoverIIOP


Field Summary
private  CorbaAdapter adapter
           
private  org.omg.CORBA.ORB orb
           
 
Constructor Summary
CORBABinding()
           
 
Method Summary
 void bindService(net.jini.core.lookup.ServiceItem service)
          Bind the service to an ORB.
 void unbind()
          Unbind the service.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

orb

private org.omg.CORBA.ORB orb

adapter

private CorbaAdapter adapter
Constructor Detail

CORBABinding

public CORBABinding()
Method Detail

bindService

public void bindService(net.jini.core.lookup.ServiceItem service)
Bind the service to an ORB.
Specified by:
bindService in interface Binding

unbind

public void unbind()
Unbind the service. Do nothing if not bound.
Specified by:
unbind in interface Binding