| Package | Description |
|---|---|
| com.cosylab.epics.caj | |
| com.cosylab.epics.caj.cas | |
| gov.aps.jca | |
| gov.aps.jca.cas | |
| gov.aps.jca.event |
| Modifier and Type | Method and Description |
|---|---|
ContextExceptionListener[] |
CAJContext.getContextExceptionListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJContext.addContextExceptionListener(ContextExceptionListener l) |
void |
CAJContext.removeContextExceptionListener(ContextExceptionListener l) |
| Modifier and Type | Method and Description |
|---|---|
ContextExceptionListener[] |
CAJServerContext.getContextExceptionListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAJServerContext.addContextExceptionListener(ContextExceptionListener l) |
void |
CAJServerContext.removeContextExceptionListener(ContextExceptionListener l) |
| Modifier and Type | Method and Description |
|---|---|
abstract ContextExceptionListener[] |
Context.getContextExceptionListeners() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Context.addContextExceptionListener(ContextExceptionListener l)
Add a ContextExceptionListener to this context.
|
abstract void |
Context.removeContextExceptionListener(ContextExceptionListener l)
Removes a ContextExceptionListener from this context.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ContextExceptionListener[] |
ServerContext.getContextExceptionListeners() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServerContext.addContextExceptionListener(ContextExceptionListener l)
Add a ContextExceptionListener to this context.
|
abstract void |
ServerContext.removeContextExceptionListener(ContextExceptionListener l)
Removes a ContextExceptionListener from this context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContextExceptionListener
A default implementation for ContextExceptionListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueuedEventDispatcher.dispatch(ContextExceptionEvent ev,
ContextExceptionListener cel) |
void |
LatestMonitorOnlyQueuedEventDispatcher.dispatch(ContextExceptionEvent ev,
ContextExceptionListener cel) |
void |
EventDispatcher.dispatch(ContextExceptionEvent ev,
ContextExceptionListener listener) |
void |
DirectEventDispatcher.dispatch(ContextExceptionEvent ev,
ContextExceptionListener cel) |
void |
AbstractEventDispatcher.dispatch(ContextExceptionEvent ev,
ContextExceptionListener listener) |
Copyright © 2004-2020 EPICS. All Rights Reserved.