当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
InvocationType (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.invocation
Class InvocationType
java.lang.Object
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 $
- Author:
- Scott.Stark@jboss.org, Christoph.Jung@infor.de
- See Also:
- Serialized Form
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
toString
public String toString()
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.