com.bankframe.services.route
Interface Route

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote
All Known Implementing Classes:
CachedRoute

public interface Route
extends EEntityRemote

Author:
ETU

Method Summary
 java.lang.String getDescription()
          This method gets a description of the bean.
 java.lang.String getJNDIName()
          This method gets the JNDI name of the bean.
 java.lang.String getRequestId()
          This method gets the REQUEST_ID of the bean.
 boolean isSessionManaged()
          This method determines if the route should be session managed.
 
Methods inherited from interface com.bankframe.ejb.EEntityRemote
toDataPacket
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getDescription

public java.lang.String getDescription()
                                throws java.rmi.RemoteException
This method gets a description of the bean.

Returns:
a string Description of the bean.
Throws:
java.rmi.RemoteException

getJNDIName

public java.lang.String getJNDIName()
                             throws java.rmi.RemoteException
This method gets the JNDI name of the bean.

Returns:
a String JNDI name of the bean.
Throws:
java.rmi.RemoteException

getRequestId

public java.lang.String getRequestId()
                              throws java.rmi.RemoteException
This method gets the REQUEST_ID of the bean.

Returns:
a Sring REQUEST_ID of the bean.
Throws:
java.rmi.RemoteException

isSessionManaged

public boolean isSessionManaged()
                         throws java.rmi.RemoteException
This method determines if the route should be session managed.

Returns:
true if the route should be session managed, otherwise false
Throws:
java.rmi.RemoteException


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