|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopencard.opt.applet.CardState
public class CardState
Encapsulates the state of a multi-applicative card. All instances of the class BasicAppletCardService associated with the same physical card share a common state object to ensure a consistent view.
Field Summary | |
---|---|
protected AppletID |
selectedAppletID_
The application identifier of the currently selected applet. |
Constructor Summary | |
---|---|
protected |
CardState()
Create a JavaCard state object. |
Method Summary | |
---|---|
AppletID |
getSelectedAppletID()
Gets the Application Identifier of the currently selected Applet. |
AppletID |
setSelectedAppletID(AppletID newAppletID)
Sets the Application Identifier of the currently selected card applet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AppletID selectedAppletID_
Constructor Detail |
---|
protected CardState()
Method Detail |
---|
public AppletID getSelectedAppletID()
public AppletID setSelectedAppletID(AppletID newAppletID)
newAppletID
- application ID of new selected card applet.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |