org.mobicents.servlet.sip.startup
Class StaticServiceHolder
java.lang.Object
org.mobicents.servlet.sip.startup.StaticServiceHolder
public class StaticServiceHolder
- extends java.lang.Object
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.
- Author:
- vralev
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sipStandardService
public static SipStandardService sipStandardService
disableRetransmissionTimer
public static java.lang.reflect.Method disableRetransmissionTimer
StaticServiceHolder
public StaticServiceHolder()
Copyright © 2011. All Rights Reserved.