|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.appRouter.DFCRouterImpl.Application
public class Application
Represents the DFC abstract notion of an application. For the DFC router implementation, an application is really just an identifier represented as a String. When the router determines that a particular application should be invoked to handle a SIP request, it returns this identifier to the container (or JSR 116 adaptation layer) and the container has responsibility for matching this identifier with the corresponding SIP servlet application and invoking the appropriate SIP servlet.
Constructor Summary | |
---|---|
Application(java.lang.String name)
Build an application from an application name represented as a String |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Determine if two application objects are equal. |
java.lang.String |
getName()
Get the name of the application |
void |
setName(java.lang.String name)
Set the name of the application |
java.lang.String |
toString()
Get the string representation of the application. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Application(java.lang.String name)
name
- the application nameMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name the application is set topublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |