Package | Description |
---|---|
com.ibm.tivoli.maximo.mfmail |
Modifier and Type | Method and Description |
---|---|
protected static MfMailSTMailInfo |
MfMailSTUpdateHandler.isStatusMail(MboRemote inboundComm,
MfMailGlobalInfo gi,
boolean checkOnly)
Determine whether inboundComm contains mail for Status Change scenario
|
protected MfMailSTMailInfo |
MfMailSTUpdateHandler.readFirstLine(java.lang.String messageBody,
MfMailSTMailInfo mi,
MboRemote trackEntry)
The body may begin with following format
s
shhmm
s memo
shhmm memo
where
s = status value,
hhmm = time of status change,
memo = memo to be added for status change
memo must be separated by single byte space
|
Modifier and Type | Method and Description |
---|---|
protected MfMailSTCtrlInfo |
MfMailSTUpdateHandler.getNextStatus(MfMailSTMailInfo mi,
MboRemote trackEntry,
UserInfo ui,
MfMailSTCtrlInfo ci)
Get desired new status from current status and status value
|
protected java.lang.String |
MfMailSTUpdateHandler.getQueryString(java.lang.String subject,
MfMailSTMailInfo mi)
Create query string to retrieve targetMbo from subject line for small device
|
protected void |
MfMailSTUpdateHandler.handleMAXIMOMAILMessageForVerySmall(MboRemote inboundComm,
UserInfo ui,
MfMailSTMailInfo miOrig) |
protected void |
MfMailSTUpdateHandler.handleMAXIMOMAILMessageWithNVPair(MboRemote inboundComm,
UserInfo ui,
MfMailSTMailInfo mi,
boolean bMedium)
Handle Status Change mail with Name/Value pair.
|
protected void |
MfMailSTUpdateHandler.processInboundMailST(MboRemote inboundComm,
MfMailSTMailInfo mi,
MfMailGlobalInfo gi,
MXLogger logger) |
protected MfMailSTMailInfo |
MfMailSTUpdateHandler.readFirstLine(java.lang.String messageBody,
MfMailSTMailInfo mi,
MboRemote trackEntry)
The body may begin with following format
s
shhmm
s memo
shhmm memo
where
s = status value,
hhmm = time of status change,
memo = memo to be added for status change
memo must be separated by single byte space
|