API Overview API Index Direct link to this page
JDK 1.6
  Package: org.omg.CORBA
Author(s)
Since
JDK1.2
Version
Serial
exclude
Description
  Provides the mapping of the OMG CORBA APIs to the Java TM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).
See also:   
_IDLTypeStub View Source The Stub for IDLType.
_PolicyStub View Source The Stub for Policy.
ACTIVITY_COMPLETED View Source The ACTIVITY_COMPLETED system exception may be raised on any method for which Activity context is accessed.
ACTIVITY_REQUIRED View Source The ACTIVITY_REQUIRED system exception may be raised on any method for which an Activity context is required.
Any View Source Serves as a container for any data that can be described in IDL or for any IDL primitive type.
AnyHolder View Source The Holder for Any.
AnySeqHelper View Source The Helper for AnySeq.
AnySeqHolder View Source The Holder for AnySeq.
ARG_IN View Source Signifies an "input" argument to an invocation, meaning that the argument is being passed from the client to the server.
ARG_INOUT View Source 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.
ARG_OUT View Source A constant that signifies an "output" argument to an invocation, meaning that the argument is being passed from the server to the client.
BAD_CONTEXT View Source Exception thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation.
BAD_INV_ORDER View Source This exception indicates that the caller has invoked operations in the wrong order.
BAD_OPERATION View Source Exception thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked.
BAD_PARAM View Source Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal.
BAD_POLICY View Source A PolicyErrorCode which would be filled in the PolicyError exception.
BAD_POLICY_TYPE View Source A PolicyErrorCode which would be filled in the PolicyError exception.
BAD_POLICY_VALUE View Source 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.
BAD_QOS View Source 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.
BAD_TYPECODE View Source Exception thrown when the ORB has encountered a malformed type code (for example, a type code with an invalid TCKind value).
BooleanHolder View Source The Holder for Boolean.
BooleanSeqHelper View Source The Helper for BooleanSeq.
BooleanSeqHolder View Source The Holder for BooleanSeq.
Bounds View Source A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.
ByteHolder View Source The Holder for Byte.
CharHolder View Source The Holder for Char.
CharSeqHelper View Source The Helper for CharSeq.
CharSeqHolder View Source The Holder for CharSeq.
CODESET_INCOMPATIBLE View Source This exception is raised whenever meaningful communication is not possible between client and server native code sets.
COMM_FAILURE View Source 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.
CompletionStatus View Source An object that indicates whether a method had completed running when a SystemException was thrown.
CompletionStatusHelper View Source The Helper for CompletionStatus.
Context View Source 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.
ContextList View Source An object containing a modifiable list of String objects that represent property names.
CTX_RESTRICT_SCOPE View Source A flag that can be used as the second parameter to the method Context.get_values to restrict the search scope.
Current View Source 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.
CurrentHelper View Source The Helper for Current.
CurrentHolder View Source The Holder for Current.
CurrentOperations View Source The interface for Current.
CustomMarshal View Source An abstract value type that is meant to be used by the ORB, not the user.
DATA_CONVERSION View Source This exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa.
DataInputStream View Source Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.
DataOutputStream View Source Defines the methods used to write primitive data types to output streams for marshalling custom value types.
DefinitionKind View Source The class that provides the constants used to identify the type of an Interface Repository object.
DefinitionKindHelper View Source The Helper for DefinitionKind.
DomainManager View Source Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.
DomainManagerOperations View Source Provides the DomainManager with the means to access policies.
DoubleHolder View Source The Holder for Double.
DoubleSeqHelper View Source The Helper for DoubleSeq.
DoubleSeqHolder View Source The Holder for DoubleSeq.
DynamicImplementation View Source
DynAny View Source Enables org.omg.CORBA.Any values to be dynamically interpreted (traversed) and constructed.
DynArray View Source Represents a DynAny object associated with an array.
DynEnum View Source Represents a DynAny object associated with an IDL enum.
DynFixed View Source Represents a DynAny object that is associated with an IDL fixed type.
DynSequence View Source The representation of a DynAny object that is associated with an IDL sequence.
DynStruct View Source The representation of a DynAny object that is associated with an IDL struct.
DynUnion View Source The DynUnion interface represents a DynAny object that is associated with an IDL union.
DynValue View Source The representation of a DynAny object that is associated with an IDL value type.
Environment View Source A container (holder) for an exception that is used in Request operations to make exceptions available to the client.
ExceptionList View Source An object used in Request operations to describe the exceptions that can be thrown by a method.
FieldNameHelper View Source The Helper for FieldName.
FixedHolder View Source The Holder for Fixed.
FloatHolder View Source The Holder for Float.
FloatSeqHelper View Source The Helper for FloatSeq.
FloatSeqHolder View Source The Holder for FloatSeq.
FREE_MEM View Source Exception thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked.
IdentifierHelper View Source The Helper for Identifier.
IDLType View Source An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.
IDLTypeHelper View Source The Helper for IDLType.
IDLTypeOperations View Source This interface must be implemented by all IDLType objects.
IMP_LIMIT View Source This exception indicates that an implementation limit was exceeded in the ORB run time.
INITIALIZE View Source Exception thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error.
INTERNAL View Source This exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures.
INTF_REPOS View Source Exception raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected.
IntHolder View Source The Holder for Int.
INV_FLAG View Source Exception thrown when an invalid flag was passed to an operation (for example, when creating a DII request).
INV_IDENT View Source This exception indicates that an IDL identifier is syntactically invalid.
INV_OBJREF View Source This exception indicates that an object reference is internally malformed.
INV_POLICY View Source Standard exception thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation.
INVALID_ACTIVITY View Source 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.
INVALID_TRANSACTION View Source Exception thrown when the request carried an invalid transaction context.
IRObject View Source An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.
IRObjectOperations View Source This is the Operations interface for the mapping from IRObject.
LocalObject View Source Used as a base class for implementation of a local IDL interface in the Java language mapping.
LongHolder View Source The Holder for Long.
LongLongSeqHelper View Source The Helper for LongLongSeq.
LongLongSeqHolder View Source The Holder for LongLongSeq.
LongSeqHelper View Source The Helper for LongSeqHelper.
LongSeqHolder View Source The Holder for LongSeq.
MARSHAL View Source A request or reply from the network is structurally invalid.
NamedValue View Source An object used in the DII and DSI to describe arguments and return values.
NameValuePair View Source Associates a name with a value that is an attribute of an IDL struct, and is used in the DynStruct APIs.
NameValuePairHelper View Source The Helper for NameValuePair.
NO_IMPLEMENT View Source This exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists.
NO_MEMORY View Source Exception thrown when the ORB run time has run out of memory.
NO_PERMISSION View Source Exception thrown when an invocation failed because the caller has insufficient privileges.
NO_RESOURCES View Source Exception thrown when the ORB has encountered some general resource limitation.
NO_RESPONSE View Source 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.
NVList View Source A modifiable list containing NamedValue objects.
OBJ_ADAPTER View Source 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.
Object View Source The definition for a CORBA object reference.
OBJECT_NOT_EXIST View Source Exception raised whenever an invocation on a deleted object was performed.
ObjectHelper View Source
ObjectHolder View Source The Holder for Object.
OctetSeqHelper View Source The Helper for OctetSeq.
OctetSeqHolder View Source The Holder for OctetSeq.
OMGVMCID View Source The vendor minor code ID reserved for OMG.
ORB View Source A class providing APIs for the CORBA Object Request Broker features.
PERSIST_STORE View Source This exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database.
Policy View Source Interfaces derived from the Policy interface allow an ORB or CORBA service access to certain choices that affect its operation.
PolicyError View Source A user exception thrown when a policy error occurs.
PolicyHelper View Source The Helper for Policy.
PolicyHolder View Source The Holder for Policy.
PolicyListHelper View Source The Helper for PolicyList.
PolicyListHolder View Source The Holder for PolicyList.
PolicyOperations View Source Provides the operations for a Policy object.
PolicyTypeHelper View Source The Helper for PolicyType.
Principal View Source A class that contains information about the identity of the client, for access control and other purposes.
PrincipalHolder View Source The Holder for Principal.
PRIVATE_MEMBER View Source Constant to define a private member in the ValueMember class.
PUBLIC_MEMBER View Source Constant to define a public member in the ValueMember class.
REBIND View Source 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.
RepositoryIdHelper View Source The Helper for RepositoryId.
Request View Source An object containing the information necessary for invoking a method.
ServerRequest View Source An object that captures the explicit state of a request for the Dynamic Skeleton Interface (DSI).
ServiceDetail View Source 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.
ServiceDetailHelper View Source
ServiceInformation View Source 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.
ServiceInformationHelper View Source
ServiceInformationHolder View Source The Holder for ServiceInformation.
SetOverrideType View Source 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.
SetOverrideTypeHelper View Source The Helper for SetOverrideType.
ShortHolder View Source The Holder for Short.
ShortSeqHelper View Source The Helper for ShortSeqHelper.
ShortSeqHolder View Source The Holder for ShortSeq.
StringHolder View Source The Holder for String.
StringValueHelper View Source The Helper for StringValue.
StructMember View Source 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.
StructMemberHelper View Source The Helper for StructMember.
SystemException View Source The root class for all CORBA standard exceptions.
TCKind View Source The Java mapping of the IDL enum TCKind, which specifies the kind of a TypeCode object.
TIMEOUT View Source TIMEOUT is raised when no delivery has been made and the specified time-to-live period has been exceeded.
TRANSACTION_MODE View Source 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).
TRANSACTION_REQUIRED View Source Exception indicates that the request carried a null transaction context, but an active transaction is required.
TRANSACTION_ROLLEDBACK View Source Exception thrown when the transaction associated with the request has already been rolled back or marked to roll back.
TRANSACTION_UNAVAILABLE View Source 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.
TRANSIENT View Source Exception thrown when the ORB attempted to reach an object and failed.
TypeCode View Source A container for information about a specific CORBA data type.
TypeCodeHolder View Source The Holder for TypeCode.
ULongLongSeqHelper View Source The Helper for ULongLongSeq.
ULongLongSeqHolder View Source The Holder for ULongLongSeq.
ULongSeqHelper View Source The Helper for ULongSeq.
ULongSeqHolder View Source The Holder for ULongSeq.
UnionMember View Source A description in the Interface Repository of a member of an IDL union.
UnionMemberHelper View Source The Helper for UnionMember.
UNKNOWN View Source 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.
UnknownUserException View Source A class that contains user exceptions returned by the server.
UnknownUserExceptionHelper View Source The Helper for UnknownUserException.
UnknownUserExceptionHolder View Source The Holder for UnknownUserException.
UNSUPPORTED_POLICY View Source 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.
UNSUPPORTED_POLICY_VALUE View Source 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.
UserException View Source The root class for CORBA IDL-defined user exceptions.
UShortSeqHelper View Source The Helper for UShortSeq.
UShortSeqHolder View Source The Holder for UShortSeq.
ValueBaseHelper View Source
ValueBaseHolder View Source The Holder for ValueBase.
ValueMember View Source A description in the Interface Repository of a member of a value object.
ValueMemberHelper View Source The Helper for ValueMember.
VersionSpecHelper View Source The Helper for VersionSpec.
VisibilityHelper View Source The Helper for Visibility.
VM_ABSTRACT View Source Defines the code used to represent an Abstract interface in a typecode.
VM_CUSTOM View Source Defines the code used to represent a custom marshalled value type in a typecode.
VM_NONE View Source Defines the code used to represent the one of the values of a value type in a typecode.
VM_TRUNCATABLE View Source Defines the code used to represent a truncatable value type in a typecode.
WCharSeqHelper View Source The Helper for WCharSeq.
WCharSeqHolder View Source The Holder for WCharSeq.
WrongTransaction View Source The CORBA WrongTransaction user-defined exception.
WrongTransactionHelper View Source The Helper for WrongTransaction.
WrongTransactionHolder View Source The Holder for WrongTransaction.
WStringValueHelper View Source 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 : ORB core as defined by CORBA 2.3.1 (formal/99-10-07) IDL/Java Language Mapping as defined in ptc/00-01-08
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar