org.jacorb.notification.container
Class CORBAObjectComponentAdapter

java.lang.Object
  extended by AbstractComponentAdapter
      extended by org.jacorb.notification.container.CORBAObjectComponentAdapter

public class CORBAObjectComponentAdapter
extends AbstractComponentAdapter

Version:
$Id: CORBAObjectComponentAdapter.java,v 1.3 2005/08/21 13:11:30 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
CORBAObjectComponentAdapter(java.lang.Class service, org.omg.CORBA.Object delegate)
          Component Adapter to specify a reference to a CORBA Object.
 
Method Summary
 java.lang.Object getComponentInstance(PicoContainer container)
           
 void verify(PicoContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CORBAObjectComponentAdapter

public CORBAObjectComponentAdapter(java.lang.Class service,
                                   org.omg.CORBA.Object delegate)
Component Adapter to specify a reference to a CORBA Object.

Parameters:
service - CORBA Interface the delegate offers
delegate - CORBA object that offers the service
Method Detail

getComponentInstance

public java.lang.Object getComponentInstance(PicoContainer container)
                                      throws PicoInitializationException,
                                             PicoIntrospectionException
Throws:
PicoInitializationException
PicoIntrospectionException

verify

public void verify(PicoContainer container)
            throws PicoVerificationException
Throws:
PicoVerificationException