Searched defs:CORBA (Results 1 - 25 of 264) sorted by relevance
1234567891011
/openjdk7/corba/src/share/classes/org/omg/CORBA/ |
H A D | Current.java | 25 package org.omg.CORBA; 29 * Interfaces derived from the <tt>Current</tt> interface enable ORB and CORBA 33 * <tt>Current</tt> interface defined in the CORBA module. 35 * <P>Each ORB or CORBA service that needs its own context derives an 36 * interface from the CORBA module's <tt>Current</tt>. Users of the 40 * org/omg/CORBA/Current.java 46 public interface Current extends CurrentOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
|
H A D | CurrentOperations.java | 25 package org.omg.CORBA; 33 * org/omg/CORBA/CurrentOperations.java
|
H A D | DomainManager.java | 26 package org.omg.CORBA; 41 org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
|
H A D | IDLType.java | 26 * File: ./org/omg/CORBA/IDLType.java 32 package org.omg.CORBA; 34 * tempout/org/omg/CORBA/IDLType.java 47 public interface IDLType extends IDLTypeOperations, org.omg.CORBA.IRObject, org.omg.CORBA.portable.IDLEntity
|
H A D | IRObject.java | 26 * File: ./org/omg/CORBA/IRObject.java 32 package org.omg.CORBA; 39 public interface IRObject extends IRObjectOperations, org.omg.CORBA.Object, 40 org.omg.CORBA.portable.IDLEntity
|
H A D | Policy.java | 25 package org.omg.CORBA; 30 * ORB or CORBA service access to certain choices that affect 33 * interface defined in the CORBA module. A CORBA service does not 39 * org/omg/CORBA/Policy.java 45 public interface Policy extends PolicyOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
|
H A D | ARG_IN.java | 26 package org.omg.CORBA; 40 * org.omg.CORBA.NamedValue nv = orb.create_named_value( 41 * "IDLArgumentIdentifier", myAny, org.omg.CORBA.ARG_IN.value); 44 * @see org.omg.CORBA.NamedValue
|
H A D | ARG_INOUT.java | 26 package org.omg.CORBA; 40 * org.omg.CORBA.NamedValue nv = orb.create_named_value( 41 * "argumentIdentifier", myAny, org.omg.CORBA.ARG_INOUT.value); 44 * @see org.omg.CORBA.NamedValue
|
H A D | ARG_OUT.java | 26 package org.omg.CORBA; 40 * org.omg.CORBA.NamedValue nv = orb.create_named_value( 41 * "argumentIdentifier", myAny, org.omg.CORBA.ARG_OUT.value); 44 * @see org.omg.CORBA.NamedValue
|
H A D | BAD_POLICY.java | 26 package org.omg.CORBA;
|
H A D | BAD_POLICY_TYPE.java | 26 package org.omg.CORBA;
|
H A D | BAD_POLICY_VALUE.java | 26 package org.omg.CORBA; 38 * @see org.omg.CORBA.PolicyError
|
H A D | Bounds.java | 26 package org.omg.CORBA; 37 public final class Bounds extends org.omg.CORBA.UserException {
|
H A D | CTX_RESTRICT_SCOPE.java | 26 package org.omg.CORBA; 42 * @see org.omg.CORBA.Context#get_values(String, int, String)
|
H A D | IDLTypeOperations.java | 25 package org.omg.CORBA; 34 tempout/org/omg/CORBA/IDLTypeOperations.java 50 public interface IDLTypeOperations extends org.omg.CORBA.IRObjectOperations 57 org.omg.CORBA.TypeCode type ();
|
H A D | OMGVMCID.java | 26 package org.omg.CORBA;
|
H A D | PRIVATE_MEMBER.java | 26 * File: ./org/omg/CORBA/PRIVATE_MEMBER.java 32 package org.omg.CORBA;
|
H A D | PUBLIC_MEMBER.java | 26 * File: ./org/omg/CORBA/PUBLIC_MEMBER.java 32 package org.omg.CORBA;
|
H A D | UNSUPPORTED_POLICY.java | 26 package org.omg.CORBA;
|
H A D | UNSUPPORTED_POLICY_VALUE.java | 26 package org.omg.CORBA;
|
H A D | UserException.java | 26 package org.omg.CORBA; 29 * The root class for CORBA IDL-defined user exceptions. 30 * All CORBA user exceptions are checked exceptions, which 37 public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity {
|
H A D | VM_ABSTRACT.java | 26 package org.omg.CORBA; 32 * @see org.omg.CORBA.TypeCode
|
H A D | VM_CUSTOM.java | 26 package org.omg.CORBA; 32 * @see org.omg.CORBA.TypeCode
|
H A D | VM_NONE.java | 26 package org.omg.CORBA; 33 * @see org.omg.CORBA.TypeCode 41 * CORBA 2.3 spec.
|
H A D | VM_TRUNCATABLE.java | 26 package org.omg.CORBA; 34 * @see org.omg.CORBA.TypeCode
|
Completed in 53 milliseconds
1234567891011