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.DALCallbackService
SessionNotCreatedException
public void onAddressAdded(AddressEventRequest parameters) throws SessionNotCreatedException
onAddressAdded
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onEndOfGracePeriodEvent(DALEventRequest parameter) throws SessionNotCreatedException
onEndOfGracePeriodEvent
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onNormalOperationResumedEvent(DALEventRequest parameter) throws SessionNotCreatedException
onNormalOperationResumedEvent
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onSystemShutdownEvent(DALEventRequest parameter) throws SessionNotCreatedException
onSystemShutdownEvent
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onUserEvent(UserEventRequest parameters) throws SessionNotCreatedException
onUserEvent
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onAgentRename(AgentEventRequest parameters) throws SessionNotCreatedException
onAgentRename
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onAgentDeleted(AgentEventRequest parameters) throws SessionNotCreatedException
onAgentDeleted
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onAddressMapChange(AddressEventRequest parameters) throws SessionNotCreatedException
onAddressMapChange
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onAgentAdded(AgentEventRequest parameters) throws SessionNotCreatedException
onAgentAdded
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onTerminalMapEvent(TerminalEventRequest parameters) throws SessionNotCreatedException
onTerminalMapEvent
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onTerminalDeleted(TerminalEventRequest parameters) throws SessionNotCreatedException
onTerminalDeleted
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
public void onTerminalAdded(TerminalEventRequest parameters) throws SessionNotCreatedException
onTerminalAdded
in interface com.nortel.soa.oi.cct.dalcallbackservice.DALCallbackService
SessionNotCreatedException
Copyright © 2010 All Rights Reserved.