org.openejb
Class EJBInterfaceType
java.lang.Object
org.openejb.EJBInterfaceType
- All Implemented Interfaces:
- Serializable
- public final class EJBInterfaceType
- extends Object
- implements Serializable
Type-safe enum describing
- Version:
- $Revision: 444750 $ $Date: 2004-06-01 01:48:24 +0200 (Tue, 01 Jun 2004) $
- See Also:
- Serialized Form
REMOTE
public static final EJBInterfaceType REMOTE
- Keep these in the same order since MethodHelper relies in the ordinal number of the enum.
HOME
public static final EJBInterfaceType HOME
LOCAL
public static final EJBInterfaceType LOCAL
LOCALHOME
public static final EJBInterfaceType LOCALHOME
WEB_SERVICE
public static final EJBInterfaceType WEB_SERVICE
TIMEOUT
public static final EJBInterfaceType TIMEOUT
LIFECYCLE
public static final EJBInterfaceType LIFECYCLE
MAX_ORDINAL
public static int MAX_ORDINAL
isLocal
public boolean isLocal()
toString
public String toString()
getTransactionPolicyKey
public int getTransactionPolicyKey()
getOrdinal
public int getOrdinal()
getMaxTransactionPolicyKey
public static int getMaxTransactionPolicyKey()
Copyright © 1999-2006 OpenEJB. All Rights Reserved.