org.apache.geronimo.core.service
Class InvocationType

java.lang.Object
  extended byorg.apache.geronimo.core.service.InvocationType
All Implemented Interfaces:
InvocationKey, Serializable

public final class InvocationType
extends Object
implements Serializable, InvocationKey

Version:
$Revision: 1.4 $ $Date: 2004/03/10 09:58:42 $
See Also:
Serialized Form

Field Summary
static InvocationType HOME
           
static InvocationType LOCAL
           
static InvocationType LOCALHOME
           
static InvocationType REMOTE
           
 
Method Summary
static InvocationType getType(Invocation invocation)
           
 boolean isBeanInvocation()
           
 boolean isHomeInvocation()
           
 boolean isLocalInvocation()
           
 boolean isRemoteInvocation()
           
 boolean isTransient()
           
static void putType(Invocation invocation, InvocationType 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

HOME

public static final InvocationType HOME

LOCAL

public static final InvocationType LOCAL

LOCALHOME

public static final InvocationType LOCALHOME
Method Detail

getType

public static InvocationType getType(Invocation invocation)

putType

public static void putType(Invocation invocation,
                           InvocationType type)

isTransient

public boolean isTransient()
Specified by:
isTransient in interface InvocationKey
Returns:
See Also:
InvocationKey.isTransient()

isRemoteInvocation

public boolean isRemoteInvocation()

isLocalInvocation

public boolean isLocalInvocation()

isHomeInvocation

public boolean isHomeInvocation()

isBeanInvocation

public boolean isBeanInvocation()

toString

public String toString()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.