org.apache.geronimo.core.service
Class InvocationType
java.lang.Object
org.apache.geronimo.core.service.InvocationType
- All Implemented Interfaces:
- InvocationKey, Serializable
- public final class InvocationType
- extends Object
- implements Serializable, InvocationKey
- Version:
- $Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
- See Also:
- Serialized Form
REMOTE
public static final InvocationType REMOTE
HOME
public static final InvocationType HOME
LOCAL
public static final InvocationType LOCAL
LOCALHOME
public static final InvocationType LOCALHOME
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-2007 Apache Software Foundation. All Rights Reserved.