|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjClientCacheInfo
Data för att avgöra om klienten skall få ny uppstartsinfo
Field Summary | |
---|---|
static java.lang.String |
ALGORITHM
|
static java.lang.String |
DIGEST
|
Method Summary | |
---|---|
TiStringInterface |
getAlgorithm()
Field algorithm is defined as mandatory. |
java.lang.String |
getAlgorithmValue()
Field algorithm is defined as mandatory. |
TiByteArrayInterface |
getDigest()
Field digest is defined as mandatory. |
byte[] |
getDigestValue()
Field digest is defined as mandatory. |
TiStringInterface |
lookupAlgorithm()
Field algorithm is defined as mandatory. |
TiByteArrayInterface |
lookupDigest()
Field digest is defined as mandatory. |
void |
setAlgorithm(TiStringInterface inData)
Field algorithm is defined as mandatory. |
void |
setAlgorithmValue(java.lang.String inData)
Field algorithm is defined as mandatory. |
void |
setAlgorithmValue(java.lang.String inData,
boolean inNotify)
Field algorithm is defined as mandatory. |
void |
setDigest(TiByteArrayInterface inData)
Field digest is defined as mandatory. |
void |
setDigestValue(byte[] inData)
Field digest is defined as mandatory. |
void |
setDigestValue(byte[] inData,
boolean inNotify)
Field digest is defined as mandatory. |
Methods inherited from interface org.stina.framework.core.model.TiMapPlainInterface |
---|
clear, getAssignedFieldNames, getComparator, getFieldNames, getModelImpl, getXorNameForXorPart, getXorPartNames, hasField, isEmpty, lookupFieldObject, lookupModelImpl, toDebugString |
Methods inherited from interface org.stina.framework.core.model.TiMapModelPartInterface |
---|
getIncludeIfOptional, getIndexForXorPart, lookupModel, setIncludeIfOptional, setUpdateXorFieldEnabled |
Methods inherited from interface org.stina.framework.core.model.TiContainerModelPartInterface |
---|
getModel, setModel |
Methods inherited from interface org.stina.framework.core.model.TiCommonModelPartInterface |
---|
clone, disposeModel, equalsModel, getGeneratedTiName, getRealTiName, getValue, importValue, importValue, setValue, setValue, toDebugString, update, update |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.stina.framework.core.model.TiPropertyPartInterface |
---|
getProperty, getPropertyModel, getPropertyNames, isEnabled, removeProperties, removeProperty, removeProperty, setEnabled, setEnabled, setProperty, setProperty, specifyProperties |
Methods inherited from interface org.stina.framework.support.observer.TiObserverInterface |
---|
updateObserver |
Methods inherited from interface org.stina.framework.support.observer.TiSubjectInterface |
---|
attachObserver, clone, detachObserver, getObserverCount, isObserverAttached, lookupObservers, lookupObserversLock, notifyObservers, toDebugString |
Field Detail |
---|
static final java.lang.String DIGEST
static final java.lang.String ALGORITHM
Method Detail |
---|
TiByteArrayInterface getDigest()
TiByteArrayInterface lookupDigest()
void setDigest(TiByteArrayInterface inData)
byte[] getDigestValue()
void setDigestValue(byte[] inData)
void setDigestValue(byte[] inData, boolean inNotify)
TiStringInterface getAlgorithm()
TiStringInterface lookupAlgorithm()
void setAlgorithm(TiStringInterface inData)
java.lang.String getAlgorithmValue()
void setAlgorithmValue(java.lang.String inData)
void setAlgorithmValue(java.lang.String inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |