|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세: 필드 | 생성자 | 메소드 |
java.lang.Objectjavax.management.remote.TargetedNotification
public class TargetedNotification
통지와 청취자 ID 의 페어 (Notification, Listener ID)입니다.
이 클래스는, 발행된 통지와 그 타겟의 청취자의 청취자 ID 를 관련짓기 위해서(때문에) 사용됩니다.
생성자 의 개요 | |
---|---|
TargetedNotification (Notification notification,
Integer listenerID)
TargetedNotification 객체를 구축합니다. |
메소드의 개요 | |
---|---|
Integer |
getListenerID ()
통지의 타겟이 되는 청취자의 ID 입니다. |
Notification |
getNotification ()
발행된 통지 |
String |
toString ()
이 Targeted Notification 의 텍스트 표현을 돌려줍니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
생성자 의 상세 |
---|
public TargetedNotification(Notification notification, Integer listenerID)
TargetedNotification
객체를 구축합니다. 이 객체에는, 통지와 청취자 ID 의 페어 (Notification, Listener ID)가 포함됩니다. 청취자 ID 는, 그 통지의 타겟이 되는 클라이언트 청취자를 식별합니다. 클라이언트 청취자 ID 는, 이전에 addNotificationListener
요구에의 응답으로서 연결기 서버로부터 반환된 ID 입니다.
notification
- MBean 서버로부터 발행된 통지listenerID
- 이 통지의 타겟이 된다
청취자의 ID
IllegalArgumentException
- listenerID 또는
notification 가 null 의 경우메소드의 상세 |
---|
public Notification getNotification()
발행된 통지
public Integer getListenerID()
통지의 타겟이 되는 청취자의 ID 입니다.
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 도 참조해 주세요.