Uses of Class
com.sun.corba.ee.spi.oa.rfm.ReferenceFactoryManager.RFMState
-
Packages that use ReferenceFactoryManager.RFMState Package Description com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.spi.oa.rfm -
-
Uses of ReferenceFactoryManager.RFMState in com.sun.corba.ee.impl.oa.rfm
Fields in com.sun.corba.ee.impl.oa.rfm declared as ReferenceFactoryManager.RFMState Modifier and Type Field Description private ReferenceFactoryManager.RFMState
ReferenceFactoryManagerImpl. state
Methods in com.sun.corba.ee.impl.oa.rfm that return ReferenceFactoryManager.RFMState Modifier and Type Method Description ReferenceFactoryManager.RFMState
ReferenceFactoryManagerImpl. getState()
-
Uses of ReferenceFactoryManager.RFMState in com.sun.corba.ee.spi.oa.rfm
Methods in com.sun.corba.ee.spi.oa.rfm that return ReferenceFactoryManager.RFMState Modifier and Type Method Description ReferenceFactoryManager.RFMState
ReferenceFactoryManager. getState()
The state of the ReferenceFactoryManager.static ReferenceFactoryManager.RFMState
ReferenceFactoryManager.RFMState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReferenceFactoryManager.RFMState[]
ReferenceFactoryManager.RFMState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-