|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.ilink.cti.cstajtapi.AddressImpl
public class AddressImpl
Implementation of a JTAPI Address object based on a CSTADevice object.
(c) 2002,2003 ilink Kommunikationssysteme GmbH
Field Summary |
---|
Fields inherited from interface de.ilink.cti.cstajtapi.extensions.ExtendedAddress |
---|
DEVICE_STATE_IN_SERVICE, DEVICE_STATE_OUT_OF_SERVICE, DEVICE_STATE_UNKNOWN |
Method Summary | |
---|---|
void |
addAddressListener(javax.telephony.AddressListener arg0)
|
void |
addCallListener(javax.telephony.CallListener aListener)
|
void |
addCallObserver(javax.telephony.CallObserver anObserver)
|
void |
addObserver(javax.telephony.AddressObserver arg0)
|
void |
cancelForwarding()
|
javax.telephony.capabilities.AddressCapabilities |
getAddressCapabilities(javax.telephony.Terminal arg0)
Deprecated. |
javax.telephony.AddressListener[] |
getAddressListeners()
|
javax.telephony.CallListener[] |
getCallListeners()
|
javax.telephony.CallObserver[] |
getCallObservers()
|
javax.telephony.capabilities.AddressCapabilities |
getCapabilities()
|
javax.telephony.Connection[] |
getConnections()
|
protected de.ilink.cti.cstajtapi.interfaces.JTCSTADevice |
getDevice()
|
int |
getDeviceState()
Returns the deviceState. |
de.ilink.cti.cstajtapi.events.SynchronousCallEventDispatcher |
getDispatchingAddressObserver()
|
boolean |
getDoNotDisturb()
|
javax.telephony.callcontrol.CallControlForwarding[] |
getForwarding()
|
boolean |
getMessageWaiting()
|
java.lang.String |
getName()
|
javax.telephony.AddressObserver[] |
getObservers()
|
javax.telephony.Provider |
getProvider()
|
javax.telephony.Terminal[] |
getTerminals()
|
void |
removeAddressListener(javax.telephony.AddressListener arg0)
|
void |
removeCallListener(javax.telephony.CallListener aListener)
|
void |
removeCallObserver(javax.telephony.CallObserver anObserver)
|
void |
removeObserver(javax.telephony.AddressObserver arg0)
|
protected void |
setDeviceState(int deviceState)
Sets the deviceState. |
void |
setDoNotDisturb(boolean arg0)
|
void |
setForwarding(javax.telephony.callcontrol.CallControlForwarding[] arg0)
|
void |
setMessageWaiting(boolean arg0)
|
java.lang.String |
toString()
|
protected void |
transformToAddressEndedState()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
getName
in interface javax.telephony.Address
Address.getName()
public javax.telephony.Provider getProvider()
getProvider
in interface javax.telephony.Address
Address.getProvider()
public javax.telephony.Terminal[] getTerminals()
getTerminals
in interface javax.telephony.Address
Address.getTerminals()
public javax.telephony.Connection[] getConnections()
getConnections
in interface javax.telephony.Address
Address.getConnections()
public void addObserver(javax.telephony.AddressObserver arg0) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
addObserver
in interface javax.telephony.Address
javax.telephony.ResourceUnavailableException
javax.telephony.MethodNotSupportedException
Address.addObserver(AddressObserver)
public javax.telephony.AddressObserver[] getObservers()
getObservers
in interface javax.telephony.Address
Address.getObservers()
public void removeObserver(javax.telephony.AddressObserver arg0)
removeObserver
in interface javax.telephony.Address
Address.removeObserver(AddressObserver)
public void addCallObserver(javax.telephony.CallObserver anObserver) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
addCallObserver
in interface javax.telephony.Address
javax.telephony.ResourceUnavailableException
javax.telephony.MethodNotSupportedException
Address.addCallObserver(CallObserver)
public javax.telephony.CallObserver[] getCallObservers()
getCallObservers
in interface javax.telephony.Address
Address.getCallObservers()
public void removeCallObserver(javax.telephony.CallObserver anObserver)
removeCallObserver
in interface javax.telephony.Address
Address.removeCallObserver(CallObserver)
public javax.telephony.capabilities.AddressCapabilities getCapabilities()
getCapabilities
in interface javax.telephony.Address
Address.getCapabilities()
public javax.telephony.capabilities.AddressCapabilities getAddressCapabilities(javax.telephony.Terminal arg0) throws javax.telephony.InvalidArgumentException, javax.telephony.PlatformException
getAddressCapabilities
in interface javax.telephony.Address
javax.telephony.InvalidArgumentException
javax.telephony.PlatformException
Address.getAddressCapabilities(Terminal)
public void addAddressListener(javax.telephony.AddressListener arg0) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
addAddressListener
in interface javax.telephony.Address
javax.telephony.ResourceUnavailableException
javax.telephony.MethodNotSupportedException
Address.addAddressListener(AddressListener)
public javax.telephony.AddressListener[] getAddressListeners()
getAddressListeners
in interface javax.telephony.Address
Address.getAddressListeners()
public void removeAddressListener(javax.telephony.AddressListener arg0)
removeAddressListener
in interface javax.telephony.Address
Address.removeAddressListener(AddressListener)
public void addCallListener(javax.telephony.CallListener aListener) throws javax.telephony.ResourceUnavailableException, javax.telephony.MethodNotSupportedException
addCallListener
in interface javax.telephony.Address
javax.telephony.ResourceUnavailableException
javax.telephony.MethodNotSupportedException
Address.addCallListener(CallListener)
public javax.telephony.CallListener[] getCallListeners()
getCallListeners
in interface javax.telephony.Address
Address.getCallListeners()
public void removeCallListener(javax.telephony.CallListener aListener)
removeCallListener
in interface javax.telephony.Address
Address.removeCallListener(CallListener)
protected de.ilink.cti.cstajtapi.interfaces.JTCSTADevice getDevice()
protected void transformToAddressEndedState()
public de.ilink.cti.cstajtapi.events.SynchronousCallEventDispatcher getDispatchingAddressObserver()
public int getDeviceState()
getDeviceState
in interface ExtendedAddress
protected void setDeviceState(int deviceState)
deviceState
- The deviceState to setpublic void cancelForwarding() throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException
cancelForwarding
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
javax.telephony.InvalidStateException
public boolean getDoNotDisturb() throws javax.telephony.MethodNotSupportedException
getDoNotDisturb
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
public javax.telephony.callcontrol.CallControlForwarding[] getForwarding() throws javax.telephony.MethodNotSupportedException
getForwarding
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
public boolean getMessageWaiting() throws javax.telephony.MethodNotSupportedException
getMessageWaiting
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
public void setDoNotDisturb(boolean arg0) throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException
setDoNotDisturb
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
javax.telephony.InvalidStateException
public void setForwarding(javax.telephony.callcontrol.CallControlForwarding[] arg0) throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException, javax.telephony.InvalidArgumentException
setForwarding
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
javax.telephony.InvalidStateException
javax.telephony.InvalidArgumentException
public void setMessageWaiting(boolean arg0) throws javax.telephony.MethodNotSupportedException, javax.telephony.InvalidStateException
setMessageWaiting
in interface javax.telephony.callcontrol.CallControlAddress
javax.telephony.MethodNotSupportedException
javax.telephony.InvalidStateException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2002-2007, 2009, 2013, 2015-2019 by ilink Kommunikationssysteme GmbH
info@ilink.de