站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

AsynchronousConstants (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


org.jboss.aspects.asynchronous
Interface AsynchronousConstants

All Known Implementing Classes:
AsynchronousFacadeImpl, AsynchronousInvokeTask, AsynchronousResponseImpl, AsynchronousTaskImpl, ThreadManagerImpl, ThreadManagerResponseImpl

public interface AsynchronousConstants

Version:
$Revision: 1.2 $
Author:
{Claude Hussenet Independent Consultant}.

Field Summary
static int CAN_NOT_PROCESS
           
static int EXCEPTIONCAUGHT
           
static int INTERRUPTED
           
static int INVOCATION
           
static int NOVALUE
           
static int OK
           
static int TIMEOUT
           
static int UNKNOWN
           
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
See Also:
Constant Field Values

INVOCATION

public static final int INVOCATION
See Also:
Constant Field Values

NOVALUE

public static final int NOVALUE
See Also:
Constant Field Values

INTERRUPTED

public static final int INTERRUPTED
See Also:
Constant Field Values

EXCEPTIONCAUGHT

public static final int EXCEPTIONCAUGHT
See Also:
Constant Field Values

CAN_NOT_PROCESS

public static final int CAN_NOT_PROCESS
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values


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