com.genesyslab.ail
Interface DnRoutingPoint

All Superinterfaces:
AbstractDn, ConfigObject, ConfigObjectListener, java.util.EventListener, IdObject, Possible

public interface DnRoutingPoint
extends AbstractDn

This interface represents routing DNs. DnRoutingPoint.Type lists all possible types of routing DNs.


Nested Class Summary
static class DnRoutingPoint.Status
          Enum for the possible status of a routing DN.
static class DnRoutingPoint.Type
          Enum for the possible types of routing DNs.
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 DnRoutingPoint.Type getRoutingType()
          Returns the type of the routing DN.
 DnRoutingPoint.Status getStatus()
          Returns the current status.
 
Methods inherited from interface com.genesyslab.ail.AbstractDn
activate, addDnListener, getAlias, getCallableNumber, getInteractions, getName, getSwitch, queryStatus, removeDnListener, unactivate
 
Methods inherited from interface com.genesyslab.ail.Possible
arePossible, isPossible
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 
Methods inherited from interface com.genesyslab.ail.ConfigObject
exists
 
Methods inherited from interface com.genesyslab.ail.event.ConfigObjectListener
deleted
 

Method Detail

getStatus

DnRoutingPoint.Status getStatus()
Returns the current status.


getRoutingType

DnRoutingPoint.Type getRoutingType()
Returns the type of the routing DN.