Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Database RAC FAN Events Java API Reference
11g Release 2 (11.2)
E13993-01
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
F
G
H
L
N
O
R
S
V
A
addListener(FanEventListener)
- Method in interface oracle.simplefan.
FanSubscription
Adds a listener.
C
close()
- Method in interface oracle.simplefan.
FanSubscription
Closes this subscription.
configure(Properties)
- Method in class oracle.simplefan.
FanManager
Configures the event daemon.
configure(Properties)
- Method in class oracle.simplefan.impl.
FanManager
Configures the event daemon.
F
FanEvent
- Class in
oracle.simplefan
This abstract class supports three types of FAN events: service events, node down events, and load advisory (RLB) events.
FanEventListener
- Interface in
oracle.simplefan
FanManager
- Class in
oracle.simplefan
The sole instance of this class is used to manage access to FAN events.
FanManager
- Class in
oracle.simplefan.impl
FanManager()
- Constructor for class oracle.simplefan.impl.
FanManager
FanSubscription
- Interface in
oracle.simplefan
G
getDatabaseUniqueName()
- Method in class oracle.simplefan.
LoadAdvisoryEvent
getDatabaseUniqueName()
- Method in class oracle.simplefan.
ServiceDownEvent
getIncarnation()
- Method in class oracle.simplefan.
NodeDownEvent
getInstance()
- Static method in class oracle.simplefan.
FanManager
Gets the singleton instance of the concrete implementation class.
getInstanceInternal()
- Static method in class oracle.simplefan.impl.
FanManager
Get the singleton instance of the concrete implementation class.
getInstanceName()
- Method in class oracle.simplefan.
LoadAdvisoryEvent
getInstanceName()
- Method in class oracle.simplefan.
ServiceDownEvent.ServiceMemberEvent
getKind()
- Method in class oracle.simplefan.
ServiceDownEvent
Service down events can be member down, composite down, or both.
getLoadStatus()
- Method in class oracle.simplefan.
LoadAdvisoryEvent
getNodeName()
- Method in class oracle.simplefan.
NodeDownEvent
getNodeName()
- Method in class oracle.simplefan.
ServiceDownEvent.ServiceMemberEvent
getPercent()
- Method in class oracle.simplefan.
LoadAdvisoryEvent
getReason()
- Method in class oracle.simplefan.
ServiceDownEvent
getServiceMemberEvent()
- Method in class oracle.simplefan.
ServiceDownEvent
Return the service member subevent information if this is a service member event.
getServiceName()
- Method in class oracle.simplefan.
LoadAdvisoryEvent
getServiceName()
- Method in class oracle.simplefan.
ServiceDownEvent
getServiceQuality()
- Method in class oracle.simplefan.
LoadAdvisoryEvent
getTimestamp()
- Method in class oracle.simplefan.
FanEvent
Returns the time the event occurred.
H
handleEvent(ServiceDownEvent)
- Method in interface oracle.simplefan.
FanEventListener
Handle the event.
handleEvent(NodeDownEvent)
- Method in interface oracle.simplefan.
FanEventListener
Handle the event.
handleEvent(LoadAdvisoryEvent)
- Method in interface oracle.simplefan.
FanEventListener
Handle the event.
L
LoadAdvisoryEvent
- Class in
oracle.simplefan
This FAN event provides advice that directs load balancing for subscribers.
LoadAdvisoryEvent.LoadStatus
- Enum in
oracle.simplefan
N
NodeDownEvent
- Class in
oracle.simplefan
The event posted when a node goes down.
O
oracle.simplefan
- package oracle.simplefan
Provides easy access to Oracle Fast Application Notification (FAN) events.
oracle.simplefan.impl
- package oracle.simplefan.impl
R
removeListener(FanEventListener)
- Method in interface oracle.simplefan.
FanSubscription
Removes a listener.
S
ServiceDownEvent
- Class in
oracle.simplefan
A container that can hold both kinds of service events.
ServiceDownEvent.EventKind
- Enum in
oracle.simplefan
ServiceDownEvent.Reason
- Enum in
oracle.simplefan
ServiceDownEvent.ServiceMemberEvent
- Class in
oracle.simplefan
The service member event that reflects the status change of a service on a particular instance (and node).
ServiceDownEvent.ServiceMemberEvent()
- Constructor for class oracle.simplefan.
ServiceDownEvent.ServiceMemberEvent
subscribe(Properties)
- Method in class oracle.simplefan.
FanManager
Creates a FanSubscription that retrieves FAN events using ONS.
subscribe(Properties)
- Method in class oracle.simplefan.impl.
FanManager
Creates a FanSubscription that retrieves FAN events using ONS.
V
valueOf(String)
- Static method in enum oracle.simplefan.
LoadAdvisoryEvent.LoadStatus
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum oracle.simplefan.
ServiceDownEvent.EventKind
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum oracle.simplefan.
ServiceDownEvent.Reason
Returns the enum constant of this type with the specified name.
values()
- Static method in enum oracle.simplefan.
LoadAdvisoryEvent.LoadStatus
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum oracle.simplefan.
ServiceDownEvent.EventKind
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum oracle.simplefan.
ServiceDownEvent.Reason
Returns an array containing the constants of this enum type, in the order they're declared.
A
C
F
G
H
L
N
O
R
S
V
Overview
Package
Class
Tree
Deprecated
Index
Help
Oracle® Database RAC FAN Events Java API Reference
11g Release 2 (11.2)
E13993-01
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008, 2009, Oracle and/or its affiliates. All rights reserved.