public class CORBAObjectComponentAdapter
extends AbstractComponentAdapter
| Constructor and Description |
|---|
CORBAObjectComponentAdapter(java.lang.Class service,
Object delegate)
Component Adapter to specify a reference to a CORBA Object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getComponentInstance(PicoContainer container) |
void |
verify(PicoContainer container) |
public CORBAObjectComponentAdapter(java.lang.Class service,
Object delegate)
service - CORBA Interface the delegate offersdelegate - CORBA object that offers the servicepublic java.lang.Object getComponentInstance(PicoContainer container)
throws PicoInitializationException,
PicoIntrospectionException
PicoInitializationExceptionPicoIntrospectionExceptionpublic void verify(PicoContainer container)
throws PicoVerificationException
PicoVerificationException