Skip navigation links


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

Skip navigation links

Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Java SIP Servlet API 1.1 Reference

Part Number E17883-01