- All Known Subinterfaces:
- MobileProvider, NetworkSelection
- See Also:
JtapiPeer
,
JtapiPeerFactory
,
ProviderListener
public void addObserver(ProviderObserver observer)
throws ResourceUnavailableException,
MethodNotSupportedException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void addProviderListener(ProviderListener listener)
throws ResourceUnavailableException,
MethodNotSupportedException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Call createCall()
throws ResourceUnavailableException,
InvalidStateException,
PrivilegeViolationException,
MethodNotSupportedException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Address getAddress(java.lang.String number)
throws InvalidArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AddressCapabilities getAddressCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AddressCapabilities getAddressCapabilities(Terminal terminal)
throws InvalidArgumentException,
PlatformException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Address[] getAddresses()
throws ResourceUnavailableException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CallCapabilities getCallCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public CallCapabilities getCallCapabilities(Terminal terminal,
Address address)
throws InvalidArgumentException,
PlatformException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Call[] getCalls()
throws ResourceUnavailableException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProviderCapabilities getCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ConnectionCapabilities getConnectionCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ConnectionCapabilities getConnectionCapabilities(Terminal terminal,
Address address)
throws InvalidArgumentException,
PlatformException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String getName()
- See Also:
JtapiPeer
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProviderObserver[] getObservers()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProviderCapabilities getProviderCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProviderCapabilities getProviderCapabilities(Terminal terminal)
throws InvalidArgumentException,
PlatformException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ProviderListener[] getProviderListeners()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getState()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Terminal getTerminal(java.lang.String name)
throws InvalidArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TerminalCapabilities getTerminalCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TerminalCapabilities getTerminalCapabilities(Terminal terminal)
throws InvalidArgumentException,
PlatformException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TerminalConnectionCapabilities getTerminalConnectionCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public TerminalConnectionCapabilities getTerminalConnectionCapabilities(Terminal terminal)
throws InvalidArgumentException,
PlatformException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Terminal[] getTerminals()
throws ResourceUnavailableException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int IN_SERVICE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int OUT_OF_SERVICE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeObserver(ProviderObserver observer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeProviderListener(ProviderListener listener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int SHUTDOWN
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void shutdown()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples