JSR-043: JTAPI-1.4

javax.telephony.media.provider
Class Base.BindAndReleaseEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.telephony.media.provider.EventObject
              |
              +--javax.telephony.media.provider.Base.Event
                    |
                    +--javax.telephony.media.provider.Base.MediaServiceEvent
                          |
                          +--javax.telephony.media.provider.Base.BindAndReleaseEvent
All Implemented Interfaces:
Async.BindAndReleaseEvent, Async.Event, Async.MediaServiceEvent, Dispatcher.DispatchableEvent, MediaConstants, MediaEvent, MediaServiceConstants, MediaServiceEvent, java.io.Serializable
Direct Known Subclasses:
Base.BindEvent, Base.DelegationEvent, Base.ReleaseEvent
Enclosing class:
Base

public abstract static class Base.BindAndReleaseEvent
extends Base.MediaServiceEvent
implements Async.BindAndReleaseEvent

See Also:
Serialized Form

Inner classes inherited from class javax.telephony.media.provider.Base.Event
Base.Event.SyncInterruptedException
 
Fields inherited from interface javax.telephony.media.MediaServiceConstants
ev_BindAndConnect, ev_BindToCall, ev_BindToServiceName, ev_BindToTerminal, ev_BindToTerminalName, ev_Configure, ev_Connected, ev_DelegateToService, ev_Disconnected, ev_GetConfigSpec, ev_GetConfiguration, ev_GetParameters, ev_GetTerminal, ev_GetTerminalName, ev_GetUserValues, ev_GroupStop, ev_Release, ev_ReleaseDelegated, ev_ReleaseToDestroy, ev_ReleaseToService, ev_ReleaseToTag, ev_Retrieve, ev_Retrieved, ev_SetParameters, ev_SetUserDictionary, ev_SetUserValues, ev_TerminalIdle, ev_TriggerRTC
 
Fields inherited from interface javax.telephony.media.MediaConstants
e_OK, q_Duration, q_Standard, q_Stop
 
Constructor Summary
Base.BindAndReleaseEvent(java.lang.Object source, Symbol eventID)
           
 
Method Summary
 void throwIfBindException()
          any BindAndReleaseEvent may have BindCancelledException.
 void throwIfConfigException()
          Used by other than vanilla ReleaseEvent.
 
Methods inherited from class javax.telephony.media.provider.Base.MediaServiceEvent
getMediaService
 
Methods inherited from class javax.telephony.media.provider.Base.Event
dispatch, done, getError, getEventID, getException, getPayload, getQualifier, getSubError, getWarning, isDone, setError, setFields, setFields, setPayload, setQualifier, setSubError, throwIfRuntimeException, toString, waitForEventDone, waitForEventDone, waitForListenersDone
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.telephony.media.async.Async.Event
isDone, throwIfRuntimeException, waitForEventDone, waitForEventDone, waitForListenersDone
 
Methods inherited from interface javax.telephony.media.MediaEvent
getError, getEventID, getException, getPayload, getQualifier, getSubError, getWarning
 
Methods inherited from interface javax.telephony.media.MediaServiceEvent
getMediaService
 

Constructor Detail

Base.BindAndReleaseEvent

public Base.BindAndReleaseEvent(java.lang.Object source,
                                Symbol eventID)
Method Detail

throwIfBindException

public void throwIfBindException()
                          throws MediaBindException
any BindAndReleaseEvent may have BindCancelledException.
Specified by:
throwIfBindException in interface Async.BindAndReleaseEvent
Following copied from interface: javax.telephony.media.async.Async.BindAndReleaseEvent
Throws:
MediaBindException -  

throwIfConfigException

public void throwIfConfigException()
                            throws MediaConfigException
Used by other than vanilla ReleaseEvent.
Specified by:
throwIfConfigException in interface Async.BindAndReleaseEvent
Following copied from interface: javax.telephony.media.async.Async.BindAndReleaseEvent
Throws:
MediaConfigException -  

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org