|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SjClientInformation
Klientspecifik data.
Field Summary | |
---|---|
static java.lang.String |
CLIENT_SESSION_DATA
|
static java.lang.String |
EXTERNAL_EVENT_SPECIFICATION
|
static java.lang.String |
INITIAL_CLONE_NAME
|
static java.lang.String |
OVERRIDE_TIME_LOG_LEVEL
|
static java.lang.String |
PROTOCOL
|
static java.lang.String |
TIME_INFORMATION
|
Method Summary | |
---|---|
SjClientSessionData |
getClientSessionData()
Field clientSessionData is defined as mandatory. |
SjExternalEventSpecification |
getExternalEventSpecification()
Field externalEventSpecification is defined as optional. |
TiStringInterface |
getInitialCloneName()
Field initialCloneName is defined as optional. |
java.lang.String |
getInitialCloneNameValue()
Field initialCloneName is defined as optional. |
TiBooleanInterface |
getOverrideTimeLogLevel()
Field overrideTimeLogLevel is defined as optional. |
java.lang.Boolean |
getOverrideTimeLogLevelValue()
Field overrideTimeLogLevel is defined as optional. |
SjProtocol |
getProtocol()
Field protocol is defined as mandatory. |
SjTimeInformationSequence |
getTimeInformation()
Field timeInformation is defined as optional. |
SjClientSessionData |
lookupClientSessionData()
Field clientSessionData is defined as mandatory. |
SjExternalEventSpecification |
lookupExternalEventSpecification()
Field externalEventSpecification is defined as optional. |
TiStringInterface |
lookupInitialCloneName()
Field initialCloneName is defined as optional. |
TiBooleanInterface |
lookupOverrideTimeLogLevel()
Field overrideTimeLogLevel is defined as optional. |
SjProtocol |
lookupProtocol()
Field protocol is defined as mandatory. |
SjTimeInformationSequence |
lookupTimeInformation()
Field timeInformation is defined as optional. |
void |
setClientSessionData(SjClientSessionData inData)
Field clientSessionData is defined as mandatory. |
void |
setExternalEventSpecification(SjExternalEventSpecification inData)
Field externalEventSpecification is defined as optional. |
void |
setInitialCloneName(TiStringInterface inData)
Field initialCloneName is defined as optional. |
void |
setInitialCloneNameValue(java.lang.String inData)
Field initialCloneName is defined as optional. |
void |
setInitialCloneNameValue(java.lang.String inData,
boolean inNotify)
Field initialCloneName is defined as optional. |
void |
setOverrideTimeLogLevel(TiBooleanInterface inData)
Field overrideTimeLogLevel is defined as optional. |
void |
setOverrideTimeLogLevelValue(java.lang.Boolean inData)
Field overrideTimeLogLevel is defined as optional. |
void |
setOverrideTimeLogLevelValue(java.lang.Boolean inData,
boolean inNotify)
Field overrideTimeLogLevel is defined as optional. |
void |
setProtocol(SjProtocol inData)
Field protocol is defined as mandatory. |
void |
setTimeInformation(SjTimeInformationSequence inData)
Field timeInformation is defined as optional. |
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 CLIENT_SESSION_DATA
static final java.lang.String PROTOCOL
static final java.lang.String TIME_INFORMATION
static final java.lang.String INITIAL_CLONE_NAME
static final java.lang.String EXTERNAL_EVENT_SPECIFICATION
static final java.lang.String OVERRIDE_TIME_LOG_LEVEL
Method Detail |
---|
SjClientSessionData getClientSessionData()
SjClientSessionData lookupClientSessionData()
void setClientSessionData(SjClientSessionData inData)
SjProtocol getProtocol()
SjProtocol lookupProtocol()
void setProtocol(SjProtocol inData)
SjTimeInformationSequence getTimeInformation()
SjTimeInformationSequence lookupTimeInformation()
void setTimeInformation(SjTimeInformationSequence inData)
TiStringInterface getInitialCloneName()
TiStringInterface lookupInitialCloneName()
void setInitialCloneName(TiStringInterface inData)
java.lang.String getInitialCloneNameValue()
void setInitialCloneNameValue(java.lang.String inData)
void setInitialCloneNameValue(java.lang.String inData, boolean inNotify)
SjExternalEventSpecification getExternalEventSpecification()
SjExternalEventSpecification lookupExternalEventSpecification()
void setExternalEventSpecification(SjExternalEventSpecification inData)
TiBooleanInterface getOverrideTimeLogLevel()
TiBooleanInterface lookupOverrideTimeLogLevel()
void setOverrideTimeLogLevel(TiBooleanInterface inData)
java.lang.Boolean getOverrideTimeLogLevelValue()
void setOverrideTimeLogLevelValue(java.lang.Boolean inData)
void setOverrideTimeLogLevelValue(java.lang.Boolean inData, boolean inNotify)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |