public class DALCallbackServiceImpl
extends java.lang.Object
implements com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
| Constructor and Description |
|---|
DALCallbackServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAddressAdded(AddressEventRequest parameters) |
void |
onAddressDeleted(AddressEventRequest parameters) |
void |
onAddressMapChange(AddressEventRequest parameters) |
void |
onAgentAdded(AgentEventRequest parameters) |
void |
onAgentDeleted(AgentEventRequest parameters) |
void |
onAgentRename(AgentEventRequest parameters) |
void |
onEndOfGracePeriodEvent(DALEventRequest parameter) |
void |
onNormalOperationResumedEvent(DALEventRequest parameter) |
void |
onSystemShutdownEvent(DALEventRequest parameter) |
void |
onTerminalAdded(TerminalEventRequest parameters) |
void |
onTerminalDeleted(TerminalEventRequest parameters) |
void |
onTerminalMapEvent(TerminalEventRequest parameters)
Terminal map event, here we will deal with an address being unmapped
from a terminal
|
void |
onUserEvent(UserEventRequest parameters)
Main callback for usermapping
|
public void onAddressDeleted(AddressEventRequest parameters) throws SessionNotCreatedException
onAddressDeleted in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onAddressAdded(AddressEventRequest parameters) throws SessionNotCreatedException
onAddressAdded in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onEndOfGracePeriodEvent(DALEventRequest parameter) throws SessionNotCreatedException
onEndOfGracePeriodEvent in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onNormalOperationResumedEvent(DALEventRequest parameter) throws SessionNotCreatedException
onNormalOperationResumedEvent in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onSystemShutdownEvent(DALEventRequest parameter) throws SessionNotCreatedException
onSystemShutdownEvent in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onUserEvent(UserEventRequest parameters) throws SessionNotCreatedException
onUserEvent in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onAgentRename(AgentEventRequest parameters) throws SessionNotCreatedException
onAgentRename in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onAgentDeleted(AgentEventRequest parameters) throws SessionNotCreatedException
onAgentDeleted in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onAddressMapChange(AddressEventRequest parameters) throws SessionNotCreatedException
onAddressMapChange in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onAgentAdded(AgentEventRequest parameters) throws SessionNotCreatedException
onAgentAdded in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onTerminalMapEvent(TerminalEventRequest parameters) throws SessionNotCreatedException
onTerminalMapEvent in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onTerminalDeleted(TerminalEventRequest parameters) throws SessionNotCreatedException
onTerminalDeleted in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionpublic void onTerminalAdded(TerminalEventRequest parameters) throws SessionNotCreatedException
onTerminalAdded in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackServiceSessionNotCreatedExceptionCopyright © 2010 All Rights Reserved.