org.jboss.test.cts.interfaces
Class BeanContextInfo

java.lang.Object
  extended byorg.jboss.test.cts.interfaces.BeanContextInfo
All Implemented Interfaces:
java.io.Serializable

public class BeanContextInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String homeInterface
           
 java.lang.Boolean isRollbackOnly
           
 java.lang.String remoteInterface
           
 
Constructor Summary
BeanContextInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteInterface

public java.lang.String remoteInterface

homeInterface

public java.lang.String homeInterface

isRollbackOnly

public java.lang.Boolean isRollbackOnly
Constructor Detail

BeanContextInfo

public BeanContextInfo()