org.jacorb.notification.container
Class CORBAObjectComponentAdapter
java.lang.Object
org.picocontainer.defaults.MonitoringComponentAdapter
org.picocontainer.defaults.AbstractComponentAdapter
org.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
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 |
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 offersdelegate
- CORBA object that offers the service
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