|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectInUseException | |
---|---|
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.stack | This package implements the main protocol abstractions that are defined by the SIP RFC 3261. |
javax.sip | This package contains the main interfaces that model the architecture 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 | |
---|---|
void |
SipProviderImpl.addListeningPoint(ListeningPoint listeningPoint)
|
SipProvider |
SipStackImpl.createSipProvider(ListeningPoint listeningPoint)
|
void |
SipStackImpl.deleteListeningPoint(ListeningPoint listeningPoint)
|
void |
SipStackImpl.deleteSipProvider(SipProvider sipProvider)
|
void |
SipProviderImpl.removeListeningPoint(ListeningPoint listeningPoint)
|
Uses of ObjectInUseException in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack that throw ObjectInUseException | |
---|---|
void |
SIPClientTransaction.terminate()
|
void |
SIPServerTransaction.terminate()
|
Uses of ObjectInUseException in javax.sip |
---|
Methods in javax.sip that throw ObjectInUseException | |
---|---|
void |
SipProvider.addListeningPoint(ListeningPoint listeningPoint)
This method adds the supplied ListeningPoint to the list of ListeningPoints associated to this SipProvider. |
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.deleteListeningPoint(ListeningPoint listeningPoint)
Deletes the specified ListeningPoint attached to this SipStack. |
void |
SipStack.deleteSipProvider(SipProvider sipProvider)
Deletes the specified peer SipProvider attached to this SipStack. |
void |
SipProvider.removeListeningPoint(ListeningPoint listeningPoint)
Removes the specified ListeningPoint from this SipProvider. |
void |
SipProvider.setListeningPoint(ListeningPoint listeningPoint)
Deprecated. Since v1.2. Note that in v1.1 a SipProvider could only be associated to a single listening point, this restriction has been lifted to allow a SipProvider to have a specific ListeningPoints for each transport. For backwards compatibility, this method will add the ListeningPoint to the list of ListeningPoints associated with the SipProvider. This method has been replaced with SipProvider.addListeningPoint(ListeningPoint) ,
the same semantics apply to this method. |
void |
Transaction.terminate()
Terminate this transaction and immediately release all stack resources associated with it. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |