This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
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 |
A constant that signifies an "output" argument to an invocation,
meaning that the argument is being passed from the server to
the client. |
BAD_POLICY |
A PolicyErrorCode which would be filled in
the PolicyError exception. |
BAD_POLICY_TYPE |
A PolicyErrorCode which would be filled in
the PolicyError exception. |
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. |
CTX_RESTRICT_SCOPE |
A flag that can be used as the second parameter to the method
Context.get_values to restrict the search scope. |
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. |
CurrentOperations |
The interface for Current. |
CustomMarshal |
An abstract value type that is meant to
be used by the ORB, not the user. |
DataInputStream |
Defines the methods used to read primitive data types from input streams
for unmarshaling custom value types. |
DataOutputStream |
Defines the methods used to write primitive data types to output streams
for marshalling custom value types. |
DomainManager |
Provides mechanisms for establishing and navigating relationships to
superior and subordinate domains, as well as for creating and accessing
policies. |
DomainManagerOperations |
Provides the DomainManager with the means to access policies. |
DynAny |
Enables org.omg.CORBA.Any values to be dynamically
interpreted (traversed) and
constructed. |
DynArray |
Represents a DynAny object associated
with an array. |
DynEnum |
Represents a DynAny object associated
with an IDL enum. |
DynFixed |
Represents a DynAny object that is associated
with an IDL fixed type. |
DynSequence |
The representation of a DynAny object that is associated
with an IDL sequence. |
DynStruct |
The representation of a DynAny object that is associated
with an IDL struct. |
DynUnion |
The DynUnion interface represents a DynAny object
that is associated with an IDL union. |
DynValue |
The representation of a DynAny object that is associated
with an IDL value type. |
IDLType |
An abstract interface inherited by all Interface Repository
(IR) objects that represent OMG IDL types. |
IDLTypeOperations |
This interface must be implemented by all IDLType objects. |
IRObject |
An IRObject IDL interface represents the most generic interface
from which all other Interface Repository interfaces are derived,
even the Repository itself. |
IRObjectOperations |
This is the Operations interface for the mapping from IRObject. |
Object |
The definition for a CORBA object reference. |
OMGVMCID |
The vendor minor code ID reserved for OMG. |
Policy |
Interfaces derived from the Policy interface allow an
ORB or CORBA service access to certain choices that affect
its operation. |
PolicyOperations |
Provides the operations for a Policy object. |
PRIVATE_MEMBER |
Constant to define a private member in the ValueMember class. |
PUBLIC_MEMBER |
Constant to define a public member in the ValueMember
class. |
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. |
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. |
VM_ABSTRACT |
Defines the code used to represent an Abstract interface in
a typecode. |
VM_CUSTOM |
Defines the code used to represent a custom marshalled value type in
a typecode. |
VM_NONE |
Defines the code used to represent the one of the values of a value type
in a typecode. |
VM_TRUNCATABLE |
Defines the code used to represent a truncatable value type in
a typecode. |
Exception Summary |
ACTIVITY_COMPLETED |
The ACTIVITY_COMPLETED system exception may be raised on any
method for which Activity context is accessed. |
ACTIVITY_REQUIRED |
The ACTIVITY_REQUIRED system exception may be raised on any
method for which an Activity context is required. |
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. |
BAD_INV_ORDER |
This exception indicates that the caller has invoked operations in
the wrong order. |
BAD_OPERATION |
Exception thrown when an object reference denotes an existing object,
but that the object does not support the operation that was invoked. |
BAD_PARAM |
Exception thrown
when a parameter passed to a call is out of range or
otherwise considered illegal. |
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. |
BAD_TYPECODE |
Exception thrown when the ORB has encountered a malformed type code
(for example, a type code with an invalid TCKind value). |
Bounds |
A user exception thrown when a parameter is not within
the legal bounds for the object that a method is trying
to access. |
CODESET_INCOMPATIBLE |
This exception is raised whenever meaningful communication is not possible
between client and server native code sets. |
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. |
DATA_CONVERSION |
This exception is raised if an ORB cannot convert the representation
of data as marshaled into its native representation or vice-versa. |
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. |
IMP_LIMIT |
This exception indicates that an implementation limit was
exceeded in the ORB run time. |
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. |
INTERNAL |
This exception indicates an internal failure in an ORB, for
example, if an ORB has detected corruption of its internal
data structures. |
INTF_REPOS |
Exception raised
when an ORB cannot reach the interface
repository, or some other failure relating to the interface repository
is detected. |
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. |
INVALID_TRANSACTION |
Exception thrown
when the request carried an invalid transaction context. |
INV_FLAG |
Exception thrown
when an invalid flag was passed to an operation (for example, when
creating a DII request). |
INV_IDENT |
This exception indicates that an IDL identifier is syntactically
invalid. |
INV_OBJREF |
This exception indicates that an object reference is internally
malformed. |
INV_POLICY |
Standard exception thrown
when an invocation cannot be made because of an incompatibility between
Policy overrides that apply to the particular invocation. |
MARSHAL |
A request or reply from the network is structurally invalid. |
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. |
NO_MEMORY |
Exception thrown when the ORB run time has run out of memory. |
NO_PERMISSION |
Exception thrown when an invocation failed because the caller
has insufficient privileges. |
NO_RESOURCES |
Exception thrown when the ORB has encountered some general resource
limitation. |
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. |
OBJECT_NOT_EXIST |
Exception raised whenever an invocation on a deleted object was
performed. |
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. |
PERSIST_STORE |
This exception indicates a persistent storage failure, for example,
failure to establish a database connection or corruption of a
database. |
PolicyError |
A user exception thrown when a policy error occurs. |
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. |
SystemException |
The root class for all CORBA standard exceptions. |
TIMEOUT |
TIMEOUT is raised when no delivery has been made and the
specified time-to-live period has been exceeded. |
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). |
TRANSACTION_REQUIRED |
Exception indicates that the request carried a null transaction context,
but an active transaction is required. |
TRANSACTION_ROLLEDBACK |
Exception thrown when the transaction associated with the request has
already been rolled back or marked to roll back. |
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. |
TRANSIENT |
Exception thrown when the ORB attempted to reach an object and failed. |
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. |
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. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.