public interface SipApplicationConfiguration
SipApplication
,
SipServletContext.getSipApplicationConfiguration()
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Gets the name of the application.
|
boolean |
getDistributable()
Returns whether the application is configured as distributable
or not.
|
String |
getMainServlet()
Gets the configured main servlet.
|
int |
getProxyTimeout()
Gets the proxy time out of the application in seconds.
|
int |
getSessionTimeout()
Gets the session time out of the application in minutes.
|
void |
setMainServlet(String servletName)
Sets the main servlet of the application.
|
String getApplicationName()
String
representing the name of the application.String getMainServlet()
SipApplication.mainServlet()
void setMainServlet(String servletName)
servletName
- Name of the servlet.IllegalStateException
- - if the ServletContext
from which this
SipApplicationConfiguration
was obtained has already been initialized.SipApplication.mainServlet()
int getProxyTimeout()
SipApplication.proxyTimeout()
int getSessionTimeout()
SipApplication.sessionTimeout()
boolean getDistributable()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.