org.jacorb.notification.container
Class CORBAObjectComponentAdapter

java.lang.Object
  extended byorg.picocontainer.defaults.MonitoringComponentAdapter
      extended byorg.picocontainer.defaults.AbstractComponentAdapter
          extended byorg.jacorb.notification.container.CORBAObjectComponentAdapter
All Implemented Interfaces:
org.picocontainer.ComponentAdapter, org.picocontainer.defaults.ComponentMonitorStrategy, java.io.Serializable

public class CORBAObjectComponentAdapter
extends org.picocontainer.defaults.AbstractComponentAdapter

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

Constructor Summary
CORBAObjectComponentAdapter(java.lang.Class service, Object delegate)
          Component Adapter to specify a reference to a CORBA Object.
 
Method Summary
 java.lang.Object getComponentInstance(org.picocontainer.PicoContainer container)
           
 void verify(org.picocontainer.PicoContainer container)
           
 
Methods inherited from class org.picocontainer.defaults.AbstractComponentAdapter
accept, checkTypeCompatibility, getComponentImplementation, getComponentKey, toString
 
Methods inherited from class org.picocontainer.defaults.MonitoringComponentAdapter
changeMonitor, currentMonitor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CORBAObjectComponentAdapter

public CORBAObjectComponentAdapter(java.lang.Class service,
                                   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(org.picocontainer.PicoContainer container)
                                      throws org.picocontainer.PicoInitializationException,
                                             org.picocontainer.PicoIntrospectionException
Throws:
org.picocontainer.PicoInitializationException
org.picocontainer.PicoIntrospectionException

verify

public void verify(org.picocontainer.PicoContainer container)
            throws org.picocontainer.PicoVerificationException
Throws:
org.picocontainer.PicoVerificationException