org.jboss.invocation
Class InvocationType

java.lang.Object
  extended by org.jboss.invocation.InvocationType
All Implemented Interfaces:
Serializable

public final class InvocationType
extends Object
implements Serializable

Type safe enumeration used for to identify the invocation types.

Version:
$Revision: 1.6.4.1 $
Author:
Scott.Stark@jboss.org, Christoph.Jung@infor.de
See Also:
Serialized Form

Field Summary
static InvocationType HOME
           
static InvocationType LOCAL
           
static InvocationType LOCALHOME
           
static InvocationType REMOTE
           
static InvocationType SERVICE_ENDPOINT
           
 
Method Summary
 String toInterfaceString()
          Get the method-intf name for the type
 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 REMOTE

LOCAL

public static final InvocationType LOCAL

HOME

public static final InvocationType HOME

LOCALHOME

public static final InvocationType LOCALHOME

SERVICE_ENDPOINT

public static final InvocationType SERVICE_ENDPOINT
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toInterfaceString

public String toInterfaceString()
Get the method-intf name for the type

Returns:
one of: "Remote", "Local", "Home", "LocalHome", "ServiceEndpoint"


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.