Package com.sun.corba.ee.spi.ior.iiop
Interface CodeSetsComponent
-
- All Superinterfaces:
Identifiable
,TaggedComponent
,Writeable
- All Known Implementing Classes:
CodeSetsComponentImpl
@ManagedData @Description("The character codesets to be used for encoding strings sent to the object reference represented by this IOR") public interface CodeSetsComponent extends TaggedComponent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeSetComponentInfo
getCodeSetComponentInfo()
-
Methods inherited from interface com.sun.corba.ee.spi.ior.Identifiable
getId
-
Methods inherited from interface com.sun.corba.ee.spi.ior.TaggedComponent
getIOPComponent
-
-
-
-
Method Detail
-
getCodeSetComponentInfo
@ManagedAttribute @Description("The codeset component info") CodeSetComponentInfo getCodeSetComponentInfo()
-
-