|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DomainResolverListener
Implementations of this interface are notified when DomainResolver has completed its DNS query. To receive those events, application should call the asynchronous API DomainResolver.locate(javax.servlet.sip.SipURI, DomainResolverListener, javax.servlet.sip.SipSession)
Method Summary | |
---|---|
void |
error(SipURILookupErrorEvent event)
Notification that query was unsuccessful. |
void |
handleResults(SipURILookupEvent event)
Notification that query was successful and application can handle results. |
Method Detail |
---|
void handleResults(SipURILookupEvent event)
event
- void error(SipURILookupErrorEvent event)
event
-
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |