Index of all Fields and Methods
All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- accept().
Method in interface java.telephony.callcontrol.CallControlConnection
- Accepts a telephone call.
- activate().
Method in interface java.telephony.phone.ComponentGroup
- Enables all routing of events or media stream between all Components
of this group and calls on any of the Addresses asociated with the parent
Terminal.
- activate(Address).
Method in interface java.telephony.phone.ComponentGroup
- Enables all routing of events or media stream between all Components
of this group and calls to the specified Address.
- ACTIVE.
Static variable in interface java.telephony.Call
-
The Call.ACTIVE state indicates the Call has one or more Connections,
none of which are in the Connection.DISCONNECTED state.
- ACTIVE.
Static variable in interface java.telephony.TerminalConnection
- The ACTIVE state indicates that a Terminal is actively part of a
telephone call.
- addCallObserver(CallObserver).
Method in interface java.telephony.Address
- Adds an observer to a Call object when this Address object first becomes
part of that Call.
- addCallObserver(CallObserver).
Method in interface java.telephony.Terminal
- Adds an observer to a Call object when this Terminal object first becomes
part of that Call.
- addCallObserver(CallObserver, boolean).
Method in interface java.telephony.callcenter.CallCenterAddress
- Adds a call observer to this CallCenterAddress.
- addObserver(AddressObserver).
Method in interface java.telephony.Address
- Adds an observer to the Address.
- addObserver(CallObserver).
Method in interface java.telephony.Call
- Adds an observer to the Call.
- addObserver(ProviderObserver).
Method in interface java.telephony.Provider
- Adds an observer to the Provider.
- addObserver(TerminalObserver).
Method in interface java.telephony.Terminal
- Adds an observer to the Terminal.
- addParty(String).
Method in interface java.telephony.callcontrol.CallControlCall
- Adds an additional party to an existing telephone Call.
- ADDRESS_OBJECT.
Static variable in class java.telephony.InvalidObjectException
- The invalid object in question is the Address
- ADDRESS_OBJECT.
Static variable in class java.telephony.InvalidStateException
- The invalid object in question is the Address
- addressChangedEvent(AddrEv[]).
Method in interface java.telephony.AddressObserver
- Reports all events on the AddressObserver interface.
- addToAddress(String).
Method in interface java.telephony.callcontrol.CallControlConnection
- Appends additional address information onto an existing Connection.
- Agent(int, String, ACDAddress, Address, String).
Constructor for class java.telephony.callcenter.Agent
- The constructor is used to create an Agent object prior to
invoking setAgent() on AgentTerminal.
- ALERTING.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The ALERTING state variable.
- ALERTING.
Static variable in interface java.telephony.Connection
- The Connection.ALERTING state implies that the Address is being notified of
an incoming call.
- ALL_CALLS.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding filter: apply instruction to all incoming
calls
- ALL_ROUTE_ADDRESS.
Static variable in interface java.telephony.callcenter.RouteAddress
- When an application registers to route calls for a RouteAddress
created with this special Address, the application is implying
that it wants to route calls for all Addresses in the Provider's
domain.
- answer().
Method in interface java.telephony.TerminalConnection
- Answers a telephone call.
- ANSWERING_TREATMENT_CONNECT.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This answering endpoint treatment indicates that call should be
connected if answering endpoint is detected.
- ANSWERING_TREATMENT_DROP.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This answering endpoint treatment indicates that call should be
dropped if answering endpoint is detected.
- ANSWERING_TREATMENT_NONE.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This answering endpoint treatment indicates that no treatment is
specified.
- ANSWERING_TREATMENT_PROVIDER_DEFAULT.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This answering endpoint treatment indicates that treatment should
follow the provider's default treatment administration.
- AVAILABLE.
Static variable in interface java.telephony.media.MediaTerminalConnection
- Media is currently available on this terminal connection
- BRIDGED.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The BRIDGED state variable.
- BUSY.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal is busy with
a call and is not available to handle other ACD calls, it reports
the AgentTerminal's state as BUSY.
- buttonPress().
Method in interface java.telephony.phone.PhoneButton
- Press the button.
- CALL_OBJECT.
Static variable in class java.telephony.InvalidObjectException
- The invalid object in question is the Call
- CALL_OBJECT.
Static variable in class java.telephony.InvalidStateException
- The invalid object in question is the Call
- CallCenterTrunk().
Constructor for class java.telephony.callcenter.CallCenterTrunk
-
- CallCenterTrunk(String).
Method in class java.telephony.callcenter.CallCenterTrunk
- This constructor is the default constructor, which only takes the
name to apply to this Trunk.
- CallCenterTrunk(String, int).
Method in class java.telephony.callcenter.CallCenterTrunk
- This constructor takes the address to apply this trunk
and the type of trunk.
- callChangedEvent(CallEv[]).
Method in interface java.telephony.CallObserver
- Reports all events on the CallObserver interface.
- CallControlForwarding().
Constructor for class java.telephony.callcontrol.CallControlForwarding
-
- CallControlForwarding(String).
Method in class java.telephony.callcontrol.CallControlForwarding
- This constructor is the default constructor, which only takes the
address to apply this forwarding instruction.
- CallControlForwarding(String, int).
Method in class java.telephony.callcontrol.CallControlForwarding
- This constructor takes the address to apply this forwarding instruction
and the type of fowarding for all incoming calls.
- CallControlForwarding(String, int, boolean).
Method in class java.telephony.callcontrol.CallControlForwarding
- This constructor takes the address to aplly this forwarding instruction,
the type of forwarding desired for this address, and a boolean flag
indicating whether this instruction should apply to internal (true) or
external (false) calls.
- CallControlForwarding(String, int, String).
Method in class java.telephony.callcontrol.CallControlForwarding
- This constructor takes an address to apply the forwarding instruction
for a specific incoming telephone call, identified by a string address.
- canAccept().
Method in interface java.telephony.callcontrol.capabilities.CallControlConnectionCapabilities
- Returns true if the application can invoke the
CallControlConnection.accept() method.
- canActivate().
Method in interface java.telephony.phone.capabilities.ComponentGroupCapabilities
- Returns true if the ComponentGroup can be "activated" on the Terminal
that the ComponentGroup is associated with.
- canActivate(Address).
Method in interface java.telephony.phone.capabilities.ComponentGroupCapabilities
- Returns true if the ComponentGroup can be "activated" on the specified
Address at the Terminal that the ComponentGroup is associated with.
- canAddParty().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the CallControlCall.addParty()
method.
- canAddToAddress().
Method in interface java.telephony.callcontrol.capabilities.CallControlConnectionCapabilities
- Returns true if the application can invoke the
CallControlConnection.addToAddress() method.
- canAnswer().
Method in interface java.telephony.capabilities.TerminalConnectionCapabilities
-
can an answer be performed
- canCancelForwarding().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.cancelForwarding() method.
- cancelForwarding().
Method in interface java.telephony.callcontrol.CallControlAddress
- Cancels all of the forwarding instructions on this Address.
- cancelRouteCallback(RouteCallback).
Method in interface java.telephony.callcenter.RouteAddress
- An application uses this method to cancel a previous
registration to route calls for this Address.
- canConference().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the
CallControlCall.conference() method.
- canConnect().
Method in interface java.telephony.capabilities.CallCapabilities
-
can a connect be performed
- canConnectionPredictive().
Method in interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities
- Returns true if the application can invoke the connectPredictive()
method, false otherwise.
- canConsult().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the CallControlCall.consult()
method.
- canControl().
Method in interface java.telephony.phone.capabilities.ComponentCapabilities
- Returns true if the component can be controlled.
- canDetectDtmf().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application is able to detect DTMF-tones
on the telephone line.
- canDisconnect().
Method in interface java.telephony.capabilities.ConnectionCapabilities
-
can a disconnect be performed
- canDrop().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the CallControlCall.drop()
method.
- canGenerateDtmf().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application is able to generate DTMF-
tones the telephone line.
- canGetDoNotDisturb().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.getDoNotDisturb() method.
- canGetDoNotDisturb().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalCapabilities
- Returns true if the application can invoke the
CallControlTerminal.getDoNotDisturb() method.
- canGetForwarding().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.getForwarding() method.
- canGetMessageWaiting().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.getMessageWaiting() method.
- canGetTrunks().
Method in interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities
-
- canHandleApplicationData().
Method in interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities
- Returns true if getApplicationData and setApplicationData is implemented.
- canHold().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalConnectionCapabilities
- Returns true if the application can invoke the
CallControlTerminalConnection.hold() method.
- canJoin().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalConnectionCapabilities
- Returns true if the application can invoke the
CallControlTerminalConnection.join() method.
- canLeave().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalConnectionCapabilities
- Returns true if the application can invoke the
CallControlTerminalConnection.leave() method.
- canObserve().
Method in interface java.telephony.phone.capabilities.ComponentCapabilities
- Returns true if the component can be observed.
- canOffHook().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
-
- canPark().
Method in interface java.telephony.callcontrol.capabilities.CallControlConnectionCapabilities
- Returns true if the application can invoke the
CallControlConnection.park() method.
- canPickup().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalCapabilities
- Returns true if the application can invoke the
CallControlTerminal.pickup() method.
- canPickupFromGroup().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalCapabilities
- Returns true if the application can invoke the
CallControlTerminal.pickupFromGroup() method.
- canRedirect().
Method in interface java.telephony.callcontrol.capabilities.CallControlConnectionCapabilities
- Returns true if the application can invoke the
CallControlConnection.redirect() method.
- canReject().
Method in interface java.telephony.callcontrol.capabilities.CallControlConnectionCapabilities
- Returns true if the application can invoke the
CallControlConnection.reject() method.
- canSetAgents().
Method in interface java.telephony.callcenter.capabilities.AgentTerminalCapabilities
- Returns true if the application is permitted to add or change the
agents associated with the AgentTerminal interface, using the
AgentTerminal.setAgents() method.
- canSetApplicationData().
Method in interface java.telephony.callcenter.capabilities.CallCenterCallCapabilities
- Returns true if the application is permitted to set the application
data for this call, false otherwise.
- canSetConferenceController().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
-
- canSetConferenceEnable().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the
CallControlCall.canSetConferenceEnable() method.
- canSetDoNotDisturb().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.setDoNotDisturb() method.
- canSetDoNotDisturb().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalCapabilities
- Returns true if the application can invoke the
CallControlTerminal.setDoNotDisturb() method.
- canSetForwarding().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.setForwarding() method.
- canSetMessageWaiting().
Method in interface java.telephony.callcontrol.capabilities.CallControlAddressCapabilities
- Returns true if the application can invoke the
CallControlAddress.setMessageWaiting() method.
- canSetTransferController().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
-
- canSetTransferEnable().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the
CallControlCall.setTransferEnable() method.
- canStartPlaying().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application is able to start playing to
the telephone line.
- canStartRecording().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application is able to start recording
from the telephone line.
- canStopPlaying().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application is able to stop playing to
the telephone line.
- canStopRecording().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application is able to stop recording from
the telephone line.
- canTransfer().
Method in interface java.telephony.callcontrol.capabilities.CallControlCallCapabilities
- Returns true if the application can invoke the CallControlCall.transfer()
method.
- canUnhold().
Method in interface java.telephony.callcontrol.capabilities.CallControlTerminalConnectionCapabilities
- Returns true if the application can invoke the
CallControlTerminalConnection.unhold() method.
- canUseDefaultMicrophone().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application can invoke the
useDefaultMicrophone() method and route the media from the default
microphone.
- canUseDefaultSpeaker().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application can invoke the
useDefaultSpeaker() method and route the media from the telephone line
to the default speaker.
- canUsePlayURL().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application can invoke the
usePlayURL() method and route voice media from URL's.
- canUseRecordURL().
Method in interface java.telephony.media.capabilities.MediaTerminalConnectionCapabilities
- This method returns true if the application can invoke the
useRecordURL() method and route voice media to URL's.
- CAUSE_ALTERNATE.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating a call was put on hold and another
retrieved in an atomic operation, typical on single line
phones.
- CAUSE_BUSY.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating a call encountered a busy endpoint.
- CAUSE_CALL_BACK.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the CallBack
feature.
- CAUSE_CALL_CANCELLED.
Static variable in interface java.telephony.events.Ev
- Cause code indicating the user has terminated
call without going on-hook
- CAUSE_CALL_NOT_ANSWERED.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating call was not answered before a
timer elapsed.
- CAUSE_CALL_PICKUP.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating call was redirected by a Call
Pickup feature.
- CAUSE_CONFERENCE.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the Conference
feature.
- CAUSE_DEST_NOT_OBTAINABLE.
Static variable in interface java.telephony.events.Ev
- Cause code indicating the destination is not
available
- CAUSE_DO_NOT_DISTURB.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the Do Not Disturb
feature.
- CAUSE_INCOMPATIBLE_DESTINATION.
Static variable in interface java.telephony.events.Ev
- Cause code indicating that a call has encountered
an incompatible destination
- CAUSE_INVALID_DESTINATION.
Static variable in interface java.telephony.callcenter.RouteSession
- Cause code indicating that the provider is ending the route
session because the application included an invalid destination
in the routeSelect().
- CAUSE_LOCKOUT.
Static variable in interface java.telephony.events.Ev
- Cause code indicating that a call encountered inter
digit timeout while dialing
- CAUSE_NETWORK_CONGESTION.
Static variable in interface java.telephony.events.Ev
- Cause code indicating call encountered network congestion
- CAUSE_NETWORK_NOT_OBTAINABLE.
Static variable in interface java.telephony.events.Ev
- Cause code indicating call could not reach a destination network
- CAUSE_NEW_CALL.
Static variable in interface java.telephony.events.Ev
- Cause code indicating that a new call
- CAUSE_NO_AVAILABLE_AGENTS.
Static variable in interface java.telephony.callcenter.events.CallCentEv
- This cause indicates no agents were available to handle the call.
- CAUSE_NO_ERROR.
Static variable in interface java.telephony.callcenter.RouteSession
- Cause code indicating no error.
- CAUSE_NORMAL.
Static variable in interface java.telephony.events.Ev
- Cause code indicating normal operation
- CAUSE_NORMAL.
Static variable in interface java.telephony.media.events.MediaEv
- Cause code indicating normal operation
- CAUSE_NORMAL.
Static variable in interface java.telephony.phone.events.PhoneEv
- Cause code indicating normal operation
- CAUSE_PARAMETER_NOT_SUPPORTED.
Static variable in interface java.telephony.callcenter.RouteSession
- Cause code indicating that the provider is ending the route
session because the application included a parameter in the
routeSelect() that the provider does not support.
- CAUSE_PARK.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the Park feature.
- CAUSE_REDIRECTED.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the Redirected feature.
- CAUSE_REORDER_TONE.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating call encountered reorder tone
- CAUSE_RESOURCES_NOT_AVAILABLE.
Static variable in interface java.telephony.events.Ev
- Cause code indicating resouces were not available
- CAUSE_ROUTING_TIMER_EXPIRED.
Static variable in interface java.telephony.callcenter.RouteSession
- Cause code indicating a routing timer has expired.
- CAUSE_SNAPSHOT.
Static variable in interface java.telephony.events.Ev
- Cause code indicating that the event is part of a snapshot of the
current state of the call.
- CAUSE_STATE_INCOMPATIBLE.
Static variable in interface java.telephony.callcenter.RouteSession
- Cause code indicating that the provider is ending the route
session because the Connection state is incompatible with the
RouteSession.
- CAUSE_TRANSFER.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the Tranfer
feature.
- CAUSE_TRUNKS_BUSY.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating call encountered a busy trunk
- CAUSE_UNHOLD.
Static variable in interface java.telephony.callcontrol.events.CallCtlEv
- Cause code indicating event is related to the Unhold
feature.
- CAUSE_UNKNOWN.
Static variable in interface java.telephony.events.Ev
- Cause code indicating the cause was unknown
- CAUSE_UNKNOWN.
Static variable in interface java.telephony.media.events.MediaEv
- Cause code indicating the cause was unknown
- CAUSE_UNKNOWN.
Static variable in interface java.telephony.phone.events.PhoneEv
- Cause code indicating the cause was unknown
- CAUSE_UNSPECIFIED_ERROR.
Static variable in interface java.telephony.callcenter.RouteSession
- Cause code indicating that the provider is ending the route
session because some unspecified erroroccurred.
- conference(Call).
Method in interface java.telephony.callcontrol.CallControlCall
- Merges two Calls together resulting in the union of the parties involved
with both calls belong to a single telephone call.
- connect(Terminal, Address, String).
Method in interface java.telephony.Call
- Connect a pair of connections to a call.
- CONNECTED.
Static variable in interface java.telephony.Connection
- The Connection.CONNECTED state implies that a Connection and its Address is
actively part of a telephone call.
- CONNECTION_OBJECT.
Static variable in class java.telephony.InvalidObjectException
- The invalid object in question is the Connection
- CONNECTION_OBJECT.
Static variable in class java.telephony.InvalidStateException
- The invalid object in question is the Connection
- connectPredictive(Terminal, Address, String, int, int, int, int).
Method in interface java.telephony.callcenter.CallCenterCall
- This method connects a pair of connections to a call, attempting
to connect the destination first.
- consult(TerminalConnection).
Method in interface java.telephony.callcontrol.CallControlCall
- This overloaded version of consult() is similar to the other version
of consult, except it does not take a destination string address as
an argument.
- consult(TerminalConnection, String).
Method in interface java.telephony.callcontrol.CallControlCall
- Begins a consultation Call with the existing Call.
- createCall().
Method in interface java.telephony.Provider
- Creates and returns a new instance of the Call object.
- deactivate().
Method in interface java.telephony.phone.ComponentGroup
- Disables all routing of events or media stream between all Components
of this group and calls on any of the Addresses associated with the parent
Terminal.
- deactivate(Address).
Method in interface java.telephony.phone.ComponentGroup
- Disables all routing of events or media stream between all Components
of this group and the specified Address.
- DESTINATION_PARTY.
Static variable in class java.telephony.InvalidPartyException
- Indictes that the destiation party was invalid.
- DESTINATION_VIOLATION.
Static variable in class java.telephony.PrivilegeViolationException
- A privilege violation occurred on the destination
- DIALING.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The DIALING state variable.
- disconnect().
Method in interface java.telephony.Connection
- Drops a Connection from an active telephone call.
- DISCONNECTED.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The DISCONNECTED state variable.
- DISCONNECTED.
Static variable in interface java.telephony.Connection
- The Connection.DISCONNECTED state implies it is no longer part of the
telephone call, although its references to Call and Address still remain
valid.
- drop().
Method in interface java.telephony.callcontrol.CallControlCall
- Drops the entire Call.
- DROPPED.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The DROPPED state variable.
- DROPPED.
Static variable in interface java.telephony.TerminalConnection
- The DROPPED state indicates that a particular Terminal has permanently
left the telephone call.
- ENDPOINT_ANSWERING_MACHINE.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This indicates that the endpoint answering the call may be an
answering machine.
- ENDPOINT_ANY.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This indicates that the endpoint answering the call may be
any thing.
- ENDPOINT_FAX_MACHINE.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This indicates that the endpoint answering the call may be a
fax machine.
- ENDPOINT_HUMAN_INTERVENTION.
Static variable in interface java.telephony.callcenter.CallCenterCall
- This indicates that the endpoint answering the call may be a
human.
- endRoute(int).
Method in interface java.telephony.callcenter.RouteSession
- An application uses this method to end a route session.
- ESTABLISHED.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The ESTABLISHED state variable.
- EXTERNAL_CALLS.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding filter: apply instruction to calls
originating from outside the provider domain
- FAILED.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The FAILED state variable.
- FAILED.
Static variable in interface java.telephony.Connection
- The Connection.FAILED state indicates that a Connection to that end of the
call has failed for some reason.
- FORWARD_ON_BUSY.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding type: forward calls on busy
- FORWARD_ON_NOANSWER.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding type: forward calls on no answer
- FORWARD_UNCONDITIONALLY.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding type: forward calls unconditionally
- FULL.
Static variable in interface java.telephony.phone.PhoneMicrophone
- The full microhphone gain.
- FULL.
Static variable in interface java.telephony.phone.PhoneRinger
- Ringer volume definition for the ringer at maximum volume.
- FULL.
Static variable in interface java.telephony.phone.PhoneSpeaker
- Speaker volume definition for highest volume.
- generateDtmf(String).
Method in interface java.telephony.media.MediaTerminalConnection
-
- getACDAddress().
Method in class java.telephony.callcenter.Agent
- This returns the ACDAddress this Agent is logged into.
- getACDAddress().
Method in interface java.telephony.callcenter.events.AgentTermEv
- This returns the ACDAddress the agent is or
was logged into.
- getACDAddresses().
Method in interface java.telephony.callcenter.ACDManagerAddress
- This method returns the ACDAddesses associated with this
ACDManagerAddress.
- getACDAddresses().
Method in interface java.telephony.callcenter.CallCenterProvider
- Returns the list of ACDAddresses in the providers domain.
- getACDConnections().
Method in interface java.telephony.callcenter.ACDManagerConnection
- Returns the list of ACDConnection objects associated with this
ACDManagerConnection.
- getACDManagerAddress().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns the ACDManagerAddress that is associated
with this ACDAddress.
- getACDManagerAddresses().
Method in interface java.telephony.callcenter.CallCenterProvider
- Returns the list of ACDManagerAddresses in the providers domain.
- getACDManagerConnection().
Method in interface java.telephony.callcenter.ACDConnection
- Returns the ACDManagerConnection object associated with this ACDConnection.
- getActiveRouteSessions().
Method in interface java.telephony.callcenter.RouteAddress
- An application uses this method to get all RouteSessions
active for this RouteAddress.
- getAddress().
Method in interface java.telephony.events.AddrEv
- Returns the Address which generated this event.
- getAddress().
Method in interface java.telephony.Connection
- Returns the Address object associated with this Connection.
- getAddress(String).
Method in interface java.telephony.Provider
- Returns an Address object which corresponds to the telephone number
string provided.
- getAddressCapabilities(Terminal).
Method in interface java.telephony.Address
- Gets the AddressCapabilities object with respect to a Terminal
If null is passed as a Terminal parameter, the general/provider-wide
Address capabilities are returned.
- getAddressCapabilities(Terminal).
Method in interface java.telephony.Provider
- Gets the AddressCapabilities object with respect to a Terminal.
- getAddresses().
Method in interface java.telephony.Provider
- Returns a list of Addresses associated with the Provider and within the
Provider's domain.
- getAddresses().
Method in interface java.telephony.Terminal
- Returns an array of Address objects associated with this Terminal object.
- getAgentAddress().
Method in interface java.telephony.callcenter.events.ACDAddrEv
- This returns the Agent's Address that is associated
with the given AgentTerminal.
- getAgentAddress().
Method in class java.telephony.callcenter.Agent
- This returns the Agent's Address that is associated
with the given AgentTerminal.
- getAgentAddress().
Method in interface java.telephony.callcenter.events.AgentTermEv
- This returns the Agent's Address that is associated
with the given AgentTerminal.
- getAgentID().
Method in interface java.telephony.callcenter.events.ACDAddrEv
- This returns the Agent's ID.
- getAgentID().
Method in class java.telephony.callcenter.Agent
- This returns this Agent's ID.
- getAgentID().
Method in interface java.telephony.callcenter.events.AgentTermEv
- This returns the Agent's ID.
- getAgents().
Method in interface java.telephony.callcenter.AgentTerminal
- This returns one or more Agent objects added previously to this
AgentTerminal.
- getAgentTerminal().
Method in interface java.telephony.callcenter.events.ACDAddrEv
- This returns the Agent's Terminal.
- getAgentTerminal().
Method in class java.telephony.callcenter.Agent
- This returns the Agent Terminal that is associated with
this Agent object.
- getApplicationData().
Method in interface java.telephony.callcenter.events.CallCentCallAppDataEv
- Get the new application data for this call.
- getApplicationData().
Method in interface java.telephony.callcenter.CallCenterCall
- Returns the application specific data associated with the call.
- getAssociatedAgents().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns all agents associated with the ACDAddress.
- getAssociatedPhoneButton().
Method in interface java.telephony.phone.PhoneLamp
- Returns the button associated with the lamp.
- getAssociatedPhoneLamp().
Method in interface java.telephony.phone.PhoneButton
- Returns the associated lamp information.
- getCall().
Method in interface java.telephony.events.CallEv
- Returns the Call object associated with this event.
- getCall().
Method in interface java.telephony.Connection
- Returns the Call object associated with this Connection.
- getCallCapabilities(Terminal, Address).
Method in interface java.telephony.Call
- Gets the CallCapabilities object with respect to a Terminal and an
Address.
- getCallCapabilities(Terminal, Address).
Method in interface java.telephony.Provider
- Gets the CallCapabilities object with respect to a Terminal.
- getCallCenterCause().
Method in interface java.telephony.callcenter.events.CallCentEv
- Returns the call center and core causes associated with this
call center event.
- getCallControlCause().
Method in interface java.telephony.callcontrol.events.CallCtlEv
- Returns the call control and core causes associated with this event.
- getCallControlState().
Method in interface java.telephony.callcontrol.CallControlConnection
- Returns the current CallControl state of the Connection.
- getCallControlState().
Method in interface java.telephony.callcontrol.CallControlTerminalConnection
- Returns the call control state of the TerminalConnection object.
- getCalledAddress().
Method in interface java.telephony.callcontrol.CallControlCall
- Returns the called Address associated with this Call.
- getCalledAddress().
Method in interface java.telephony.callcontrol.events.CallCtlCallEv
- Returns the called Address associated with this Call.
- getCallingAddress().
Method in interface java.telephony.callcontrol.CallControlCall
- Returns the calling Address associated with this call.
- getCallingAddress().
Method in interface java.telephony.callcontrol.events.CallCtlCallEv
- Returns the calling Address associated with this call.
- getCallingAddress().
Method in interface java.telephony.callcenter.events.RouteEvent
- This returns the calling Address.
- getCallingAddress().
Method in interface java.telephony.callcenter.events.RouteUsedEvent
- This returns the calling Address.
- getCallingTerminal().
Method in interface java.telephony.callcontrol.CallControlCall
- Returns the calling Terminal associated with this Call.
- getCallingTerminal().
Method in interface java.telephony.callcontrol.events.CallCtlCallEv
- Returns the calling Terminal associated with this Call.
- getCallingTerminal().
Method in interface java.telephony.callcenter.events.RouteEvent
- This returns the calling Terminal.
- getCallingTerminal().
Method in interface java.telephony.callcenter.events.RouteUsedEvent
- This returns the calling Terminal.
- getCallObservers().
Method in interface java.telephony.Address
- Returns a list of all CallObservers associated with this Address
object.
- getCallObservers().
Method in interface java.telephony.Terminal
- Returns a list of all CallObservers associated with this Terminal
object.
- getCalls().
Method in interface java.telephony.Provider
- Returns an array of Call objects currently associated with the Provider.
- getCause().
Method in interface java.telephony.events.Ev
- Returns the cause associated with this event.
- getCause().
Method in interface java.telephony.callcenter.RouteSession
- An application uses this method to get the cause associated
with the state of the route session.
- getComponent().
Method in interface java.telephony.phone.events.PhoneTermEv
- Returns the Component object responsible for this event.
- getComponentGroup().
Method in interface java.telephony.phone.events.PhoneTermEv
- Returns the ComponentGroup object associated with this event.
- getComponentGroups().
Method in interface java.telephony.phone.PhoneTerminal
- Returns an array of ComponentGroup objects available on the Terminal.
- getComponents().
Method in interface java.telephony.phone.ComponentGroup
- Returns the groups components, null if the group contains zero components.
- getConferenceController().
Method in interface java.telephony.callcontrol.CallControlCall
- Gets the TerminalConnection which is current acting as the "conference
controller." The conference controller is a TerminalConnection on a
telephone Call object whose Terminal is also part of another telephone
call.
- getConferenceEnable().
Method in interface java.telephony.callcontrol.CallControlCall
- Return true if conferencing is enabled, false otherwise.
- getConnection().
Method in interface java.telephony.events.ConnEv
- Get the connection which generated this event.
- getConnection().
Method in interface java.telephony.TerminalConnection
- Returns the Connection object associated with this TerminalConnection.
- getConnectionCapabilities(Terminal, Address).
Method in interface java.telephony.Connection
- Gets the ConnectionCapabilities object with respect to a Terminal and
an Address.
- getConnectionCapabilities(Terminal, Address).
Method in interface java.telephony.Provider
- Gets the ConnectionCapabilities object with respect to a Terminal.
- getConnections().
Method in interface java.telephony.Address
- Returns an array of Connection object currently associated with this
Address object.
- getConnections().
Method in interface java.telephony.Call
- Returns the Connections associated with this call.
- getCurrentRouteAddress().
Method in interface java.telephony.callcenter.events.RouteEvent
- This returns the originally requested destination for
the call.
- getDescription().
Method in interface java.telephony.phone.ComponentGroup
- Returns a string describing the component group.
- getDestinationAddress().
Method in class java.telephony.callcontrol.CallControlForwarding
- Returns the destination address of this forwarding instruction.
- getDigits().
Method in interface java.telephony.callcontrol.events.CallCtlConnDialingEv
- Returns the digits that have already been dialed.
- getDisplay(int, int).
Method in interface java.telephony.phone.events.DisplayUpdateEv
- Returns the displayed string starting at coordinates (x, y).
- getDisplay(int, int).
Method in interface java.telephony.phone.PhoneDisplay
- Returns the displayed string starting at coordinates (x, y).
- getDisplayColumns().
Method in interface java.telephony.phone.PhoneDisplay
- Returns the number of display columns.
- getDisplayRows().
Method in interface java.telephony.phone.PhoneDisplay
- Returns the number of display rows.
- getDomain().
Method in interface java.telephony.callcenter.events.RouteUsedEvent
- This returns true if the call was routed out of the
provider's domain.
- getDoNotDisturb().
Method in interface java.telephony.callcontrol.CallControlAddress
- Returns true if the do-not-disturb feature is on, false otherwise.
- getDoNotDisturb().
Method in interface java.telephony.callcontrol.CallControlTerminal
- Returns true if the do-not-disturb feature is on, false otherwise.
- getDoNotDisturbState().
Method in interface java.telephony.callcontrol.events.CallCtlAddrDoNotDisturbEv
- The new do not disturb state (true or false)
- getDtmfDigit().
Method in interface java.telephony.media.events.MediaTermConnDtmfEv
- Returns the DTMF-digit which has been recognized.
- getFilter().
Method in class java.telephony.callcontrol.CallControlForwarding
- Returns the filter of this forwarding instruction.
- getForwarding().
Method in interface java.telephony.callcontrol.CallControlAddress
- Returns an array of forwarding instructions currently set for this
telephone Address.
- getForwarding().
Method in interface java.telephony.callcontrol.events.CallCtlAddrForwardEv
- Get the new forwarding state of the address.
- getGain().
Method in interface java.telephony.phone.events.MicrophoneGainEv
- Returns the gain of the microphone.
- getGain().
Method in interface java.telephony.phone.PhoneMicrophone
- Returns the current microphone gain.
- getGraphics().
Method in interface java.telephony.phone.PhoneGraphicDisplay
- Returns a Graphics object for drawing into the display.
- getHookSwitchState().
Method in interface java.telephony.phone.events.HookswitchStateEv
- Returns the current state of the hookswitch.
- getHookSwitchState().
Method in interface java.telephony.phone.PhoneHookswitch
- Returns the current state of the hookswitch.
- getID().
Method in interface java.telephony.events.Ev
- Returns the id of event.
- getInfo().
Method in interface java.telephony.phone.events.ButtonInfoEv
- Returns the button information.
- getInfo().
Method in interface java.telephony.phone.events.ButtonPressEv
- Returns the button information.
- getInfo().
Method in interface java.telephony.phone.PhoneButton
- Returns the button information.
- getJtapiPeer(String).
Static method in class java.telephony.JtapiPeerFactory
- Returns an instance of a JtapiPeer object given a fully qualified
classname of the class which implements the JtapiPeer object.
- getLastRedirectedAddress().
Method in interface java.telephony.callcontrol.CallControlCall
- Returns the last redirected Address associated with this Call.
- getLastRedirectedAddress().
Method in interface java.telephony.callcontrol.events.CallCtlCallEv
- Returns the last redirected Address associated with this Call.
- getLoggedOnAgents().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns the agents logged into the ACDAddress.
- getMediaAvailability().
Method in interface java.telephony.media.MediaTerminalConnection
- Returns the current media availability state, either AVAILABLE or
UNAVAILABLE.
- getMediaCause().
Method in interface java.telephony.media.events.MediaEv
- Returns the media and core causes associated with this event.
- getMediaState().
Method in interface java.telephony.media.events.MediaTermConnStateEv
- Returns the current state of playing/recording on the TerminalConnection
in the form of a bit mask.
- getMediaState().
Method in interface java.telephony.media.MediaTerminalConnection
- Returns the current state of the terminal connection as a bit mask
of PLAYING and RECORDING.
- getMessageWaiting().
Method in interface java.telephony.callcontrol.CallControlAddress
- Returns true if message waiting is turned on, false otherwise.
- getMessageWaitingState().
Method in interface java.telephony.callcontrol.events.CallCtlAddrMessageWaitingEv
- The new message waiting state (true or false).
- getMetaCode().
Method in interface java.telephony.events.Ev
- Returns the meta-code associated with this event.
- getMode().
Method in interface java.telephony.phone.events.LampModeEv
- Returns the current lamp mode.
- getMode().
Method in interface java.telephony.phone.PhoneLamp
- Returns the current lamp mode.
- getName().
Method in interface java.telephony.Address
- Returns the name of the Address.
- getName().
Method in class java.telephony.callcenter.CallCenterTrunk
- Returns the Trunk's name.
- getName().
Method in interface java.telephony.phone.Component
- Returns the name of the Component.
- getName().
Method in interface java.telephony.JtapiPeer
- Returns the name of this JtapiPeer object instance.
- getName().
Method in interface java.telephony.Provider
- Returns the unique string name of the Provider.
- getName().
Method in interface java.telephony.Terminal
- Returns the name of the Terminal.
- getNumberInQueue().
Method in interface java.telephony.callcontrol.events.CallCtlConnQueuedEv
- Indicates how many connections are queued at this connection's Address.
- getNumberOfRingPatterns().
Method in interface java.telephony.phone.PhoneRinger
- Returns the number of available ringing patterns.
- getNumberOfRings().
Method in interface java.telephony.phone.PhoneRinger
- Returns the number of complete ring cycles that the ringer has been
ringing.
- getNumberQueued().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns the number of calls queued to an ACDAddress.
- getObject().
Method in class java.telephony.InvalidObjectException
- Returns a generic pointer to the object which caused the exception.
- getObject().
Method in class java.telephony.InvalidStateException
- Returns the object which has the incorrect state.
- getObjectType().
Method in class java.telephony.InvalidObjectException
- Returns the type of object in question
- getObjectType().
Method in class java.telephony.InvalidStateException
- Returns the type of object in question.
- getObserved().
Method in interface java.telephony.events.Ev
- Returns the object that is being observed.
- getObservers().
Method in interface java.telephony.Address
- Returns a list of all AddressObservers associated with this Address
object.
- getObservers().
Method in interface java.telephony.Call
- Returns a list of all CallObservers associated with this call object.
- getObservers().
Method in interface java.telephony.Provider
- Returns a list of all ProviderObservers associated with this call object.
- getObservers().
Method in interface java.telephony.Terminal
- Returns a list of all TerminalObservers associated with this Terminal object.
- getOldestCallQueued().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns the oldest call queued to an ACDAddress.
- getOldInfo().
Method in interface java.telephony.phone.events.ButtonInfoEv
- Returns the information previously associated with this button.
- getPasswd().
Method in class java.telephony.callcenter.Agent
- This returns this Agent's password.
- getPhoneCause().
Method in interface java.telephony.phone.events.PhoneEv
- Returns the phone and core causes associated with this event.
- getPrivateData().
Method in interface java.telephony.privatedata.events.PrivateAddrEv
- Returns platform-specific information to the application.
- getPrivateData().
Method in interface java.telephony.privatedata.events.PrivateCallEv
- Returns platform-specific information to the application.
- getPrivateData().
Method in interface java.telephony.privatedata.events.PrivateProvEv
- Returns platform-specific information to the application.
- getPrivateData().
Method in interface java.telephony.privatedata.events.PrivateTermEv
- Returns platform-specific information to the application.
- getProvider().
Method in interface java.telephony.Address
- Returns the Provider associated with this Address.
- getProvider().
Method in interface java.telephony.Call
- Returns the provider associated with the call.
- getProvider().
Method in interface java.telephony.events.ProvEv
- Returns the Provider which is associated with this event.
- getProvider().
Method in interface java.telephony.Terminal
- Returns the Provider associated with this Terminal.
- getProvider(String).
Method in interface java.telephony.JtapiPeer
- Returns an instance of a Provider object given a string argument which
contains the desired service name.
- getProviderCapabilities(Terminal).
Method in interface java.telephony.Provider
- Returns the ProviderCapabilities object with respect to a Terminal.
- getQueueWaitTime().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns the estimated wait time for new calls
queued to an ACDAddress.
- getRelativeQueueLoad().
Method in interface java.telephony.callcenter.ACDAddress
- This method returns the relative load of an ACDAddress queue.
- getRingerPattern().
Method in interface java.telephony.phone.PhoneRinger
- Returns the current ringer pattern.
- getRingerPattern().
Method in interface java.telephony.phone.events.RingerPatternEv
- Returns the pattern of the ringer.
- getRingerVolume().
Method in interface java.telephony.phone.PhoneRinger
- Returns the current ringer volume.
- getRouteableAddresses().
Method in interface java.telephony.callcenter.CallCenterProvider
- Returns the list of Addresses routeable by the provider.
- getRouteAddress().
Method in interface java.telephony.callcenter.events.RouteCallbackEndedEvent
- This returns the RouteAddress that the route service was for.
- getRouteAddress().
Method in interface java.telephony.callcenter.RouteSession
- This returns the RouteAddress that the application has
registered to route calls for.
- getRouteCallback().
Method in interface java.telephony.callcenter.RouteAddress
- An application uses this method to get all registrations
to route calls for this Address.
- getRouteSelectAlgorithm().
Method in interface java.telephony.callcenter.events.RouteEvent
- This returns the route select algorithm being used.
- getRouteSession().
Method in interface java.telephony.callcenter.events.RouteSessionEvent
- This returns the RouteSession object to be used
to handle the event.
- getRouteUsed().
Method in interface java.telephony.callcenter.events.RouteUsedEvent
- This returns the final destination Terminal.
- getServices().
Method in interface java.telephony.JtapiPeer
- Returns the services that this implementation supports.
- getSetupInformation().
Method in interface java.telephony.callcenter.events.RouteEvent
- This returns the ISDN call setup message when available.
- getSpecificCaller().
Method in class java.telephony.callcontrol.CallControlForwarding
- If the filter for this forwarding instruction is SPECIFIC_ADDRESS, then
this method returns that calling address to which this filter applies.
- getState().
Method in interface java.telephony.callcenter.events.ACDAddrEv
- This returns the Agent's state.
- getState().
Method in class java.telephony.callcenter.Agent
- This returns this Agent's state in the
ACDAddress specified in the object.
- getState().
Method in interface java.telephony.callcenter.events.AgentTermEv
- This returns the Agent's state.
- getState().
Method in interface java.telephony.Call
- Returns the current state of the telephone call.
- getState().
Method in interface java.telephony.Connection
- Returns the current state of the Connection.
- getState().
Method in class java.telephony.InvalidStateException
- Returns the state of the object.
- getState().
Method in interface java.telephony.Provider
- Returns the current state of the Provider, either Provider.IN_SERVICE,
Provider.OUT_OF_SERVICE, or Provider.SHUTDOWN.
- getState().
Method in interface java.telephony.callcenter.RouteSession
- An application uses this method to get the state of a route
session.
- getState().
Method in interface java.telephony.TerminalConnection
- Returns the state of the TerminalConnection object.
- getSupportedModes().
Method in interface java.telephony.phone.PhoneLamp
- Returns an array of supported lamp modes.
- getTerminal().
Method in interface java.telephony.events.TermEv
- Returns the Terminal associated with this TermEv.
- getTerminal().
Method in interface java.telephony.TerminalConnection
- Returns the Terminal associated with this TerminalConnection object.
- getTerminal(String).
Method in interface java.telephony.Provider
- Returns an instance of the Terminal class which corresponds to the
given name.
- getTerminalCapabilities(Terminal).
Method in interface java.telephony.Provider
- Gets the TerminalCapabilities object with respect to a Terminal.
- getTerminalCapabilities(Terminal, Address).
Method in interface java.telephony.Terminal
- Gets the TerminalConnectionCapabilities object with respect to a Terminal and an
Address.
- getTerminalConnection().
Method in interface java.telephony.events.TermConnEv
- Get the TerminalConnection which generated this event.
- getTerminalConnectionCapabilities(Terminal).
Method in interface java.telephony.Provider
- Gets the TerminalConnectionCapabilities of a Terminal.
- getTerminalConnectionCapabilities(Terminal, Address).
Method in interface java.telephony.TerminalConnection
- Gets the TerminalConnectionCapabilities object with respect to a Terminal and an
Address.
- getTerminalConnections().
Method in interface java.telephony.Connection
- Returns an array of TerminalConnections associated with this Connection.
- getTerminalConnections().
Method in interface java.telephony.Terminal
- Returns an array of TerminalConnection objects associated with this
Terminal.
- getTerminals().
Method in interface java.telephony.Address
- Returns an array of Terminals associated with this Address object.
- getTerminals().
Method in interface java.telephony.Provider
- Returns a list of Terminals associated with the Provider and within the
Provider's domain.
- getTransferController().
Method in interface java.telephony.callcontrol.CallControlCall
- Gets the TerminalConnection which is current acting as the "transfer
controller." The transfer controller is a TerminalConnection on a
telephone Call object whose Terminal is also part of another telephone
call.
- getTransferEnable().
Method in interface java.telephony.callcontrol.CallControlCall
- Return true if transfering is enabled, false otherwise.
- getTrunks().
Method in interface java.telephony.callcenter.events.ACDAddrEv
- Returns an array of all Trunks currently being used for this Call.
- getTrunks().
Method in interface java.telephony.callcenter.events.CallCentCallEv
- Returns an array of all Trunks currently being used for this Call.
- getTrunks().
Method in interface java.telephony.callcenter.CallCenterCall
- Returns an array of all Trunks currently being used for this Call.
- getType().
Method in class java.telephony.callcenter.CallCenterTrunk
- Returns the type of trunk, either unknown, incoming or
outgoing.
- getType().
Method in class java.telephony.callcontrol.CallControlForwarding
- Returns the type of this forwarding instruction, either unconditionally,
upon no answer, or upon busy.
- getType().
Method in interface java.telephony.phone.ComponentGroup
- Returns the type of group, either HEAD_SET, HAND_SET, SPEAKER_PHONE,
PHONE_SET or OTHER.
- getType().
Method in class java.telephony.InvalidPartyException
- Returns the type of party.
- getType().
Method in class java.telephony.PrivilegeViolationException
- Returns the type.
- getType().
Method in class java.telephony.ResourceUnavailableException
- Returns the type.
- getVolume().
Method in interface java.telephony.phone.PhoneSpeaker
- Returns the volume of the speaker.
- getVolume().
Method in interface java.telephony.phone.events.RingerVolumeEv
- Returns the volume of the ringer.
- getVolume().
Method in interface java.telephony.phone.events.SpeakerVolumeEv
- Returns the volume of the speaker.
- HAND_SET.
Static variable in interface java.telephony.phone.ComponentGroup
- The component group is of type HAND_SET.
- HEAD_SET.
Static variable in interface java.telephony.phone.ComponentGroup
- The component group is of type HEAD_SET.
- HELD.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The HELD state variable.
- hold().
Method in interface java.telephony.callcontrol.CallControlTerminalConnection
- Places a TerminalConnection on hold with respect to the telephone call
of which it is a part.
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrBusyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrLoggedOffEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrLoggedOnEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrNotReadyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrReadyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrUnknownEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrWorkNotReadyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.ACDAddrWorkReadyEv
- Event id
- ID.
Static variable in interface java.telephony.events.AddrObservationEndedEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermBusyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermLoggedOffEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermLoggedOnEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermNotReadyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermReadyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermUnknownEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermWorkNotReadyEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.AgentTermWorkReadyEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.ButtonInfoEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.ButtonPressEv
- Event id
- ID.
Static variable in interface java.telephony.events.CallActiveEv
- Event id
- ID.
Static variable in interface java.telephony.callcenter.events.CallCentCallAppDataEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlAddrDoNotDisturbEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlAddrForwardEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlAddrMessageWaitingEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnAlertingEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnDialingEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnDisconnectedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnEstablishedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnFailedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnInitiatedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnNetworkAlertingEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnNetworkReachedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnOfferedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnQueuedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlConnUnknownEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnBridgedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnDroppedEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnHeldEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnInUseEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnRingingEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnTalkingEv
- Event id
- ID.
Static variable in interface java.telephony.callcontrol.events.CallCtlTermConnUnknownEv
- Event id
- ID.
Static variable in interface java.telephony.events.CallInvalidEv
- Event id
- ID.
Static variable in interface java.telephony.events.CallObservationEndedEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnAlertingEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnConnectedEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnCreatedEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnDisconnectedEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnFailedEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnInProgressEv
- Event id
- ID.
Static variable in interface java.telephony.events.ConnUnknownEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.DisplayUpdateEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.HookswitchStateEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.LampModeEv
- Event id
- ID.
Static variable in interface java.telephony.media.events.MediaTermConnAvailableEv
- Event id
- ID.
Static variable in interface java.telephony.media.events.MediaTermConnDtmfEv
- Event id
- ID.
Static variable in interface java.telephony.media.events.MediaTermConnStateEv
- Event id
- ID.
Static variable in interface java.telephony.media.events.MediaTermConnUnavailableEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.MicrophoneGainEv
- Event id
- ID.
Static variable in interface java.telephony.events.ProvInServiceEv
- Event id
- ID.
Static variable in interface java.telephony.events.ProvObservationEndedEv
- Event id
- ID.
Static variable in interface java.telephony.events.ProvOutOfServiceEv
- Event id
- ID.
Static variable in interface java.telephony.events.ProvShutdownEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.RingerPatternEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.RingerVolumeEv
- Event id
- ID.
Static variable in interface java.telephony.phone.events.SpeakerVolumeEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermConnActiveEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermConnCreatedEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermConnDroppedEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermConnPassiveEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermConnRingingEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermConnUnknownEv
- Event id
- ID.
Static variable in interface java.telephony.events.TermObservationEndedEv
- Event id
- IDLE.
Static variable in interface java.telephony.Call
- The Call.IDLE state indicates the Call has zero Connections.
- IDLE.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The IDLE state variable.
- IDLE.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The IDLE state variable.
- IDLE.
Static variable in interface java.telephony.Connection
- The Connection.IDLE state is the initial state for all new Connections.
- IDLE.
Static variable in interface java.telephony.TerminalConnection
- The IDLE state is the initial state for all TerminalConnection objects.
- IN_SERVICE.
Static variable in interface java.telephony.Provider
- The Provider.IN_SERVICE state indicates that a Provider is currentl
available for use.
- INCOMING_TRUNK.
Static variable in class java.telephony.callcenter.CallCenterTrunk
- Trunk type: The Trunk Interface is incoming.
- INITIATED.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The INITIATED state variable.
- INPROGRESS.
Static variable in interface java.telephony.Connection
- The Connection.INPROGRESS state implies that the Connection, which
represents the destination end of a telephone call, is in the process of
contacting the destination side.
- INTERNAL_CALLS.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding filter: apply instruction to calls
originating from the provider domain
- INUSE.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The INUSE state variable.
- INVALID.
Static variable in interface java.telephony.Call
-
The Call.INVALID state indicates the Call has lost all of its Connections.
- InvalidArgumentException().
Constructor for class java.telephony.InvalidArgumentException
- Constructor with no string.
- InvalidArgumentException(String).
Constructor for class java.telephony.InvalidArgumentException
- Constructor which takes a string description.
- InvalidObjectException(Object, int).
Constructor for class java.telephony.InvalidObjectException
- Constructor with no string.
- InvalidObjectException(Object, int, String).
Constructor for class java.telephony.InvalidObjectException
- Constructor which takes a string description.
- InvalidPartyException(int).
Constructor for class java.telephony.InvalidPartyException
- Constructor with no string.
- InvalidPartyException(int, String).
Constructor for class java.telephony.InvalidPartyException
- Constructor which takes a string description.
- InvalidStateException(Object, int, int).
Constructor for class java.telephony.InvalidStateException
- Constructor with no string.
- InvalidStateException(Object, int, int, String).
Constructor for class java.telephony.InvalidStateException
- Constructor which takes a string description.
- isNewMetaEvent().
Method in interface java.telephony.events.Ev
-
- isObservable().
Method in interface java.telephony.capabilities.AddressCapabilities
-
- isObservable().
Method in interface java.telephony.capabilities.CallCapabilities
-
- isObservable().
Method in interface java.telephony.capabilities.ProviderCapabilities
-
return TRUE if this Provider is observable
- isObservable().
Method in interface java.telephony.capabilities.TerminalCapabilities
-
- isRingerOn().
Method in interface java.telephony.phone.PhoneRinger
- Returns true if the ringer is on, false otherwise.
- join().
Method in interface java.telephony.callcontrol.CallControlTerminalConnection
- Makes a TerminalConnection which is bridged with a telephone call active
on that
telephone call.
- JtapiPeerUnavailableException().
Constructor for class java.telephony.JtapiPeerUnavailableException
- Constructor with no string.
- JtapiPeerUnavailableException(String).
Constructor for class java.telephony.JtapiPeerUnavailableException
- Constructor which takes a string description.
- LAMPMODE_BROKENFLUTTER.
Static variable in interface java.telephony.phone.PhoneLamp
- The lamp mode is BROKENFLUTTER, which is the superposition of flash and
flutter.
- LAMPMODE_FLASH.
Static variable in interface java.telephony.phone.PhoneLamp
- The lamp mode is FLASH, which means slow on and off.
- LAMPMODE_FLUTTER.
Static variable in interface java.telephony.phone.PhoneLamp
- The lamp mode is FLUUTER, which means fast on and off.
- LAMPMODE_OFF.
Static variable in interface java.telephony.phone.PhoneLamp
- The lamp mode is OFF.
- LAMPMODE_STEADY.
Static variable in interface java.telephony.phone.PhoneLamp
- The lamp is STEADY, which means continuously lit.
- LAMPMODE_WINK.
Static variable in interface java.telephony.phone.PhoneLamp
- The lamp mode is WINK.
- leave().
Method in interface java.telephony.callcontrol.CallControlTerminalConnection
- Takes a TerminalConnection which is active in a telephone call and places
it back
into the bridged state.
- LOG_IN.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal has
logged into an ACDAddress it reports the AgentTerminal's
state as LOG_IN.
- LOG_OUT.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal has
logged out of an ACDAddress it reports the AgentTerminal's
state as LOG_OUT.
- MAX_RINGS.
Static variable in interface java.telephony.callcenter.CallCenterCall
- Maximum number of rings allowed before classifying the call as no
answer.
- META_CALL_ADDITIONAL_PARTY.
Static variable in interface java.telephony.events.Ev
- Meta-code description for addition of a party to call.
- META_CALL_ENDING.
Static variable in interface java.telephony.events.Ev
- Meta-code description for the entire call ending.
- META_CALL_MERGING.
Static variable in interface java.telephony.events.Ev
- Meta-code description for an action of merging two calls.
- META_CALL_PROGRESS.
Static variable in interface java.telephony.events.Ev
-
- META_CALL_REMOVING_PARTY.
Static variable in interface java.telephony.events.Ev
- Meta-code description for a party leaving the call.
- META_CALL_STARTING.
Static variable in interface java.telephony.events.Ev
-
- META_CALL_TRANFERRING.
Static variable in interface java.telephony.events.Ev
- Meta-code description for an action of transfering one call to another.
- MethodNotSupportedException().
Constructor for class java.telephony.MethodNotSupportedException
- Constructor with no string.
- MethodNotSupportedException(String).
Constructor for class java.telephony.MethodNotSupportedException
- Constructor which takes a string description.
- MID.
Static variable in interface java.telephony.phone.PhoneMicrophone
- The microphone gain is MID.
- MID.
Static variable in interface java.telephony.phone.PhoneSpeaker
- Speaker volume definition for the middle volume.
- MIDDLE.
Static variable in interface java.telephony.phone.PhoneRinger
- Ringer volume definition for the middle volume.
- MIN_RINGS.
Static variable in interface java.telephony.callcenter.CallCenterCall
- Minimum number of rings allowed before classifying the call as no
answer.
- MUTE.
Static variable in interface java.telephony.phone.PhoneMicrophone
- The microphone gain is MUTE.
- MUTE.
Static variable in interface java.telephony.phone.PhoneSpeaker
- Speaker volume definition for muting.
- NETWORK_ALERTING.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- the NETWORK_ALERTING state variable.
- NETWORK_REACHED.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The NETWORK_REACHED state variable.
- NO_DIALTONE.
Static variable in class java.telephony.ResourceUnavailableException
-
- NOT_READY.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal is
busy with tasks other than servicing calls it reports the
AgentTerminal's state as NOT_READY.
- OBSERVER_LIMIT_EXCEEDED.
Static variable in class java.telephony.ResourceUnavailableException
- The number of observers existing already reached the limit.
- OFF.
Static variable in interface java.telephony.phone.PhoneRinger
- Ringer volume definition for the ringer off.
- OFF_HOOK.
Static variable in interface java.telephony.phone.PhoneHookswitch
- The Hookswitch is OFF_HOOK.
- OFFERING.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The OFFERING state variable.
- offHook(Address, Terminal).
Method in interface java.telephony.callcontrol.CallControlCall
- Takes the originating end of a telephone call off-hook.
- ON_HOOK.
Static variable in interface java.telephony.phone.PhoneHookswitch
- The Hookswitch is ON_HOOK.
- ORIGINATING_PARTY.
Static variable in class java.telephony.InvalidPartyException
- Indicates that the originating party was invalid.
- ORIGINATOR_UNAVAILABLE.
Static variable in class java.telephony.ResourceUnavailableException
- The originating device was not available for this action.
- ORIGINATOR_VIOLATION.
Static variable in class java.telephony.PrivilegeViolationException
- A privilege violation occurred on the originator
- OTHER.
Static variable in interface java.telephony.phone.ComponentGroup
- The component group is of type OTHER.
- OUT_OF_SERVICE.
Static variable in interface java.telephony.Provider
-
The Provider.OUT_OF_SERVICE state indicates that a Provider is temporarily
not available for use.
- OUTGOING_TRUNK.
Static variable in class java.telephony.callcenter.CallCenterTrunk
- Trunk type: The Trunk interface is outgoing.
- OUTSTANDING_METHOD_EXCEEDED.
Static variable in class java.telephony.ResourceUnavailableException
- The internal resources to handle another method have been exceeded.
- park(String).
Method in interface java.telephony.callcontrol.CallControlConnection
- Parks an active Connection to another Address.
- PASSIVE.
Static variable in interface java.telephony.TerminalConnection
- The PASSIVE state indicates that a Terminal is part of a telephone call
but not in an active fashion.
- PHONE_SET.
Static variable in interface java.telephony.phone.ComponentGroup
- The componet group is of type PHONE_SET.
- pickup(Address, Address).
Method in interface java.telephony.callcontrol.CallControlTerminal
- pickup() is analogous to TerminalConnection.answer().
- pickup(Connection, Address).
Method in interface java.telephony.callcontrol.CallControlTerminal
- pickup() is analogous to TerminalConnection.answer().
- pickup(TerminalConnection, Address).
Method in interface java.telephony.callcontrol.CallControlTerminal
- pickup() is analogous to TerminalConnection.answer().
- pickupFromGroup(Address).
Method in interface java.telephony.callcontrol.CallControlTerminal
- pickupFromGroup() is analogous to TerminalConnection.answer().
- pickupFromGroup(String, Address).
Method in interface java.telephony.callcontrol.CallControlTerminal
- pickupFromGroup() is analogous to TerminalConnection.answer().
- PlatformException().
Constructor for class java.telephony.PlatformException
- Constructor with no string.
- PlatformException(String).
Constructor for class java.telephony.PlatformException
- Constructor which takes a string description.
- PLAYING.
Static variable in interface java.telephony.media.MediaTerminalConnection
- There is currently playing on this terminal connection
- PrivilegeViolationException(int).
Constructor for class java.telephony.PrivilegeViolationException
- Constructor, take a type but no string.
- PrivilegeViolationException(int, String).
Constructor for class java.telephony.PrivilegeViolationException
- Constructor, takes a type and a string.
- PROVIDER_OBJECT.
Static variable in class java.telephony.InvalidObjectException
- The invalid object in question is the Provider
- PROVIDER_OBJECT.
Static variable in class java.telephony.InvalidStateException
- The invalid object in question is the Provider
- providerChangedEvent(ProvEv[]).
Method in interface java.telephony.ProviderObserver
- Reports all events on the ProviderObserver interface.
- ProviderUnavailableException().
Constructor for class java.telephony.ProviderUnavailableException
- Constructor with no string.
- ProviderUnavailableException(String).
Constructor for class java.telephony.ProviderUnavailableException
- Constructor which takes a string description.
- QUEUED.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The QUEUED state variable.
- RE_ROUTE.
Static variable in interface java.telephony.callcenter.RouteSession
- The RouteSession object transitions to the RE_ROUTE state when
the provider requests the application to select another route
for a call.
- READY.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal is
ready to service calls it reports the
AgentTerminal's state as READY.
- RECORDING.
Static variable in interface java.telephony.media.MediaTerminalConnection
- There is currently recording on this terminal connection
- redirect(String).
Method in interface java.telephony.callcontrol.CallControlConnection
- Redirects a telephone call to another telephone number.
- registerRouteCallback(RouteCallback).
Method in interface java.telephony.callcenter.RouteAddress
- An application uses this method to register to route calls
for this Address.
- reject().
Method in interface java.telephony.callcontrol.CallControlConnection
- Rejects a telephone call.
- removeCallObserver(CallObserver).
Method in interface java.telephony.Address
- Removes the given CallObserver from the Address.
- removeCallObserver(CallObserver).
Method in interface java.telephony.Terminal
- Removes the given CallObserver from the Terminal.
- removeObserver(AddressObserver).
Method in interface java.telephony.Address
- Removes the given observer from the Address.
- removeObserver(CallObserver).
Method in interface java.telephony.Call
- Removes the given observer from the Call.
- removeObserver(ProviderObserver).
Method in interface java.telephony.Provider
- Removes the given observer from the Provider.
- removeObserver(TerminalObserver).
Method in interface java.telephony.Terminal
- Removes the given observer from the Terminal.
- reRouteEvent(RouteSessionEvent).
Method in interface java.telephony.callcenter.RouteCallback
- The reRouteEvent method is called by the provider
when it wants the application to select another
destination for the call.
- ResourceUnavailableException(int).
Constructor for class java.telephony.ResourceUnavailableException
- Constructor, take a type but no string.
- ResourceUnavailableException(int, String).
Constructor for class java.telephony.ResourceUnavailableException
- Constructor, takes a type and a string.
- RINGING.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The RINGING state variable.
- RINGING.
Static variable in interface java.telephony.TerminalConnection
- The RINGING state indicates the a Terminal is ringing, indicating that the
Terminal has an incoming Call.
- ROUTE.
Static variable in interface java.telephony.callcenter.RouteSession
- The RouteSession object transitions to the ROUTE state when
the provider requests the application to route a call.
- ROUTE_CALLBACK_ENDED.
Static variable in interface java.telephony.callcenter.RouteSession
- The RouteSession object transitions to the ROUTE_CALLBACK_ENDED
state when the provider informs the application of the
termination of a previous registration of a route callback.
- ROUTE_END.
Static variable in interface java.telephony.callcenter.RouteSession
- The RouteSession object transitions to the ROUTE_END state
when the provider informs the application of termination
of a RouteSession.
- ROUTE_USED.
Static variable in interface java.telephony.callcenter.RouteSession
- The RouteSession object transitions to the ROUTE_USED state
when the provider informs the application of the destination
of a call the application helped to route.
- routeCallbackEndedEvent(RouteCallbackEndedEvent).
Method in interface java.telephony.callcenter.RouteCallback
- The routeCallbackEndedEvent method is called by the
provider to inform the application of the termination
of a previous registration by the application to route
calls for a RouteAddress.
- routeEndEvent(RouteEndEvent).
Method in interface java.telephony.callcenter.RouteCallback
- The routeEndEvent method is called by the provider
to inform the application of the termination of a
RouteSession.
- routeEvent(RouteEvent).
Method in interface java.telephony.callcenter.RouteCallback
- The routeEvent method is called by the provider
when it wants the application to route a call.
- routeUsedEvent(RouteUsedEvent).
Method in interface java.telephony.callcenter.RouteCallback
- The routeUsedEvent method is called by the provider
to inform the application of the actual destination
of a call, that the application helped to route.
- SELECT_ACD.
Static variable in interface java.telephony.callcenter.events.RouteEvent
- Select a route to an ACDAddress.
- SELECT_EMERGENCY.
Static variable in interface java.telephony.callcenter.events.RouteEvent
- Select an emergency route.
- SELECT_LEAST_COST.
Static variable in interface java.telephony.callcenter.events.RouteEvent
- Select a least cost route.
- SELECT_NORMAL.
Static variable in interface java.telephony.callcenter.events.RouteEvent
- Select a normal route.
- SELECT_USER_DEFINED.
Static variable in interface java.telephony.callcenter.events.RouteEvent
- Select a user defined route.
- selectRoute(String[]).
Method in interface java.telephony.callcenter.RouteSession
- An application uses this method to send back a selected route.
- sendPrivateData(Object).
Method in interface java.telephony.privatedata.PrivateData
- Immediately performs some platform-specific action.
- setACDAddress(ACDAddress).
Method in class java.telephony.callcenter.Agent
- This sets the ACDAddress this Agent intends
to log in to or is already logged into.
- setAgentAddress(Address).
Method in class java.telephony.callcenter.Agent
- This sets the Agent's Address that is associated
with the given AgentTerminal.
- setAgentID(String).
Method in class java.telephony.callcenter.Agent
- This sets this Agent's ID.
- setAgents(Agent[]).
Method in interface java.telephony.callcenter.AgentTerminal
- This method either adds an Agent to this AgentTerminal in the
state specified or changes the state of a previously added Agent
or removes a previously added Agent.
- setApplicationData(Object).
Method in interface java.telephony.callcenter.CallCenterCall
- This method associates application specific data with a call.
- setConferenceController(TerminalConnection).
Method in interface java.telephony.callcontrol.CallControlCall
- Sets the TerminalConnection which is current acting as the "conference
controller." The conference controller is a TerminalConnection on a
telephone Call object whose Terminal is also part of another telephone
call.
- setConferenceEnable(boolean).
Method in interface java.telephony.callcontrol.CallControlCall
- Controls whether this Call object is permitted or able to perform
the conferencing feature.
- setDisplay(String, int, int).
Method in interface java.telephony.phone.PhoneDisplay
- Displays the given string starting at coordinates (x, y).
- setDoNotDisturb(boolean).
Method in interface java.telephony.callcontrol.CallControlAddress
- Specifices whether the do not disturb feature should be turned on for
this address.
- setDoNotDisturb(boolean).
Method in interface java.telephony.callcontrol.CallControlTerminal
- Specifices whether the do not disturb feature should be turned on for
this terminal.
- setDtmfDetection(boolean).
Method in interface java.telephony.media.MediaTerminalConnection
-
- setForwarding(CallControlForwarding[]).
Method in interface java.telephony.callcontrol.CallControlAddress
- Sets the forwarding characteristics for this telephony Address.
- setGain(int).
Method in interface java.telephony.phone.PhoneMicrophone
- Sets the microphone gain to a value between MUTE and FULL, inclusive.
- setHookSwitch(int).
Method in interface java.telephony.phone.PhoneHookswitch
- Sets the state of the hookswitch to either ON_HOOK or OFF_HOOK.
- setInfo(String).
Method in interface java.telephony.phone.PhoneButton
- Sets button information.
- setMessageWaiting(boolean).
Method in interface java.telephony.callcontrol.CallControlAddress
- Specifices whether the message waiting feature should be turned on for
this address.
- setMode(int).
Method in interface java.telephony.phone.PhoneLamp
- Sets the current lamp mode to a mode supported by the lamp and
returns by getSupportedModes().
- setPasswd(String).
Method in class java.telephony.callcenter.Agent
- This sets this Agent's password.
- setPrivateData(Object).
Method in interface java.telephony.privatedata.PrivateData
- Associates some platform-specific data with the next method that is
invoked on the object for which this PrivateData interface is implemented.
- setRingerPattern(int).
Method in interface java.telephony.phone.PhoneRinger
- Set the ringer pattern given an valid index number returned by
getNumberOfRingPatterns().
- setRingerVolume(int).
Method in interface java.telephony.phone.PhoneRinger
- Sets the ringer volume between ZERO or FULL, inclusive.
- setState(int).
Method in class java.telephony.callcenter.Agent
- This sets this Agent's state.
- setTransferController(TerminalConnection).
Method in interface java.telephony.callcontrol.CallControlCall
- Sets the TerminalConnection which is current acting as the "transfer
controller." The transfer controller is a TerminalConnection on a
telephone Call object whose Terminal is also part of another telephone
call.
- setTransferEnable(boolean).
Method in interface java.telephony.callcontrol.CallControlCall
- Controls whether this Call object is permitted or able to perform
the transfering feature.
- setVolume(int).
Method in interface java.telephony.phone.PhoneSpeaker
- Sets the speaker or handset volume.
- SHUTDOWN.
Static variable in interface java.telephony.Provider
- The SHUTDOWN state indicates that a Provider is permanently no longer
available for use.
- shutdown().
Method in interface java.telephony.Provider
- Instructs the Provider to shut itself down and perform all neccessary
cleanup.
- size().
Method in interface java.telephony.phone.PhoneGraphicDisplay
- Returns the size of the display.
- SPEAKER_PHONE.
Static variable in interface java.telephony.phone.ComponentGroup
- The component group is of type SPEAKER_PHONE.
- SPECIFIC_ADDRESS.
Static variable in class java.telephony.callcontrol.CallControlForwarding
- Forwarding filter: apply instruction to calls
originating from a specific address
- startPlaying().
Method in interface java.telephony.media.MediaTerminalConnection
- Start the playing.
- startRecording().
Method in interface java.telephony.media.MediaTerminalConnection
- Start the recording.
- stopPlaying().
Method in interface java.telephony.media.MediaTerminalConnection
- Stop the playing.
- stopRecording().
Method in interface java.telephony.media.MediaTerminalConnection
- Stop the recording.
- TALKING.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The TALKING state variable.
- TERMINAL_CONNECTION_OBJECT.
Static variable in class java.telephony.InvalidObjectException
- The invalid object in question is the TerminalConnection
- TERMINAL_CONNECTION_OBJECT.
Static variable in class java.telephony.InvalidStateException
- The invalid object in question is the Terminal Connection
- TERMINAL_OBJECT.
Static variable in class java.telephony.InvalidObjectException
- The invalid object in question is the Terminal
- TERMINAL_OBJECT.
Static variable in class java.telephony.InvalidStateException
- The invalid object in question is the Terminal
- terminalChangedEvent(TermEv[]).
Method in interface java.telephony.TerminalObserver
- Reports all events on the TerminalObserver interface.
- transfer(Call).
Method in interface java.telephony.callcontrol.CallControlCall
- This flavor of the transfer() method transfer all parties currently
associated with the Call to another telephone Call.
- transfer(String).
Method in interface java.telephony.callcontrol.CallControlCall
- This flavor of the transfer() method transfer all parties currently
associated with the Call to another telephony number address.
- TRUNK_LIMIT_EXCEEDED.
Static variable in class java.telephony.ResourceUnavailableException
- The number of trunks which are currently in use has been
exceeded.
- UNAVAILABLE.
Static variable in interface java.telephony.media.MediaTerminalConnection
- Media is currently not available on this terminal connection
- unhold().
Method in interface java.telephony.callcontrol.CallControlTerminalConnection
- Takes a TerminalConnection off hold with respect to the telephone call
of which it is a part.
- UNKNOWN.
Static variable in class java.telephony.callcenter.Agent
- When the provider is unable to determine the state of the
AgentTerminal it reports is at UNKNOWN.
- UNKNOWN.
Static variable in interface java.telephony.callcontrol.CallControlConnection
- The UNKNOWN state variable.
- UNKNOWN.
Static variable in interface java.telephony.callcontrol.CallControlTerminalConnection
- The UNKNOWN state variable.
- UNKNOWN.
Static variable in interface java.telephony.Connection
- The Connection.UNKNOWN state implies that the implementation is unable to
determine the current state of the Connection.
- UNKNOWN.
Static variable in class java.telephony.ResourceUnavailableException
- Indicates the specific reasons is unspecified.
- UNKNOWN.
Static variable in interface java.telephony.TerminalConnection
- The UNKNOWN state indicates that the implementation is unable to determine
the state of the TerminalConnection.
- UNKNOWN_TRUNK.
Static variable in class java.telephony.callcenter.CallCenterTrunk
- Trunk type: The Trunk interface is unknown.
- UNSPECIFIED_LIMIT_EXCEEDED.
Static variable in class java.telephony.ResourceUnavailableException
- An internal resource, unspecified by the implementation, has been
exceeded.
- useDefaultMicrophone().
Method in interface java.telephony.media.MediaTerminalConnection
- Instructs the terminal connection to use the default microphone for
playing to the telephone line.
- useDefaultSpeaker().
Method in interface java.telephony.media.MediaTerminalConnection
- Instructs the terminal connection to use the default speaker for
recording from the telephone line.
- usePlayURL(URL).
Method in interface java.telephony.media.MediaTerminalConnection
- Instructs the terminal connection to use a file for playing to
the telephone line.
- USER_RESPONSE.
Static variable in class java.telephony.ResourceUnavailableException
-
- useRecordURL(URL).
Method in interface java.telephony.media.MediaTerminalConnection
- Instructs the terminal connection to use a file for recording from
the telephone line.
- WORK_NOT_READY.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal has been
disconnected from a call and is busy handling tasks associated
with a call and is not available to service calls it reports
the AgentTerminal's state as WORK_NOT_READY.
- WORK_READY.
Static variable in class java.telephony.callcenter.Agent
- When the provider determines that the AgentTerminal has been
disconnected from a call and is busy handling tasks associated
with a call and is available to service calls it reports
the AgentTerminal's state as WORK_READY.