Package com.sun.corba.ee.spi.ior.iiop
Interface MaxStreamFormatVersionComponent
- All Superinterfaces:
Identifiable
,TaggedComponent
,Writeable
- All Known Implementing Classes:
MaxStreamFormatVersionComponentImpl
@ManagedData
@Description("Component representing the maximum RMI-IIOP stream format version to be used with this IOR")
public interface MaxStreamFormatVersionComponent
extends TaggedComponent
-
Method Summary
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 Details
-
getMaxStreamFormatVersion
@ManagedAttribute @Description("The maximum RMI-IIOP stream format version (usually 2)") byte getMaxStreamFormatVersion()
-