|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JipletEvent | |
|---|---|
| org.cafesip.jiplet | This package contains the core Jiplet container classes. |
| Uses of JipletEvent in org.cafesip.jiplet |
|---|
| Subclasses of JipletEvent in org.cafesip.jiplet | |
|---|---|
class |
JipletRequest
This class conatins methods that is used by a jiplet to retrieve information about a request event. |
class |
JipletResponse
This class conatins methods that is used by a jiplet to retrieve information about a response event. |
class |
JipletSignal
This class is used by jiplets to retrieve information about a signal it has received. |
class |
JipletTimeout
This class conatins methods that is used by a jiplet to retrieve information about a timeout event. |
class |
JipletTimer
This class conatins methods that is used by a jiplet to retrieve information about a timer event. |
| Methods in org.cafesip.jiplet with parameters of type JipletEvent | |
|---|---|
void |
Jiplet.forward(JipletEvent event,
java.lang.String jiplet)
A jiplet can forward a request, response, timeout or a timer expiry event to another jiplet. |
TimerEvent |
Jiplet.startTimer(java.util.Date time,
JipletEvent event,
java.lang.Object param)
Similar to the startTimer(long delay, boolean repeat, JipletEvent event, Object param) method. |
TimerEvent |
Jiplet.startTimer(java.util.Date firstTime,
long period,
JipletEvent event,
java.lang.Object param)
Similar to the startTimer(Date time, JipletEvent event, Object param) method. |
TimerEvent |
Jiplet.startTimer(long delay,
boolean repeat,
JipletEvent event,
java.lang.Object param)
This method is used to start a timer. |
TimerEvent |
Jiplet.startTimer(long delay,
JipletEvent event,
java.lang.Object param)
Similar to the startTimer(long delay, boolean repeat, JipletEvent event, Object param) method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||