站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 iiop API Documentation 英文版文档

_TransactionFactoryExtStub (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档


org.jboss.tm.iiop
Class _TransactionFactoryExtStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.jboss.tm.iiop._TransactionFactoryExtStub
All Implemented Interfaces:
IDLEntity, Object, Serializable, org.omg.CosTransactions.TransactionFactory, TransactionFactoryExt, TransactionFactoryExtOperations, org.omg.CosTransactions.TransactionFactoryOperations

public class _TransactionFactoryExtStub
extends ObjectImpl
implements TransactionFactoryExt

Generated from IDL interface "TransactionFactoryExt"

Author:
JacORB IDL compiler V 2.2 (JBoss patch 2), 08-Jun-2004
See Also:
Serialized Form

Field Summary
static Class _opsClass
           
 
Constructor Summary
_TransactionFactoryExtStub()
           
 
Method Summary
 String[] _ids()
           
 TransactionDesc create_transaction(int time_out)
           
 org.omg.CosTransactions.Control create(int time_out)
           
 org.omg.CosTransactions.Control recreate(org.omg.CosTransactions.PropagationContext ctx)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_TransactionFactoryExtStub

public _TransactionFactoryExtStub()
Method Detail

_ids

public String[] _ids()

create

public org.omg.CosTransactions.Control create(int time_out)
Specified by:
create in interface org.omg.CosTransactions.TransactionFactoryOperations

recreate

public org.omg.CosTransactions.Control recreate(org.omg.CosTransactions.PropagationContext ctx)
Specified by:
recreate in interface org.omg.CosTransactions.TransactionFactoryOperations

create_transaction

public TransactionDesc create_transaction(int time_out)
Specified by:
create_transaction in interface TransactionFactoryExtOperations


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.