|
Oracle® Database RAC FAN Events Java API Reference 11g Release 2 (11.2) E13993-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.simplefan.FanManager
oracle.simplefan.impl.FanManager
public final class FanManager
| Constructor Summary | |
|---|---|
FanManager() |
|
| Method Summary | |
|---|---|
void |
configure(java.util.Properties props)Configures the event daemon. |
static FanManager |
getInstanceInternal()Get the singleton instance of the concrete implementation class. |
FanSubscription |
subscribe(java.util.Properties props)Creates a FanSubscription that retrieves FAN events using ONS. |
| Methods inherited from class oracle.simplefan.FanManager |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FanManager()
| Method Detail |
|---|
public static final FanManager getInstanceInternal()
public final void configure(java.util.Properties props)
configure in class FanManagerprops - Properties that configure the event daemon.java.lang.IllegalArgumentException - if the props are unrecognized.java.lang.IllegalStateException - if it has been called previously or if subscribe has been called previously.public final FanSubscription subscribe(java.util.Properties props)
subscribe in class FanManagerprops - Properties that define the events to retrieve.IlleagalArgumentException - if the properties do not specify a valid subscription.java.lang.IllegalStateException - if the daemon is not properly initialized.AccessControlException - if the caller does not have oracle.ons.SubscribePermission.
|
Oracle® Database RAC FAN Events Java API Reference 11g Release 2 (11.2) E13993-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||