com.bankframe.ei.txnhandler.destinationejbmap
Class DestinationEjbMapBean

java.lang.Object
  extended by com.bankframe.ei.txnhandler.destinationejbmap.DestinationEjbMapBean
Direct Known Subclasses:
DestinationEjbMapBean

public abstract class DestinationEjbMapBean
extends Object

This class defines the attributes of the DestinationEjbMap Entity and the accessor methods for those attributes. This class maps a Ejb name and method name to a host destination.


Field Summary
 String alwaysOnline
           
 String destinationId
           
 String ejbName
           
 String ejbOperation
           
 String operationType
           
 String storeable
           
 
Constructor Summary
DestinationEjbMapBean()
           
 
Method Summary
 String getAlwaysOnline()
          This method returns the alwaysOnline attribute.
 String getDestinationId()
          This method returns the destinationId attribute.
 String getEjbName()
          This method returns the ejbName attribute.
 String getEjbOperation()
          This method returns the ejbOperation attribute.
 String getOperationType()
          This method returns the operationType attribute.
 String getStoreable()
          This method returns the storeable attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destinationId

public String destinationId

ejbName

public String ejbName

ejbOperation

public String ejbOperation

operationType

public String operationType

storeable

public String storeable

alwaysOnline

public String alwaysOnline
Constructor Detail

DestinationEjbMapBean

public DestinationEjbMapBean()
Method Detail

getAlwaysOnline

public String getAlwaysOnline()
This method returns the alwaysOnline attribute.

Returns:
the alwaysOnline attribute

getDestinationId

public String getDestinationId()
This method returns the destinationId attribute.

Returns:
the destinationId attribute

getEjbName

public String getEjbName()
This method returns the ejbName attribute.

Returns:
the ejbName attribute

getEjbOperation

public String getEjbOperation()
This method returns the ejbOperation attribute.

Returns:
the ejbOperation attribute

getOperationType

public String getOperationType()
This method returns the operationType attribute.

Returns:
the operationType attribute

getStoreable

public String getStoreable()
This method returns the storeable attribute.

Returns:
the storeable attribute


Copyright © 2005, 2007, Oracle. All rights reserved.