org.ow2.jonas.registry.carol.delegate
Class ORBCCFDelegate

java.lang.Object
  extended by org.ow2.jonas.registry.carol.delegate.ORBCCFDelegate
All Implemented Interfaces:
JComponentContextFactoryDelegate

public class ORBCCFDelegate
extends Object
implements JComponentContextFactoryDelegate

Store the ORB CORBA ORB under the java:comp/ORB name.

Author:
Guillaume Sauthier

Constructor Summary
ORBCCFDelegate()
           
 
Method Summary
 void modify(Context componentContext)
          
 void undo(Context componentContext)
          Undo the changes done by this delegate on the given java:comp context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORBCCFDelegate

public ORBCCFDelegate()
Method Detail

modify

public void modify(Context componentContext)
            throws NamingException

Specified by:
modify in interface JComponentContextFactoryDelegate
Throws:
NamingException

undo

public void undo(Context componentContext)
          throws NamingException
Undo the changes done by this delegate on the given java:comp context.

Specified by:
undo in interface JComponentContextFactoryDelegate
Parameters:
componentContext - java:comp/ component context to be modified.
Throws:
NamingException - thrown if something goes wrong during the Context update.


Copyright © 2012 OW2 Consortium. All Rights Reserved.