|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotAuthorizedInterface
NotAuthorizedInterface shall be implemented by classes which can report failure to access broadcast content due to failure to descramble that content. The interface provides an ability for an application to find out some information about the reason for the failure.
Field Summary | |
---|---|
static int |
COMMERCIAL_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for payment |
static int |
ELEMENTARY_STREAM
The component to which access was refused was an MPEG elementary stream |
static int |
FREE_PREVIEW_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed to explain about free preview. |
static int |
GEOGRAPHICAL_BLACKOUT
Minor reason for NOT_POSSIBLE - not allowed for geographical reasons |
static int |
MATURITY_RATING
Minor reason for NOT_POSSIBLE - user does not have suitable maturity |
static int |
MATURITY_RATING_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for maturity |
static int |
NO_ENTITLEMENT
Minor reason for NOT_POSSIBLE - user does not have an entitlement |
static int |
NOT_POSSIBLE
Major reason - access not possible |
static int |
OTHER
Minor reason for both POSSIBLE_UNDER_CONDITIONS and NOT_POSSIBLE. |
static int |
POSSIBLE_UNDER_CONDITIONS
Major reason - access may be possible under certain conditions. |
static int |
SERVICE
The component to which access was refused was a MPEG Program/DVB Service |
static int |
TECHNICAL
Minor reason for NOT_POSSIBLE - a technical reason of some kind |
static int |
TECHNICAL_DIALOG
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for technical purposes. |
Method Summary | |
---|---|
int[] |
getReason(int index)
Returns the reason(s) why descrambling was not possible. |
int |
getType()
|
Field Detail |
---|
static final int POSSIBLE_UNDER_CONDITIONS
static final int NOT_POSSIBLE
static final int COMMERCIAL_DIALOG
static final int MATURITY_RATING_DIALOG
static final int TECHNICAL_DIALOG
static final int FREE_PREVIEW_DIALOG
static final int NO_ENTITLEMENT
static final int MATURITY_RATING
static final int TECHNICAL
static final int GEOGRAPHICAL_BLACKOUT
static final int OTHER
static final int SERVICE
getType()
,
Constant Field Valuesstatic final int ELEMENTARY_STREAM
getType()
,
Constant Field ValuesMethod Detail |
---|
int getType()
int[] getReason(int index) throws java.lang.IndexOutOfBoundsException
index
- If the component to which access failed is a Service,
index shall be 0. Otherwise index shall refer to one stream in the
set returnedby getElementaryStreams().
java.lang.IndexOutOfBoundsException
- If the component to which access
failed is a Service, this exception will be thrown if index is non zero.
If the component(s) to which access failed was a (set of) elementary
streams then this exception will be thrown where index is beyond the
size of the array returned by getElementaryStreams.
// * @see NotAuthorizedInterface#getElementaryStreams
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |