|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionObserver | |
|---|---|
| org.mobicents.protocols.smpp | Base smppapi functionality. |
| org.mobicents.protocols.smpp.event | Utility classes used by the smppapi. |
| org.mobicents.protocols.smpp.util | Network protocol support. |
| Uses of SessionObserver in org.mobicents.protocols.smpp |
|---|
| Methods in org.mobicents.protocols.smpp with parameters of type SessionObserver | |
|---|---|
void |
Session.addObserver(SessionObserver observer)
|
void |
Session.removeObserver(SessionObserver observer)
|
| Uses of SessionObserver in org.mobicents.protocols.smpp.event |
|---|
| Classes in org.mobicents.protocols.smpp.event that implement SessionObserver | |
|---|---|
class |
SMPPEventAdapter
Base class for applications to extend for SMPP event handling. |
| Methods in org.mobicents.protocols.smpp.event that return SessionObserver | |
|---|---|
protected SessionObserver[] |
AbstractEventDispatcher.getObserverList()
Get the list of observers as an array. |
| Methods in org.mobicents.protocols.smpp.event that return types with arguments of type SessionObserver | |
|---|---|
Collection<SessionObserver> |
EventDispatcher.getObservers()
Get a read-only collection view of all the observers registered with this event dispatcher. |
Collection<SessionObserver> |
AbstractEventDispatcher.getObservers()
|
Iterator<SessionObserver> |
EventDispatcher.observerIterator()
Get an iterator over the currently registered observers. |
Iterator<SessionObserver> |
AbstractEventDispatcher.observerIterator()
|
| Methods in org.mobicents.protocols.smpp.event with parameters of type SessionObserver | |
|---|---|
void |
EventDispatcher.addObserver(SessionObserver observer)
Add an observer to this event dispatcher. |
void |
AbstractEventDispatcher.addObserver(SessionObserver observer)
|
boolean |
AbstractEventDispatcher.contains(SessionObserver observer)
|
void |
EventDispatcher.removeObserver(SessionObserver observer)
Remove an observer from this event dispatcher. |
void |
AbstractEventDispatcher.removeObserver(SessionObserver observer)
|
| Constructors in org.mobicents.protocols.smpp.event with parameters of type SessionObserver | |
|---|---|
SimpleEventDispatcher(SessionObserver observer)
Create a new SimpleEventDispatcher and register one observer on it. |
|
| Uses of SessionObserver in org.mobicents.protocols.smpp.util |
|---|
| Classes in org.mobicents.protocols.smpp.util that implement SessionObserver | |
|---|---|
class |
AutoResponder
A connection observer that can automatically respond to some of the basic packet types. |
class |
SyncWrapper
Connection observer which mimics synchronous communications. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||