Package | Description |
---|---|
com.bea.wcp.sip.engine.server.spi |
WebLogic SIP Server SPI interface.
|
Modifier and Type | Method and Description |
---|---|
static ProtocolSessionObserver.Event |
ProtocolSessionObserver.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolSessionObserver.Event[] |
ProtocolSessionObserver.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T> void |
ProtocolSessionObserver.inform(ProtocolSessionAdapter<T> adapter,
javax.servlet.sip.SipApplicationSession session,
ProtocolSessionObserver.Event event)
Inform the observer about the changes to the
protocol session.
|