Interface java.telephony.callcenter.events.RouteUsedEvent
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.callcenter.events.RouteUsedEvent
- public interface RouteUsedEvent
- extends Object
- extends RouteSessionEvent
The RouteUsedEvent interface encapsulates a route used event.
-
getCallingAddress()
- This returns the calling Address.
-
getCallingTerminal()
- This returns the calling Terminal.
-
getDomain()
- This returns true if the call was routed out of the
provider's domain.
-
getRouteUsed()
- This returns the final destination Terminal.
getRouteUsed
public abstract Terminal getRouteUsed()
- This returns the final destination Terminal.
getCallingTerminal
public abstract Terminal getCallingTerminal()
- This returns the calling Terminal.
getCallingAddress
public abstract Address getCallingAddress()
- This returns the calling Address.
getDomain
public abstract boolean getDomain()
- This returns true if the call was routed out of the
provider's domain.
All Packages Class Hierarchy This Package Previous Next Index