Uses of Interface
org.omg.CORBA.AttributeDef
-
Packages that use AttributeDef Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of AttributeDef in org.omg.CORBA
Classes in org.omg.CORBA that implement AttributeDef Modifier and Type Class Description class_AttributeDefStuborg/omg/CORBA/_AttributeDefStub.java .Fields in org.omg.CORBA declared as AttributeDef Modifier and Type Field Description AttributeDefAttributeDefHolder. valueMethods in org.omg.CORBA that return AttributeDef Modifier and Type Method Description AttributeDefAttributeDefPOA. _this()AttributeDefAttributeDefPOA. _this(ORB orb)AttributeDef_InterfaceDefStub. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)AttributeDef_ValueDefStub. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)AttributeDefInterfaceDefOperations. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)AttributeDefInterfaceDefPOATie. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)AttributeDefValueDefOperations. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)AttributeDefValueDefPOATie. create_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode)static AttributeDefAttributeDefHelper. extract(Any a)static AttributeDefAttributeDefHelper. narrow(Object obj)static AttributeDefAttributeDefHelper. read(InputStream istream)static AttributeDefAttributeDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type AttributeDef Modifier and Type Method Description static voidAttributeDefHelper. insert(Any a, AttributeDef that)static voidAttributeDefHelper. write(OutputStream ostream, AttributeDef value)Constructors in org.omg.CORBA with parameters of type AttributeDef Constructor Description AttributeDefHolder(AttributeDef initialValue)
-