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
RemoteException
void disassociateTheDevice(PModelHandle deviceModel, int mode) throws RemoteException
RemoteException
FList getConfigSlashBroadBand_mgr(PModelHandle deviceModel, FList preferedResults) throws RemoteException
RemoteException
PModelHandle getDeviceAttributes(PModelHandle deviceModel) throws RemoteException
RemoteException
boolean isDeviceTwoWay(PModelHandle deviceModel) throws RemoteException
RemoteException
String pollTheDevice(PModelHandle deviceModel, int mode) throws RemoteException
RemoteException
String clearThePin(PModelHandle deviceModel, int mode) throws RemoteException
RemoteException
String refreshTheDevice(PModelHandle deviceModel, boolean isReInitialization, int mode) throws RemoteException
RemoteException
void setDeviceAttributes(PModelHandle attibuteModel, PModelHandle deviceModel) throws RemoteException
RemoteException
String getSettopStatusFormat(boolean returnAllTheStatusesFlag) throws RemoteException
RemoteException
Vector getVendors() throws RemoteException
RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.