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

/openjdk9/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DCurrent.java29 * Interfaces derived from the {@code Current} interface enable ORB and CORBA
33 * {@code Current} interface defined in the CORBA module.
36 * interface from the CORBA module's {@code Current}. Users of the
37 * service can obtain an instance of the appropriate {@code Current}
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 {@code Current}. 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 {@code Current}. For more information on
39 public org.omg.CORBA.Current value = null;
45 public CurrentHolder (org.omg.CORBA.Current initialValue)
H A DORB.java1118 * Retrieves a {@code Current} object.
1119 * The {@code Current} interface is used to manage thread-specific
1125 * @return a newly-created {@code Current} object
1129 public org.omg.CORBA.Current get_current()
/openjdk9/corba/src/java.corba/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...]
/openjdk9/corba/src/java.corba/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 DSlotTableStack.java30 import org.omg.PortableInterceptor.Current;
H A DPIHandlerImpl.java50 import org.omg.PortableInterceptor.Current;
926 public Current getPICurrent( ) {
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/protocol/
H A DPIHandler.java32 import org.omg.PortableInterceptor.Current ;
301 Current getPICurrent() ;
/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util.h86 // Current() on an iterator equal to BaseGenerator()->End().
88 virtual const T* Current() const = 0;
113 const T& operator*() const { return *impl_->Current(); }
114 const T* operator->() const { return impl_->Current(); }
215 virtual const T* Current() const { return &value_; } function in class:testing::internal::RangeGenerator::Iterator
308 // responsible for not calling Current() on an out-of-range iterator.
309 virtual const T* Current() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
336 // value_ needs to be mutable to be accessed in Current().
H A Dgtest-param-util-generated.h3208 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator2::Iterator
3331 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator3::Iterator
3472 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator4::Iterator
3630 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator5::Iterator
3807 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator6::Iterator
4001 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator7::Iterator
4214 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator8::Iterator
4443 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator9::Iterator
4690 virtual const ParamType* Current() const { return &current_value_; } function in class:testing::internal::CartesianProductGenerator10::Iterator
/openjdk9/corba/src/java.corba/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";
/openjdk9/corba/src/java.corba/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 ?
/openjdk9/make/
H A DInitSupport.gmk346 $$(info Error: SPEC mismatch! Current working directory)

Completed in 219 milliseconds