org.omegahat.Interfaces.CORBA
Class FieldAccessibleInterfaceRepository

java.lang.Object
  |
  +--org.omegahat.Interfaces.CORBA.InterfaceRepository
        |
        +--org.omegahat.Interfaces.CORBA.FieldAccessibleInterfaceRepository
All Implemented Interfaces:
DynamicFieldAccessInt
Direct Known Subclasses:
AttachableInterfaceRepository

public class FieldAccessibleInterfaceRepository
extends InterfaceRepository
implements DynamicFieldAccessInt


Fields inherited from class org.omegahat.Interfaces.CORBA.InterfaceRepository
repository, ServiceName
 
Constructor Summary
FieldAccessibleInterfaceRepository()
           
FieldAccessibleInterfaceRepository(org.omg.CORBA.Object repository)
           
FieldAccessibleInterfaceRepository(org.omg.CORBA.ORB orb)
           
FieldAccessibleInterfaceRepository(org.omg.CORBA.Repository repository)
           
 
Method Summary
 java.lang.Object getDynamicField(java.lang.String name)
           
protected  InterfaceRepository replicate(org.omg.CORBA.Container c)
           
 java.lang.Object setDynamicField(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class org.omegahat.Interfaces.CORBA.InterfaceRepository
find, find, find, find, list, list, list, narrow, processId, repository, repository, repository, repository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldAccessibleInterfaceRepository

public FieldAccessibleInterfaceRepository()

FieldAccessibleInterfaceRepository

public FieldAccessibleInterfaceRepository(org.omg.CORBA.ORB orb)

FieldAccessibleInterfaceRepository

public FieldAccessibleInterfaceRepository(org.omg.CORBA.Repository repository)

FieldAccessibleInterfaceRepository

public FieldAccessibleInterfaceRepository(org.omg.CORBA.Object repository)
Method Detail

getDynamicField

public java.lang.Object getDynamicField(java.lang.String name)
                                 throws java.lang.Throwable
Specified by:
getDynamicField in interface DynamicFieldAccessInt

setDynamicField

public java.lang.Object setDynamicField(java.lang.String name,
                                        java.lang.Object value)
                                 throws java.lang.Throwable
Specified by:
setDynamicField in interface DynamicFieldAccessInt

replicate

protected InterfaceRepository replicate(org.omg.CORBA.Container c)