|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.ACTIVITY_COMPLETED
public final class ACTIVITY_COMPLETED
ACTIVITY_COMPLETED
시스템 예외는 Activity 문맥에 액세스 하는 메소드로 발생하는 경우가 있습니다. 이것은, Activity 자체 또는 Activity 를 포함한 트랜잭션(transaction)의 타임 아웃에 의해 메소드를 호출한 Activity 문맥이 완료했는지, Activity 가 최초로 요구된 방법 이외 방법으로 완료한 것을 나타냅니다.
필드의 개요 |
---|
클래스 org.omg.CORBA. SystemException 로부터 상속된 필드 |
---|
completed , minor |
생성자 의 개요 | |
---|---|
ACTIVITY_COMPLETED ()
0 로 설정된 마이너 코드와 COMPLETED_NO 로 설정된 CompletionStatus 를 가지는 ACTIVITY_COMPLETED 예외를 구축합니다. |
|
ACTIVITY_COMPLETED (int minorCode,
CompletionStatus completionStatus)
지정된 마이너 코드와 완료 상태를 가지는 ACTIVITY_COMPLETED 예외를 구축합니다. |
|
ACTIVITY_COMPLETED (String detailMessage)
지정된 메세지를 가지는 ACTIVITY_COMPLETED 예외를 구축합니다. |
|
ACTIVITY_COMPLETED (String detailMessage,
int minorCode,
CompletionStatus completionStatus)
지정된 메세지, 마이너 코드, 및 완료 상태를 가지는 ACTIVITY_COMPLETED 예외를 구축합니다. |
메소드의 개요 |
---|
클래스 org.omg.CORBA. SystemException 로부터 상속된 메소드 |
---|
toString |
클래스 java.lang. Throwable 로부터 상속된 메소드 |
---|
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public ACTIVITY_COMPLETED()
ACTIVITY_COMPLETED
예외를 구축합니다.
public ACTIVITY_COMPLETED(String detailMessage)
ACTIVITY_COMPLETED
예외를 구축합니다.
detailMessage
- 상세 메세지가 포함되고 있는 캐릭터 라인public ACTIVITY_COMPLETED(int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
예외를 구축합니다.
minorCode
- 마이너 코드completionStatus
- 완료 상태public ACTIVITY_COMPLETED(String detailMessage, int minorCode, CompletionStatus completionStatus)
ACTIVITY_COMPLETED
예외를 구축합니다.
detailMessage
- 상세 메세지가 포함되고 있는 캐릭터 라인minorCode
- 마이너 코드completionStatus
- 완료 상태
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.