Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Package org.omg.CORBA

Interface Summary
ARG_IN Signifies an "input" argument to an invocation, meaning that the argument is being passed from the client to the server.
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.
ARG_OUT Signifies an "output" argument to an invocation, meaning that the argument is being passed from the server to the client.
AliasDef  
ArrayDef  
AttributeDef  
CTX_RESTRICT_SCOPE A flag that can be used as the second parameter to the method Context.get_values to restrict the search scope.
ConstantDef  
Contained  
Container  
EnumDef  
ExceptionDef  
IDLType  
IRObject  
ImplementationDef ImplementationDef is an object in the Implementation Repository that describes a particular object implementation.
InterfaceDef  
ModuleDef  
Object The definition for a CORBA object reference.
OperationDef  
PrimitiveDef  
Repository  
SequenceDef  
StringDef  
StructDef  
TypedefDef  
UnionDef  
 

Class Summary
Any Serves as a container for any data that can be described in IDL or for any IDL primitive type.
AnyHolder A Holder class for Any objects that is used to store "out" and "inout" parameters in IDL methods.
AttributeDescription  
AttributeMode  
BooleanHolder A Holder class for a boolean that is used to store "out" and "inout" parameters in IDL methods.
ByteHolder A Holder class for a byte that is used to store "out" and "inout" parameters in IDL methods.
CharHolder A Holder class for a char that is used to store "out" and "inout" parameters in IDL methods.
CompletionStatus An object that indicates whether a method had completed running when a SystemException was thrown.
ConstantDescription  
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.
ContextList An object containing a modifiable list of String objects that represent property names.
Current A class that makes it possible to access information associated with a particular thread of execution, such as security information or a transaction identifier.
DefinitionKind  
DoubleHolder A Holder class for a double that is used to store "out" and "inout" parameters in IDL methods.
DynamicImplementation The base class for all object implementations using the DSI.
Environment A container (holder) for an exception that is used in Request operations to make exceptions available to the client.
ExceptionDescription  
ExceptionList An object used in Request operations to describe the exceptions that can be thrown by a method.
FloatHolder A Holder class for a float that is used to store "out" and "inout" parameters in IDL methods.
IntHolder A Holder class for an int that is used to store "out" and "inout" parameters in IDL methods.
InterfaceDescription  
LongHolder A Holder class for a long that is used to store "out" and "inout" parameters in IDL methods.
ModuleDescription  
NVList A modifiable list containing NamedValue objects.
NamedValue An object used in the DII and DSI to describe arguments and return values.
ORB A class providing APIs for the CORBA Object Request Broker features.
ObjectHolder A Holder class for a CORBA object reference (a value of type org.omg.CORBA.Object).
OperationDescription  
OperationMode  
ParameterDescription  
ParameterMode  
PrimitiveKind  
Principal A class that contains information about the identity of the client, for access control and other purposes.
PrincipalHolder A container class for values of type Principal that is used to store "out" and "inout" parameters in IDL methods.
Request An object containing the information necessary for invoking a method.
ServerRequest An object that captures the explicit state of a request for the Dynamic Skeleton Interface (DSI).
ShortHolder A Holder class for a short that is used to store "out" and "inout" parameters in IDL operations.
StringHolder A Holder class for a String that is used to store "out" and "inout" parameters in IDL operations.
StructMember  
TCKind The Java mapping of the IDL enum TCKind, which specifies the kind of a TypeCode object.
TypeCode A container for information about a specific CORBA data type.
TypeCodeHolder A Holder class for a TypeCode object that is used to store "out" and "inout" parameters in IDL operations.
TypeDescription  
UnionMember  
 

Exception Summary
BAD_CONTEXT The CORBA BAD_CONTEXT exception, which is thrown when there is an error processing a context object.
BAD_INV_ORDER The CORBA BAD_INV_ORDER exception, which is thrown when methods are called out of order.
BAD_OPERATION The CORBA BAD_OPERATION exception, which is thrown when a method is invalid.
BAD_PARAM The CORBA BAD_PARAM exception, which is thrown when an invalid parameter is passed to a method.
BAD_TYPECODE The CORBA BAD_TYPECODE exception, which is thrown when the specified typecode is invalid.
Bounds  
COMM_FAILURE The CORBA COMM_FAILURE exception, which is thrown when there is a communication failure.
DATA_CONVERSION The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
FREE_MEM The CORBA FREE_MEM exception, which is thrown when the system is unable to free memory.
IMP_LIMIT The CORBA IMP_LIMIT exception, which is thrown when the implementation limit has been violated.
INITIALIZE The CORBA INITIALIZE exception, which is thrown when there is an ORB initialization error.
INTERNAL The CORBA INTERNAL exception, which is thrown when there is an ORB internal error.
INTF_REPOS The CORBA INTF_REPOS exception, which is thrown when there is an error accessing the interface repository.
INVALID_TRANSACTION The CORBA INVALID_TRANSACTION exception, which is thrown when there is a transaction error.
INV_FLAG The CORBA INV_FLAG exception, which is thrown when an invalid flag is specified.
INV_IDENT The CORBA INV_IDENT exception, which is thrown when identifier syntax is invalid.
INV_OBJREF The CORBA INV_OBJREF exception, which is thrown when an invalid object reference is specified.
MARSHAL The CORBA MARSHAL exception, which is thrown when the ORB has a problem marshalling or unmarshalling parameters.
NO_IMPLEMENT The CORBA NO_IMPLEMENT exception, which is thrown when the implementation for a method is not available.
NO_MEMORY The CORBA NO_MEMORY exception, which may be thrown by either the client or the server when there is not enough memory for a dynamic memory allocation.
NO_PERMISSION The CORBA NO_PERMISSION exception, which is thrown if the client does not have permission to perform the request.
NO_RESOURCES The CORBA NO_RESOURCES exception, which is thrown when either the client or the server does not have sufficient resources to perform the request.
NO_RESPONSE The CORBA NO_RESPONSE exception, which is thrown when a response to the request is not yet available.
OBJECT_NOT_EXIST The CORBA OBJECT_NOT_EXIST exception, which is usually thrown from the server to indicate that the target object does not exist.
OBJ_ADAPTER The CORBA OBJ_ADAPTER exception, which is thrown by the object adapter on the server to indicate some error.
PERSIST_STORE The CORBA PERSIST_STORE exception, which is thrown when there is an error with the persistent storage on the server.
SystemException The root class for all CORBA standard exceptions.
TRANSACTION_REQUIRED The CORBA TRANSACTION_REQUIRED exception, which is thrown by the ORB on the client or server during the processing of a request that is required to be enclosed in a transaction.
TRANSACTION_ROLLEDBACK The CORBA TRANSACTION_ROLLEDBACK exception, which is thrown when a transactional operation did not complete because the transaction was rolled back.
TRANSIENT The CORBA TRANSIENT exception, which is thrown by the server to signal a transient failure that might not occur again if the request is retried.
UNKNOWN The CORBA UNKNOWN exception, which is thrown when there is an error whose cause is unknown to the ORB.
UnknownUserException A class that contains user exceptions returned by the server.
UserException The root class for CORBA IDL-defined user exceptions.
WrongTransaction The CORBA WrongTransaction user-defined exception.
 


Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.