org.jboss.invocation
Class InvocationType
java.lang.Object
org.jboss.invocation.InvocationType
- All Implemented Interfaces:
- java.io.Serializable
- public final class InvocationType
- extends java.lang.Object
- implements java.io.Serializable
Type safe enumeration used for to identify the invocation types.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REMOTE
public static final InvocationType (src) REMOTE
LOCAL
public static final InvocationType (src) LOCAL
HOME
public static final InvocationType (src) HOME
LOCALHOME
public static final InvocationType (src) LOCALHOME
SERVICE_ENDPOINT
public static final InvocationType (src) SERVICE_ENDPOINT
toString
public java.lang.String toString()
toInterfaceString
public java.lang.String toInterfaceString()
- Get the method-intf name for the type
- Returns:
- one of: "Remote", "Local", "Home", "LocalHome", "ServiceEndpoint"