public final class BaseNotification
extends javax.management.Notification
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Action id, useable in switches and table indexes
|
java.lang.Object |
getNote(int i) |
void |
init(java.lang.String type,
java.lang.Object source,
long seq,
long tstamp,
int code) |
void |
recycle() |
void |
setNote(int i,
java.lang.Object o) |
public void recycle()
public void init(java.lang.String type, java.lang.Object source, long seq, long tstamp, int code)
public int getCode()
public final java.lang.Object getNote(int i)
public final void setNote(int i, java.lang.Object o)
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.