Searched refs:_request (Results 1 - 11 of 11) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/
H A D_JControlStub.java60 org.omg.CORBA.portable.OutputStream $out = _request ("getGlobalTID", true);
82 org.omg.CORBA.portable.OutputStream $out = _request ("getLocalTID", true);
104 org.omg.CORBA.portable.OutputStream $out = _request ("getTranState", true);
125 org.omg.CORBA.portable.OutputStream $out = _request ("setTranState", true);
143 org.omg.CORBA.portable.OutputStream $out = _request ("get_terminator", true);
165 org.omg.CORBA.portable.OutputStream $out = _request ("get_coordinator", true);
H A D_CoordinatorResourceStub.java60 org.omg.CORBA.portable.OutputStream $out = _request ("commit_subtransaction", true);
78 org.omg.CORBA.portable.OutputStream $out = _request ("rollback_subtransaction", true);
95 org.omg.CORBA.portable.OutputStream $out = _request ("prepare", true);
119 org.omg.CORBA.portable.OutputStream $out = _request ("rollback", true);
143 org.omg.CORBA.portable.OutputStream $out = _request ("commit", true);
169 org.omg.CORBA.portable.OutputStream $out = _request ("commit_one_phase", true);
189 org.omg.CORBA.portable.OutputStream $out = _request ("forget", true);
H A D_JCoordinatorStub.java60 org.omg.CORBA.portable.OutputStream $out = _request ("getGlobalTID", true);
81 org.omg.CORBA.portable.OutputStream $out = _request ("getLocalTID", true);
102 org.omg.CORBA.portable.OutputStream $out = _request ("getAncestors", true);
123 org.omg.CORBA.portable.OutputStream $out = _request ("isRollbackOnly", true);
142 org.omg.CORBA.portable.OutputStream $out = _request ("get_status", true);
161 org.omg.CORBA.portable.OutputStream $out = _request ("get_parent_status", true);
180 org.omg.CORBA.portable.OutputStream $out = _request ("get_top_level_status", true);
199 org.omg.CORBA.portable.OutputStream $out = _request ("is_same_transaction", true);
219 org.omg.CORBA.portable.OutputStream $out = _request ("is_related_transaction", true);
239 org.omg.CORBA.portable.OutputStream $out = _request ("is_ancestor_transactio
[all...]
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/jtsxa/
H A D_OTSResourceStub.java60 org.omg.CORBA.portable.OutputStream $out = _request ("getGlobalTID", true);
79 org.omg.CORBA.portable.OutputStream $out = _request ("prepare", true);
103 org.omg.CORBA.portable.OutputStream $out = _request ("rollback", true);
127 org.omg.CORBA.portable.OutputStream $out = _request ("commit", true);
153 org.omg.CORBA.portable.OutputStream $out = _request ("commit_one_phase", true);
173 org.omg.CORBA.portable.OutputStream $out = _request ("forget", true);
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/
H A DDownloadServlet.java467 return _request;
475 _request = request;
498 private ServletRequest _request = null; field in class:DownloadServlet.Context
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorImpl.java447 public Request _request(String operation) { method in class:CoordinatorImpl
H A DTerminatorImpl.java420 public Request _request(String operation) { method in class:TerminatorImpl
H A DControlImpl.java996 public Request _request(String operation) { method in class:ControlImpl
H A DTransactionFactoryImpl.java678 public Request _request(String operation) { method in class:TransactionFactoryImpl
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DSynchronizationImpl.java228 public Request _request(String operation) { method in class:SynchronizationImpl
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jtsxa/
H A DOTSResourceImpl.java516 public Request _request(String operation) { method in class:OTSResourceImpl

Completed in 51 milliseconds