JavaTM Platform
Standard Ed. 6

javax.management.timer
클래스 TimerNotification

java.lang.Object 
  상위를 확장 java.util.EventObject 
      상위를 확장 javax.management.Notification 
          상위를 확장 javax.management.timer.TimerNotification
모든 구현된 인터페이스:
Serializable


public class TimerNotification
extends Notification

이 클래스는, 타이머 MBean 에 의해 송신되는 통지를 정의합니다.
타이머 MBean 의 통지 리스트로부터 타이머 통지를 취득할 수 있도록(듯이) 하는 타이머 통지 식별자를 정의합니다.

타이머 통지는 타이머 MBean 에 의해 작성되어 처리됩니다.

도입된 버젼:
1.5
관련 항목:
직렬화 된 형식

필드의 개요
 
클래스 javax.management. Notification 로부터 상속된 필드
source
 
생성자 의 개요
TimerNotification (String  type, Object  source, long sequenceNumber, long timeStamp, String  msg, Integer  id)
          타이머 통지 객체를 작성합니다.
 
메소드의 개요
 Integer getNotificationID ()
          타이머 통지 식별자를 가져옵니다.
 
클래스 javax.management. Notification 로부터 상속된 메소드
getMessage , getSequenceNumber , getTimeStamp , getType , getUserData , setSequenceNumber , setSource , setTimeStamp , setUserData , toString
 
클래스 java.util. EventObject 로부터 상속된 메소드
getSource
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait
 

생성자 의 상세

TimerNotification

public TimerNotification(String  type,
                         Object  source,
                         long sequenceNumber,
                         long timeStamp,
                         String  msg,
                         Integer  id)
타이머 통지 객체를 작성합니다.

파라미터:
type - 통지형
source - 통지 프로듀서
sequenceNumber - 소스 객체내의 통지 순서 번호
timeStamp - 통지 발행 일시
msg - 통지 메세지
id - 통지 식별자
메소드의 상세

getNotificationID

public Integer  getNotificationID()
타이머 통지 식별자를 가져옵니다.

반환값:
식별자

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.