org.mobicents.servlet.sip.startup
Class StaticServiceHolder

java.lang.Object
  extended by 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

Field Summary
static java.lang.reflect.Method disableRetransmissionTimer
           
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

sipStandardService

public static SipStandardService sipStandardService

disableRetransmissionTimer

public static java.lang.reflect.Method disableRetransmissionTimer
Constructor Detail

StaticServiceHolder

public StaticServiceHolder()


Copyright © 2010. All Rights Reserved.