com.bankframe.ei.txnhandler.destinationejbmap
Class DestinationEjbMapBean

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

public abstract class DestinationEjbMapBean
extends java.lang.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.

Author:
Engineering

Field Summary
 java.lang.String alwaysOnline
           
 java.lang.String destinationId
           
 java.lang.String ejbName
           
 java.lang.String ejbOperation
           
 java.lang.String operationType
           
 java.lang.String storeable
           
 
Constructor Summary
DestinationEjbMapBean()
           
 
Method Summary
 java.lang.String getAlwaysOnline()
          This method returns the alwaysOnline attribute.
 java.lang.String getDestinationId()
          This method returns the destinationId attribute.
 java.lang.String getEjbName()
          This method returns the ejbName attribute.
 java.lang.String getEjbOperation()
          This method returns the ejbOperation attribute.
 java.lang.String getOperationType()
          This method returns the operationType attribute.
 java.lang.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 java.lang.String destinationId

ejbName

public java.lang.String ejbName

ejbOperation

public java.lang.String ejbOperation

operationType

public java.lang.String operationType

storeable

public java.lang.String storeable

alwaysOnline

public java.lang.String alwaysOnline
Constructor Detail

DestinationEjbMapBean

public DestinationEjbMapBean()
Method Detail

getAlwaysOnline

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

Returns:
the alwaysOnline attribute

getDestinationId

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

Returns:
the destinationId attribute

getEjbName

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

Returns:
the ejbName attribute

getEjbOperation

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

Returns:
the ejbOperation attribute

getOperationType

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

Returns:
the operationType attribute

getStoreable

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

Returns:
the storeable attribute


Copyright © 2004 Siebel Systems, Inc. All rights reserved.