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.RFMStateReferenceFactoryManagerImpl. stateMethods in com.sun.corba.ee.impl.oa.rfm that return ReferenceFactoryManager.RFMState Modifier and Type Method Description ReferenceFactoryManager.RFMStateReferenceFactoryManagerImpl. 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.RFMStateReferenceFactoryManager. getState()The state of the ReferenceFactoryManager.static ReferenceFactoryManager.RFMStateReferenceFactoryManager.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.
-