org.jboss.invocation
Class InvocationType

java.lang.Object
  extended byorg.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

Field Summary
static InvocationType (src) HOME
           
static InvocationType (src) LOCAL
           
static InvocationType (src) LOCALHOME
           
static InvocationType (src) REMOTE
           
static InvocationType (src) SERVICE_ENDPOINT
           
 
Method Summary
 java.lang.String toInterfaceString()
          Get the method-intf name for the type
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

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"