|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectInUseException | |
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
javax.sip | This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. |
Uses of ObjectInUseException in gov.nist.javax.sip |
Methods in gov.nist.javax.sip that throw ObjectInUseException | |
SipProvider |
SipStackImpl.createSipProvider(ListeningPoint listeningPoint)
Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object. |
void |
SipStackImpl.deleteListeningPoint(ListeningPoint listeningPoint)
Deletes the specified peer ListeningPoint attached to this SipStack. |
void |
SipStackImpl.deleteSipProvider(SipProvider sipProvider)
Deletes the specified peer SipProvider attached to this SipStack. |
Uses of ObjectInUseException in javax.sip |
Methods in javax.sip that throw ObjectInUseException | |
SipProvider |
SipStack.createSipProvider(ListeningPoint listeningPoint)
Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object. |
void |
SipStack.deleteSipProvider(SipProvider sipProvider)
Deletes the specified peer SipProvider attached to this SipStack. |
void |
SipStack.deleteListeningPoint(ListeningPoint listeningPoint)
Deletes the specified ListeningPoint attached to this SipStack. |
void |
SipProvider.setListeningPoint(ListeningPoint listeningPoint)
This method sets the ListeningPoint of the SipProvider. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |