javax.servlet.sip
Interface SipServletListener

All Superinterfaces:
java.util.EventListener

public interface SipServletListener
extends java.util.EventListener

Containers are required to invoke init() on the servlets before the servlets are ready for service. The servlet can only be used after succesful initialization. Since SIP is a peer-to-peer protocol and some servlets may act as UACs, the container is required to let the servlet know when it is succesfully initialized by invoking SipServletListener.

Since:
1.1
See Also:
SipServletContextEvent

Method Summary
 void servletInitialized(SipServletContextEvent ce)
          Notification that the servlet was succesfully initialized
 

Method Detail

servletInitialized

void servletInitialized(SipServletContextEvent ce)
Notification that the servlet was succesfully initialized

Parameters:
ce - event identifying the initialized servlet and associated context