Package | Description |
---|---|
org.jacorb.orb | |
org.jacorb.poa |
Modifier and Type | Class and Description |
---|---|
class |
ORB |
Modifier and Type | Interface and Description |
---|---|
interface |
AOMListener
A poa event listener interface for receiving aom events.
|
interface |
POAListener
A poa event listener interface for receiving request queue events.
|
interface |
RequestQueueListener
A poa event listener interface for receiving request queue events.
|
interface |
RPPoolManagerListener
A poa event listener interface for receiving request processor pool manager events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventMulticaster
This class will manage an structure of a chain of poa event listeners
and will dispatch events to those listeners.
|
class |
POAAdapter
The adapter which can receives poa events.
|
class |
POAMonitorImpl
This class extends the POA with a monitoring gui.
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
EventMulticaster.one |
protected EventListener |
EventMulticaster.two |
Modifier and Type | Method and Description |
---|---|
protected static EventListener |
EventMulticaster.add_(EventListener _one,
EventListener _two) |
protected static EventListener |
EventMulticaster.remove_(EventListener l,
EventListener old) |
protected EventListener |
EventMulticaster.remove(EventListener l) |
Modifier and Type | Method and Description |
---|---|
void |
POA._addPOAEventListener(EventListener listener)
Everybody who is interested in poa events can use this method
to register an event listener.
|
void |
POA._removePOAEventListener(EventListener listener)
Unregister an event listener.
|
protected static EventListener |
EventMulticaster.add_(EventListener _one,
EventListener _two) |
protected static EventListener |
EventMulticaster.remove_(EventListener l,
EventListener old) |
protected EventListener |
EventMulticaster.remove(EventListener l) |
Constructor and Description |
---|
EventMulticaster(EventListener _one,
EventListener _two) |
Copyright © 2017 JacORB. All rights reserved.