Uses of Class
org.eclipse.keypop.calypso.crypto.legacysam.CounterIncrementAccess
-
Packages that use CounterIncrementAccess Package Description org.eclipse.keypop.calypso.crypto.legacysam Components used in applications to manage Calypso Legacy SAMs.org.eclipse.keypop.calypso.crypto.legacysam.sam Calypso Legacy SAM data structures and selection API.org.eclipse.keypop.calypso.crypto.legacysam.transaction Calypso Legacy SAM transaction API. -
-
Uses of CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam
Methods in org.eclipse.keypop.calypso.crypto.legacysam that return CounterIncrementAccess Modifier and Type Method Description static CounterIncrementAccess
CounterIncrementAccess. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CounterIncrementAccess[]
CounterIncrementAccess. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam.sam
Methods in org.eclipse.keypop.calypso.crypto.legacysam.sam that return CounterIncrementAccess Modifier and Type Method Description CounterIncrementAccess
LegacySam. getCounterIncrementAccess(int counterNumber)
Returns the counter increment access mode. -
Uses of CounterIncrementAccess in org.eclipse.keypop.calypso.crypto.legacysam.transaction
Methods in org.eclipse.keypop.calypso.crypto.legacysam.transaction with parameters of type CounterIncrementAccess Modifier and Type Method Description T
WriteTransactionManager. prepareWriteCounterConfiguration(int counterNumber, int ceilingValue, CounterIncrementAccess counterIncrementAccess)
Schedules the execution of a "Write Ceilings" command to write a counter ceiling and its free incrementation configuration.
-