Searched refs:Current (Results 1 - 18 of 18) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DCurrent.java29 * Interfaces derived from the <tt>Current</tt> interface enable ORB and CORBA
33 * <tt>Current</tt> interface defined in the CORBA module.
36 * interface from the CORBA module's <tt>Current</tt>. Users of the
37 * service can obtain an instance of the appropriate <tt>Current</tt>
40 * org/omg/CORBA/Current.java
46 public interface Current extends CurrentOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity interface in inherits:CurrentOperations,org.omg.CORBA.Object,org.omg.CORBA.portable.IDLEntity
48 } // interface Current
H A DCurrentHelper.java29 * The Helper for <tt>Current</tt>. For more information on
40 private static String _id = "IDL:omg.org/CORBA/Current:1.0";
42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.Current that)
47 public static org.omg.CORBA.Current extract (org.omg.CORBA.Any a)
57 __typeCode = org.omg.CORBA.ORB.init ().create_interface_tc (org.omg.CORBA.CurrentHelper.id (), "Current");
67 public static org.omg.CORBA.Current read (org.omg.CORBA.portable.InputStream istream)
72 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.Current value)
77 public static org.omg.CORBA.Current narrow (org.omg.CORBA.Object obj)
81 else if (obj instanceof org.omg.CORBA.Current)
82 return (org.omg.CORBA.Current)ob
[all...]
H A DCurrentHolder.java28 * The Holder for <tt>Current</tt>. For more information on
39 public org.omg.CORBA.Current value = null;
45 public CurrentHolder (org.omg.CORBA.Current initialValue)
H A DORB.java1036 * Retrieves a <code>Current</code> object.
1037 * The <code>Current</code> interface is used to manage thread-specific
1043 * @return a newly-created <code>Current</code> object
1047 public org.omg.CORBA.Current get_current()
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A DCurrentHelper.java38 * The PortableServer::Current interface, derived from
39 * CORBA::Current, provides method implementations with
41 * method was invoked. The Current interface is provided
46 * Current in the context of both locally and remotely
47 * invoked operations. An instance of Current can be
57 private static String _id = "IDL:omg.org/PortableServer/Current:2.3";
60 org.omg.PortableServer.Current that)
68 public static org.omg.PortableServer.Current extract (org.omg.CORBA.Any a)
79 org.omg.PortableServer.CurrentHelper.id (), "Current");
89 public static org.omg.PortableServer.Current rea
[all...]
H A Dcorba.idl76 * state extends the CORBA package's <code>Current</code>.
78 * <code>Current</code> interface by invoking
80 * For example, the Security service obtains the <code>Current</code>
89 * Methods on classes that implement from <code>Current</code> access state
91 * with the thread from which the <code>Current</code> was obtained.
92 * Current objects must not be exported to other processes, or externalized
98 interface Current { };
H A Dpoa.idl1131 // Current interface:
1136 * The PortableServer::Current interface, derived from
1137 * CORBA::Current, provides method implementations with
1139 * method was invoked. The Current interface is provided
1144 * Current in the context of both locally and remotely
1145 * invoked operations. An instance of Current can be
1153 interface Current : CORBA::Current {
1154 #pragma sun_local Current ""
1155 #pragma version Current 2.
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPICurrent.java29 import org.omg.PortableInterceptor.Current;
39 * PICurrent is the implementation of Current as specified in the Portable
46 implements Current
H A DPINoOpHandlerImpl.java41 import org.omg.PortableInterceptor.Current;
182 public Current getPICurrent( ) {
H A DSlotTable.java30 import org.omg.PortableInterceptor.Current;
H A DThreadCurrentStack.sjava29 import org.omg.PortableInterceptor.Current;
H A DSlotTableStack.java30 import org.omg.PortableInterceptor.Current;
H A DPIHandlerImpl.java50 import org.omg.PortableInterceptor.Current;
926 public Current getPICurrent( ) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java32 import org.omg.PortableInterceptor.Current ;
301 Current getPICurrent() ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOACurrent.java47 implements org.omg.PortableServer.Current
62 ids[0] = "IDL:omg.org/PortableServer/Current:1.0";
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DInterceptors.idl240 * Portable Interceptors Current (also known as <code>PICurrent</code>)
256 local interface Current : CORBA::Current {
528 * <code>PortableInterceptor.Current</code> that is in the scope of
541 * @see Current
1214 * <code>PortableInterceptor.Current</code> that is in the scope of
1222 * @see Current
1386 * client, the <code>PortableInterceptor.Current</code> for both the
1410 * the request scoped <code>PortableInterceptor.Current</code> for both
1461 * <code>PortableInterceptor.Current</cod
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java317 public org.omg.CORBA.Current get_current()
H A DORBImpl.java557 * Get a Current pseudo-object.
558 * The Current interface is used to manage thread-specific
563 * @return a Current pseudo-object.
566 public synchronized org.omg.CORBA.Current get_current()
572 ORB know whether the caller wants a Current for transactions
574 implementation for both ? If Current is thread-specific,
576 ORB get a Current ?

Completed in 2055 milliseconds