Home » openjdk-7 » org.omg » CORBA »

org.omg.CORBA

Sub Packages:

org.omg.CORBA.DynAnyPackage   Provides the exceptions used with the DynAny interface ( InvalidValue , Invalid , InvalidSeq , and TypeMismatch ).  
org.omg.CORBA.ORBPackage   Provides the exception InvalidName , which is thrown by the method ORB.resolve_initial_references and the exception InconsistentTypeCode , which is thrown by the Dynamic Any creation methods in the ORB class.  
org.omg.CORBA.TypeCodePackage   Provides the user-defined exceptions BadKind and Bounds , which are thrown by methods in in the class TypeCode .  
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.  

Interfaces:

ARG_IN   Signifies an "input" argument to an invocation, meaning that the argument is being passed from the client to the server.  code | html
ARG_INOUT   Signifies an argument used for both input and output in an invocation, meaning that the argument is being passed from the client to the server and then back from the server to the client.  code | html
ARG_OUT   A constant that signifies an "output" argument to an invocation, meaning that the argument is being passed from the server to the client.  code | html
BAD_POLICY   A PolicyErrorCode which would be filled in the PolicyError exception.  code | html
BAD_POLICY_TYPE   A PolicyErrorCode which would be filled in the PolicyError exception.  code | html
BAD_POLICY_VALUE   Contains the value used to indicate a policy value that is incorrect for a valid policy type in a call to the create_policy method defined in the ORB class.  code | html
CTX_RESTRICT_SCOPE   A flag that can be used as the second parameter to the method Context.get_values to restrict the search scope.  code | html
Current   Interfaces derived from the Current interface enable ORB and CORBA services to provide access to information (context) associated with the thread of execution in which they are running.  code | html
CurrentOperations   The interface for Current code | html
CustomMarshal   An abstract value type that is meant to be used by the ORB, not the user.  code | html
CustomValue   A Custom Value is a ValueBase implementing its own methods for reading and writing (unmarshaling and marshaling) the content.  code | html
DataInputStream   Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.  code | html
DataOutputStream   Defines the methods used to write primitive data types to output streams for marshalling custom value types.  code | html
DomainManager   Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.  code | html
DomainManagerOperations   Provides the DomainManager with the means to access policies.  code | html
DynAny   Enables org.omg.CORBA.Any values to be dynamically interpreted (traversed) and constructed.  code | html
DynArray   Represents a DynAny object associated with an array.  code | html
DynEnum   Represents a DynAny object associated with an IDL enum.  code | html
DynFixed   Represents a DynAny object that is associated with an IDL fixed type.  code | html
DynSequence   The representation of a DynAny object that is associated with an IDL sequence.  code | html
DynStruct   The representation of a DynAny object that is associated with an IDL struct.  code | html
DynUnion   The DynUnion interface represents a DynAny object that is associated with an IDL union.  code | html
DynValue   The representation of a DynAny object that is associated with an IDL value type.  code | html
IDLEntity   Indicates that this class has a corresponding Helper class.  code | html
IDLType   An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.  code | html
IDLTypeOperations   This interface must be implemented by all IDLType objects.  code | html
IRObject   An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.  code | html
IRObjectOperations   This is the Operations interface for the mapping from IRObject code | html
OMGVMCID   The vendor minor code ID reserved for OMG.  code | html
Object   The definition for a CORBA object reference.  code | html
PRIVATE_MEMBER   Constant to define a private member in the ValueMember class.  code | html
PUBLIC_MEMBER   Constant to define a public member in the ValueMember class.  code | html
Policy   Interfaces derived from the Policy interface allow an ORB or CORBA service access to certain choices that affect its operation.  code | html
PolicyOperations   Provides the operations for a Policy object.  code | html
UNSUPPORTED_POLICY   One of the PolicyErrorCodes which would be filled if the requested Policy is understood to be valid by the ORB, but is not currently supported.  code | html
UNSUPPORTED_POLICY_VALUE   A PolicyErrorCode which would be filled if the value requested for the Policy is of a valid type and within the valid range for that type, but this valid value is not currently supported.  code | html
VM_ABSTRACT   Defines the code used to represent an Abstract interface in a typecode.  code | html
VM_CUSTOM   Defines the code used to represent a custom marshalled value type in a typecode.  code | html
VM_NONE   Defines the code used to represent the one of the values of a value type in a typecode.  code | html
VM_TRUNCATABLE   Defines the code used to represent a truncatable value type in a typecode.  code | html

Abstract Classes:

Any   Serves as a container for any data that can be described in IDL or for any IDL primitive type.  code | html
AnySeqHelper   The Helper for AnySeq code | html
BooleanSeqHelper   The Helper for BooleanSeq code | html
CharSeqHelper   The Helper for CharSeq code | html
CompletionStatusHelper   The Helper for CompletionStatus code | html
Context   An object used in Request operations to specify the context object in which context strings must be resolved before being sent along with the request invocation.  code | html
ContextList   An object containing a modifiable list of String objects that represent property names.  code | html
CurrentHelper   The Helper for Current code | html
DefinitionKindHelper   The Helper for DefinitionKind code | html
DoubleSeqHelper   The Helper for DoubleSeq code | html
Environment   A container (holder) for an exception that is used in Request operations to make exceptions available to the client.  code | html
ExceptionList   An object used in Request operations to describe the exceptions that can be thrown by a method.  code | html
FieldNameHelper   The Helper for FieldName code | html
FloatSeqHelper   The Helper for FloatSeq code | html
IDLTypeHelper   The Helper for IDLType code | html
IdentifierHelper   The Helper for Identifier code | html
LongLongSeqHelper   The Helper for LongLongSeq code | html
LongSeqHelper   The Helper for LongSeqHelper code | html
NVList   A modifiable list containing NamedValue objects.  code | html
NameValuePairHelper   The Helper for NameValuePair code | html
NamedValue   An object used in the DII and DSI to describe arguments and return values.  code | html
ORB   A class providing APIs for the CORBA Object Request Broker features.  code | html
ObjectHelper   The Helper for Object code | html
OctetSeqHelper   The Helper for OctetSeq code | html
ParameterModeHelper   A helper operations for a method parameter modes.  code | html
PolicyErrorCodeHelper   A helper operations for the policy error code as an alias of short code | html
PolicyErrorHelper   The helper operations for the exception PolicyError code | html
PolicyHelper   The Helper for Policy code | html
PolicyListHelper   The Helper for PolicyList code | html
PolicyTypeHelper   The Helper for PolicyType code | html
RepositoryIdHelper   The Helper for RepositoryId code | html
Request   An object containing the information necessary for invoking a method.  code | html
ServerRequest   An object that captures the explicit state of a request for the Dynamic Skeleton Interface (DSI).  code | html
ServiceDetailHelper   The Helper for ServiceDetail code | html
ServiceInformationHelper   The Helper for ServiceInformation code | html
SetOverrideTypeHelper   The Helper for SetOverrideType code | html
ShortSeqHelper   The Helper for ShortSeqHelper code | html
StringSeqHelper   Provides static helper methods for working with CORBA string array.  code | html
StructMemberHelper   The Helper for StructMember code | html
SystemException   The root class for all CORBA standard exceptions.  code | html
TypeCode   A container for information about a specific CORBA data type.  code | html
ULongLongSeqHelper   The Helper for ULongLongSeq code | html
ULongSeqHelper   The Helper for ULongSeq code | html
UShortSeqHelper   The Helper for UShortSeq code | html
UnionMemberHelper   The Helper for UnionMember code | html
UnknownUserExceptionHelper   The Helper for UnknownUserException code | html
UserException   The root class for CORBA IDL-defined user exceptions.  code | html
ValueBaseHelper   The Helper for ValueBase code | html
ValueMemberHelper   The Helper for ValueMember code | html
VersionSpecHelper   The Helper for VersionSpec code | html
VisibilityHelper   The Helper for Visibility code | html
WCharSeqHelper   The Helper for WCharSeq code | html
WStringSeqHelper   Provides static helper methods for working with CORBA wstring array.  code | html
WrongTransactionHelper   The Helper for WrongTransaction code | html

Classes:

ACTIVITY_COMPLETED   The ACTIVITY_COMPLETED system exception may be raised on any method for which Activity context is accessed.  code | html
ACTIVITY_REQUIRED   The ACTIVITY_REQUIRED system exception may be raised on any method for which an Activity context is required.  code | html
AnyHolder   The Holder for Any code | html
AnySeqHolder   The Holder for AnySeq code | html
BAD_CONTEXT   Exception thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
BAD_INV_ORDER   This exception indicates that the caller has invoked operations in the wrong order.  code | html
BAD_OPERATION   Exception thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
BAD_PARAM   Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal.  code | html
BAD_QOS   The BAD_QOS exception is raised whenever an object cannot support the quality of service required by an invocation parameter that has a quality of service semantics associated with it.  code | html
BAD_TYPECODE   Exception thrown when the ORB has encountered a malformed type code (for example, a type code with an invalid TCKind value).

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
BooleanHolder   The Holder for Boolean code | html
BooleanSeqHolder   The Holder for BooleanSeq code | html
Bounds   A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.  code | html
ByteHolder   The Holder for Byte code | html
CODESET_INCOMPATIBLE   This exception is raised whenever meaningful communication is not possible between client and server native code sets.  code | html
COMM_FAILURE   This exception is raised if communication is lost while an operation is in progress, after the request was sent by the client, but before the reply from the server has been returned to the client.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
CharHolder   The Holder for Char code | html
CharSeqHolder   The Holder for CharSeq code | html
CompletionStatus   Defines the method completion status, usually for the time moment, when the exception has been thrown.  code | html
CurrentHolder   The Holder for Current code | html
DATA_CONVERSION   This exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa.  code | html
DefinitionKind   This class indicates the kind of the definition, stored in the interface repository.  code | html
DoubleHolder   The Holder for Double code | html
DoubleSeqHolder   The Holder for DoubleSeq code | html
DynamicImplementation     code | html
FREE_MEM   Exception thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
FixedHolder   The Holder for Fixed code | html
FloatHolder   The Holder for Float code | html
FloatSeqHolder   The Holder for FloatSeq code | html
IMP_LIMIT   This exception indicates that an implementation limit was exceeded in the ORB run time.  code | html
INITIALIZE   Exception thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
INTERNAL   This exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
INTF_REPOS   Exception raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
INVALID_ACTIVITY   The INVALID_ACTIVITY system exception may be raised on the Activity or Transaction services' resume methods if a transaction or Activity is resumed in a context different to that from which it was suspended.  code | html
INVALID_TRANSACTION   Exception thrown when the request carried an invalid transaction context.  code | html
INV_FLAG   Exception thrown when an invalid flag was passed to an operation (for example, when creating a DII request).

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
INV_IDENT   This exception indicates that an IDL identifier is syntactically invalid.  code | html
INV_OBJREF   This exception indicates that an object reference is internally malformed.  code | html
INV_POLICY   Standard exception thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation.  code | html
IntHolder   The Holder for Int code | html
LocalObject  

Used as a base class for implementation of a local IDL interface in the Java language mapping. 

code | html
LongHolder   The Holder for Long code | html
LongLongSeqHolder   The Holder for LongLongSeq code | html
LongSeqHolder   The Holder for LongSeq code | html
MARSHAL   A request or reply from the network is structurally invalid.  code | html
NO_IMPLEMENT   This exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists.  code | html
NO_MEMORY   Exception thrown when the ORB run time has run out of memory.  code | html
NO_PERMISSION   Exception thrown when an invocation failed because the caller has insufficient privileges.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
NO_RESOURCES   Exception thrown when the ORB has encountered some general resource limitation.  code | html
NO_RESPONSE   This exception is raised if a client attempts to retrieve the result of a deferred synchronous call, but the response for the request is not yet available.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
NameValuePair   Associates a name with a value that is an attribute of an IDL struct, and is used in the DynStruct APIs.  code | html
OBJECT_NOT_EXIST   Exception raised whenever an invocation on a deleted object was performed.  code | html
OBJ_ADAPTER   This exception typically indicates an administrative mismatch, for example, a server may have made an attempt to register itself with an implementation repository under a name that is already in use, or is unknown to the repository.  code | html
ObjectHolder   The Holder for Object code | html
OctetSeqHolder   The Holder for OctetSeq code | html
PERSIST_STORE   This exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database.

It contains a minor code, which gives more detailed information about what caused the exception, and a completion status. 

code | html
ParameterMode   Defines the parameter modes (the ways in that a method parameter is used during invocation).  code | html
ParameterModeHolder   The holder for ParameterMode.  code | html
PolicyError   A user exception thrown when a policy error occurs.  code | html
PolicyErrorHolder   A holder for the exception PolicyError code | html
PolicyHolder   The Holder for Policy code | html
PolicyListHolder   The Holder for PolicyList code | html
Principal   A class that contains information about the identity of the client, for access control and other purposes.  code | html
PrincipalHolder   The Holder for Principal code | html
REBIND   REBIND is raised when the current effective RebindPolicy, has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound object reference results in a LocateReply message with status OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.  code | html
ServiceDetail   An object that represents an ORB service: its service_detail_type field contains the type of the ORB service, and its service_detail field contains a description of the ORB service.  code | html
ServiceInformation   An IDL struct in the CORBA module that stores information about a CORBA service available in the ORB implementation and is obtained from the ORB.get_service_information method.  code | html
ServiceInformationHolder   The Holder for ServiceInformation code | html
SetOverrideType   The mapping of a CORBA enum tagging SET_OVERRIDE and ADD_OVERRIDE, which indicate whether policies should replace the existing policies of an Object or be added to them.  code | html
ShortHolder   The Holder for Short code | html
ShortSeqHolder   The Holder for ShortSeq code | html
StringHolder   The Holder for String code | html
StringSeqHolder   A sequence holder for CORBA string[] that is mapped into java String[] code | html
StringValueHelper   The Helper for StringValue code | html
StructMember   Describes a member of an IDL struct in the Interface Repository, including the name of the struct member, the type of the struct member, and the typedef that represents the IDL type of the struct member described the struct member object.  code | html
TCKind   The Java mapping of the IDL enum TCKind, which specifies the kind of a TypeCode object.  code | html
TIMEOUT   TIMEOUT is raised when no delivery has been made and the specified time-to-live period has been exceeded.  code | html
TRANSACTION_MODE   The CORBA TRANSACTION_MODE exception is thrown by the client ORB if it detects a mismatch between the InvocationPolicy in the IOR and the chosen invocation path (i.e, direct or routed invocation).  code | html
TRANSACTION_REQUIRED   Exception indicates that the request carried a null transaction context, but an active transaction is required.

It contains a minor code, which gives information about what caused the exception, and a completion status. 

code | html
TRANSACTION_ROLLEDBACK   Exception thrown when the transaction associated with the request has already been rolled back or marked to roll back.  code | html
TRANSACTION_UNAVAILABLE   The CORBA TRANSACTION_UNAVAILABLE exception is thrown by the ORB when it cannot process a transaction service context because its connection to the Transaction Service has been abnormally terminated.  code | html
TRANSIENT   Exception thrown when the ORB attempted to reach an object and failed.  code | html
TypeCodeHolder   The Holder for TypeCode code | html
ULongLongSeqHolder   The Holder for ULongLongSeq code | html
ULongSeqHolder   The Holder for ULongSeq code | html
UNKNOWN   This exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression.  code | html
UShortSeqHolder   The Holder for UShortSeq code | html
UnionMember   A description in the Interface Repository of a member of an IDL union.  code | html
UnknownUserException   A class that contains user exceptions returned by the server.  code | html
UnknownUserExceptionHolder   The Holder for UnknownUserException code | html
ValueBaseHolder   The Holder for ValueBase code | html
ValueMember   A description in the Interface Repository of a member of a value object.  code | html
WCharSeqHolder   The Holder for WCharSeq code | html
WStringSeqHolder   A sequence holder for CORBA wstring[] that is mapped into java String[] code | html
WStringValueHelper   org/omg/CORBA/WStringValueHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from orb.idl 31 May 1999 22:27:30 o'clock GMT+00:00 The class definition has been modified to conform to the following OMG specifications :   code | html
WrongTransaction   The CORBA WrongTransaction user-defined exception.  code | html
WrongTransactionHolder   The Holder for WrongTransaction code | html
_IDLTypeStub   The Stub for IDLType code | html
_PolicyStub   The Stub for Policy code | html