Uses of Class
org.omg.CORBA.Principal
-
Packages that use Principal Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.protocol.giopmsgheaders 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).org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. -
-
Uses of Principal in com.sun.corba.ee.impl.corba
Subclasses of Principal in com.sun.corba.ee.impl.corba Modifier and Type Class Description classPrincipalImplMethods in com.sun.corba.ee.impl.corba that return Principal Modifier and Type Method Description PrincipalAnyImpl. extract_Principal()Methods in com.sun.corba.ee.impl.corba with parameters of type Principal Modifier and Type Method Description voidAnyImpl. insert_Principal(Principal p) -
Uses of Principal in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return Principal Modifier and Type Method Description PrincipalCDRInputObject. read_Principal()PrincipalCDRInputStream_1_0. read_Principal()abstract PrincipalCDRInputStreamBase. read_Principal()PrincipalMarshalInputStream. read_Principal()PrincipalWrapperInputStream. read_Principal()Methods in com.sun.corba.ee.impl.encoding with parameters of type Principal Modifier and Type Method Description voidCDROutputObject. write_Principal(Principal value)voidCDROutputStream_1_0. write_Principal(Principal p)abstract voidCDROutputStreamBase. write_Principal(Principal value)voidMarshalOutputStream. write_Principal(Principal value) -
Uses of Principal in com.sun.corba.ee.impl.protocol.giopmsgheaders
Fields in com.sun.corba.ee.impl.protocol.giopmsgheaders declared as Principal Modifier and Type Field Description private PrincipalRequestMessage_1_0. requesting_principalprivate PrincipalRequestMessage_1_1. requesting_principalMethods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return Principal Modifier and Type Method Description PrincipalRequestMessage_1_0. getPrincipal()PrincipalRequestMessage_1_1. getPrincipal()PrincipalRequestMessage_1_2. getPrincipal()PrincipalRequestMessage. getPrincipal()Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Principal Modifier and Type Method Description private static RequestMessageMessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)static RequestMessageMessageBase. createRequest(ORB orb, GIOPVersion gv, byte encodingVersion, int request_id, boolean response_expected, IOR ior, short addrDisp, java.lang.String operation, ServiceContexts service_contexts, Principal requesting_principal)Constructors in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type Principal Constructor Description RequestMessage_1_0(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal)RequestMessage_1_1(ORB orb, ServiceContexts _service_contexts, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, java.lang.String _operation, Principal _requesting_principal) -
Uses of Principal in org.omg.CORBA
Fields in org.omg.CORBA declared as Principal Modifier and Type Field Description PrincipalPrincipalHolder. valueDeprecated.ThePrincipalvalue held by thisPrincipalHolderobject.Methods in org.omg.CORBA that return Principal Modifier and Type Method Description PrincipalAny. extract_Principal()Deprecated.Deprecated by CORBA 2.2.Methods in org.omg.CORBA with parameters of type Principal Modifier and Type Method Description voidAny. insert_Principal(Principal p)Deprecated.Deprecated by CORBA 2.2.Constructors in org.omg.CORBA with parameters of type Principal Constructor Description PrincipalHolder(Principal initial)Deprecated.Constructs a newPrincipalHolderobject with itsvaluefield initialized to the givenPrincipalobject. -
Uses of Principal in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Principal Modifier and Type Method Description PrincipalInputStream. read_Principal()Deprecated.Deprecated by CORBA 2.2.Methods in org.omg.CORBA.portable with parameters of type Principal Modifier and Type Method Description voidOutputStream. write_Principal(Principal value)Deprecated.Deprecated by CORBA 2.2.
-