|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
com.essbase.eas.admin.event.AdminEvent
public class AdminEvent
An event that indicates actions taken within the Oracle system. Roughly analogous to an AWTEvent object. Implemented in this manner in order to keep from importing the entire java.awt.* packages. In general, Oracle events are provided for notification purposes only; the event has already been processed by an Oracle server.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
protected |
AdminEvent() |
|
AdminEvent(java.lang.Object source, int id) |
| Method Summary |
|---|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AdminEvent()
public AdminEvent(java.lang.Object source,
int id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||