public interface PDeviceSettopBean extends Remote
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TRANSACTION_MODE |
static String |
NEWLINE |
static int |
TRANSACTION_MODE_CONFIRMED |
static int |
TRANSACTION_MODE_QUEUED |
| Modifier and Type | Method and Description |
|---|---|
void |
associateTheDevice(PModelHandle deviceModel,
PModelHandle servicesModel,
int mode) |
String |
clearThePin(PModelHandle deviceModel,
int mode) |
void |
disassociateTheDevice(PModelHandle deviceModel,
int mode) |
FList |
getConfigSlashBroadBand_mgr(PModelHandle deviceModel,
FList preferedResults) |
PModelHandle |
getDeviceAttributes(PModelHandle deviceModel) |
String |
getSettopStatusFormat(boolean returnAllTheStatusesFlag) |
Vector |
getVendors() |
boolean |
isDeviceTwoWay(PModelHandle deviceModel) |
String |
pollTheDevice(PModelHandle deviceModel,
int mode) |
String |
refreshTheDevice(PModelHandle deviceModel,
boolean isReInitialization,
int mode) |
void |
setDeviceAttributes(PModelHandle attibuteModel,
PModelHandle deviceModel) |
static final String NEWLINE
static final int TRANSACTION_MODE_QUEUED
static final int TRANSACTION_MODE_CONFIRMED
static final String DEFAULT_TRANSACTION_MODE
void associateTheDevice(PModelHandle deviceModel, PModelHandle servicesModel, int mode) throws RemoteException
RemoteExceptionvoid disassociateTheDevice(PModelHandle deviceModel, int mode) throws RemoteException
RemoteExceptionFList getConfigSlashBroadBand_mgr(PModelHandle deviceModel, FList preferedResults) throws RemoteException
RemoteExceptionPModelHandle getDeviceAttributes(PModelHandle deviceModel) throws RemoteException
RemoteExceptionboolean isDeviceTwoWay(PModelHandle deviceModel) throws RemoteException
RemoteExceptionString pollTheDevice(PModelHandle deviceModel, int mode) throws RemoteException
RemoteExceptionString clearThePin(PModelHandle deviceModel, int mode) throws RemoteException
RemoteExceptionString refreshTheDevice(PModelHandle deviceModel, boolean isReInitialization, int mode) throws RemoteException
RemoteExceptionvoid setDeviceAttributes(PModelHandle attibuteModel, PModelHandle deviceModel) throws RemoteException
RemoteExceptionString getSettopStatusFormat(boolean returnAllTheStatusesFlag) throws RemoteException
RemoteExceptionVector getVendors() throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.