|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.servlet.sip.startup.StaticServiceHolder
public class StaticServiceHolder
There can be only one tomcat service per SAR classloader, so it can be a static safely. No need for get/set, because it's set just once on init and read many times after that. This here is used for deserialization of Session references where, we are at not particular app and do not have any context.
| Field Summary | |
|---|---|
static SipStandardService |
sipStandardService
|
| Constructor Summary | |
|---|---|
StaticServiceHolder()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static SipStandardService sipStandardService
| Constructor Detail |
|---|
public StaticServiceHolder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||