Searched refs:myORB (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DPICurrent.java52 private ORB myORB; field in class:PICurrent
65 SlotTable table = new SlotTable( myORB, slotCounter );
66 return new SlotTableStack( myORB, table );
74 PICurrent( ORB myORB ) {
75 this.myORB = myORB;
76 wrapper = OMGSystemException.get( myORB,
H A DRequestInfoImpl.java112 protected ORB myORB; field in class:RequestInfoImpl
238 public RequestInfoImpl( ORB myORB ) {
241 this.myORB = myORB;
242 wrapper = InterceptorsSystemException.get( myORB,
244 stdWrapper = OMGSystemException.get( myORB,
248 PICurrent current = (PICurrent)(myORB.getPIHandler().getPICurrent());
593 Any result = myORB.create_any();
663 sun.corba.OutputStreamFactory.newEncapsOutputStream(myORB);
700 sun.corba.OutputStreamFactory.newEncapsOutputStream(myORB);
[all...]
H A DServerRequestInfoImpl.java162 serverRequestId = myORB.getPIHandler().allocateServerRequestId();
253 ServerRequestInfoImpl( ORB myORB ) {
254 super( myORB );
258 serverRequestId = myORB.getPIHandler().allocateServerRequestId();
334 return myORB.getORBData().getORBId() ;
440 scs = new ServiceContexts( myORB );
H A DClientRequestInfoImpl.java273 protected ClientRequestInfoImpl( ORB myORB ) {
274 super( myORB );
432 result = ptemp.getIOPComponents(myORB, id);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/oldlocal/
H A DLocalClientRequestImpl.sjava119 ORB myORB = (ORB)orb() ;
121 ServerResponse serverResponse = myORB.process( getServerRequest() ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DReflectiveTie.java119 ORB myORB = (ORB)orb ;

Completed in 50 milliseconds