|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cafesip.sipexchange.inservice.shared.Domain
public class Domain
This class is used to provide information about a domain where the calling and/or a called subscriber belongs to. This information is available on the domain database. Once a trigger is encountered, the SipExchange server instantiates an object of this type, one for the domain where the calling user belongs to and one for the domain where the called subscriber belongs to. This information is sent as a part of the invocation to the SCP.
The setter methods in this class is used by the SipExchange server to set the parameters and the getter methods are used by the SCP to retrieve the information. For further details on the invocation
TriggerInfo,
Serialized Form| Constructor Summary | |
|---|---|
Domain(java.lang.String name,
java.lang.String description,
java.util.Properties properties,
java.util.ArrayList triggers)
A constructor for this class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
This method is for future use. |
java.lang.String |
getName()
Getter method for the domain name. |
java.util.Properties |
getProperties()
Getter method for the properties associated with the domain. |
java.util.ArrayList |
getTriggers()
Getter method for the triggers associaeted with this domain. |
void |
setDescription(java.lang.String description)
This method is for future use. |
void |
setName(java.lang.String name)
Setter method for the domain name. |
void |
setProperties(java.util.Properties properties)
Setter method for the properties associated with this domain. |
void |
setTriggers(java.util.ArrayList triggers)
Setter methods for the triggers associated with this domain. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Domain(java.lang.String name,
java.lang.String description,
java.util.Properties properties,
java.util.ArrayList triggers)
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - description entered for this domain.public java.lang.String getName()
public void setName(java.lang.String name)
name - the domain to set.public java.util.Properties getProperties()
public void setProperties(java.util.Properties properties)
properties - properties object to set.public java.util.ArrayList getTriggers()
public void setTriggers(java.util.ArrayList triggers)
triggers - to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||