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

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


org.jboss.tm.iiop
Class TransactionDescHolder

java.lang.Object
  extended byorg.jboss.tm.iiop.TransactionDescHolder
All Implemented Interfaces:
Streamable

public final class TransactionDescHolder
extends Object
implements Streamable

Generated from IDL definition of struct "TransactionDesc"

Author:
JacORB IDL compiler

Field Summary
 TransactionDesc value
           
 
Constructor Summary
TransactionDescHolder()
           
TransactionDescHolder(TransactionDesc initial)
           
 
Method Summary
 void _read(InputStream _in)
           
 TypeCode _type()
           
 void _write(OutputStream _out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public TransactionDesc value
Constructor Detail

TransactionDescHolder

public TransactionDescHolder()

TransactionDescHolder

public TransactionDescHolder(TransactionDesc initial)
Method Detail

_type

public TypeCode _type()
Specified by:
_type in interface Streamable

_read

public void _read(InputStream _in)
Specified by:
_read in interface Streamable

_write

public void _write(OutputStream _out)
Specified by:
_write in interface Streamable


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