|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.FeatureBox
public final class FeatureBox
A container for a Machine and a number of Port instances corresponding to a single application instance.
Method Summary | |
---|---|
NonSipPort |
createNonSipPort(java.lang.String portName)
Create a NonSipPort associated with this FeatureBox. |
SipPort |
createSipPort(java.lang.String portName)
Create a SipPort associated with this FeatureBox. |
java.lang.String |
getAddress()
Get the address on whose behalf this FeatureBox is created. |
SipApplicationSession |
getApplicationSession()
|
BoxPort |
getBoxPort()
Get the BoxPort for this FeatureBox. |
RequestModifier |
getDefaultModifier()
Deprecated. With support for standardized application composition, the need to have a "forwarding" capability built into many apps is now reduced. It can of course still be done with a RequestModifier, or in a separate app that can be composed with other functionality as desired. |
SipFactory |
getFactory()
Get a reference to a SipFactory. |
FeatureBoxMonitor |
getMonitor()
Get the monitor associated with this FeatureBox |
java.lang.String |
getRegion()
|
EChartsSipServlet |
getServlet()
Get a reference to the calling servlet |
java.util.Iterator<SipPort> |
getSipPorts()
Get SipPorts contained in this FeatureBox |
java.lang.String |
toString()
Provide a string representation of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final BoxPort getBoxPort()
public final java.lang.String getAddress()
public final FeatureBoxMonitor getMonitor()
public SipPort createSipPort(java.lang.String portName)
portName
- symbolic name that will be displayed in Monitor
public final java.util.Iterator<SipPort> getSipPorts()
public NonSipPort createNonSipPort(java.lang.String portName)
portName
- symbolic name that will be displayed in monitor
@Deprecated public RequestModifier getDefaultModifier()
init-params
.
public final SipFactory getFactory()
public final EChartsSipServlet getServlet()
public java.lang.String toString()
toString
in class java.lang.Object
public SipApplicationSession getApplicationSession()
public java.lang.String getRegion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |