|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjavax.management.remote.NotificationResult
public class NotificationResult
버퍼 이용 통지의 쿼리의 결과입니다. 통지 버퍼내의 통지에는, 단조롭게 증가해 나가는 정의 값의 순서 번호를 붙일 수 있고 있습니다.
nextSequenceNumber 가 earliestSequenceNumber 보다 작은 값이 되는 일이 있습니다. 이것은, 2 개의 순서 번호간의 통지가 없어진 가능성이 있는 것을 나타냅니다.
| 생성자 의 개요 | |
|---|---|
NotificationResult (long earliestSequenceNumber,
long nextSequenceNumber,
TargetedNotification [] targetedNotifications)
통지 쿼리의 결과를 작성합니다. |
|
| 메소드의 개요 | |
|---|---|
long |
getEarliestSequenceNumber ()
버퍼내에 있는 최신의 통지의 순서 번호를 돌려줍니다. |
long |
getNextSequenceNumber ()
조회 가능한 다음의 통지의 순서 번호를 돌려줍니다. |
TargetedNotification [] |
getTargetedNotifications ()
쿼리에 의해 반환되는 통지와 그 청취자를 돌려줍니다. |
String |
toString ()
객체의 캐릭터 라인 표현을 돌려줍니다. |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 생성자 의 상세 |
|---|
public NotificationResult(long earliestSequenceNumber,
long nextSequenceNumber,
TargetedNotification [] targetedNotifications)
통지 쿼리의 결과를 작성합니다.
earliestSequenceNumber - 버퍼내에 있는 최신의
통지의 순서 번호nextSequenceNumber - 조회 가능한 다음의 통지의
순서 번호targetedNotifications - 쿼리에 의해 반환되는 통지와
그 청취자. 이 배열은
빈 상태(empty)의 경우도 있다
IllegalArgumentException - targetedNotifications 가
null 의 경우, 또는
earliestSequenceNumber 인가
nextSequenceNumber 가 부의 수의 경우| 메소드의 상세 |
|---|
public long getEarliestSequenceNumber()
public long getNextSequenceNumber()
public TargetedNotification [] getTargetedNotifications()
public String toString()
Object 내의 toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 전의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.