|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentUnit
DeploymentUnit is the common interface of all entities that can be deployed and installed on the Java Card platform.
DeploymentUnit objects are permanent Java Card runtime environment Entry Point Objects.
Some operations on deployment units are subject to permission checks.
ApplicationGroup
,
Library
,
CardManagementPermission
,
JCREPermission
Field Summary | |
---|---|
static byte |
APP_TYPE
Application type start index. |
static byte |
LIB_TYPE
Library type start index. |
Method Summary | |
---|---|
byte |
getType()
Returns the type of this deployment unit. |
boolean |
unload(boolean forced)
Attempts to unload this deployment unit. |
Field Detail |
---|
static final byte LIB_TYPE
static final byte APP_TYPE
Method Detail |
---|
byte getType()
boolean unload(boolean forced)
forced
- whether the unload must be forced
SecurityException
- if unloading a deployment unit is not granted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |