|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jpwr.rt.Mh
Description of the Class
Constructor Summary | |
Mh(java.lang.Object root)
Constructor for the Mh object |
Method Summary | |
int |
checkUser()
Description of the Method |
void |
close()
Description of the Method |
jpwr.rt.PwrtStatus |
createInstanceFile(java.lang.String from,
java.lang.String to,
java.lang.String instance)
Description of the Method |
java.lang.String |
getUser()
Gets the user attribute of the Mh object |
boolean |
isAuthorized(int access)
Gets the authorized attribute of the Mh object |
int |
login(java.lang.String user,
java.lang.String password)
Description of the Method |
void |
logout()
Description of the Method |
void |
logString(java.lang.String str)
Description of the Method |
void |
messReceived(int messType,
java.lang.String messString)
Anropas av Callbackfunktionerna |
java.lang.String |
newMess()
Väntar på att ett nytt meddelande skall komma |
jpwr.rt.PwrtStatus |
outunitAck(jpwr.rt.MhsEventId alarmId)
Se Programmers reference manual för beskrivning |
jpwr.rt.PwrtStatus |
outunitBlock(jpwr.rt.PwrtObjid object,
jpwr.rt.MheEventPrio prio)
Se Programmers reference manual för beskrivning |
jpwr.rt.PwrtStatus |
outunitConnect(jpwr.rt.PwrtObjid outunit)
Kopplar en outunit till den lokala meddelandehanteraren |
jpwr.rt.PwrtStatus |
outunitDisConnect()
Kopplar bort en outunit från den lokala meddelandehanteraren |
jpwr.rt.PwrtStatus |
outunitReceive()
Den här funktionen läser meddelandekön för en outunit. |
jpwr.rt.PwrtStatus |
outunitUnBlock(jpwr.rt.PwrtObjid object)
Se Programmers reference manual för beskrivning |
jpwr.rt.PwrtStatus |
outunitUpdate()
Se Programmers reference manual för beskrivning |
void |
printStatistics(int lockRejected)
Description of the Method |
static java.lang.String |
translateFilename(java.lang.String filename)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Mh(java.lang.Object root)
root
- Description of the ParameterMethod Detail |
public void close()
public void printStatistics(int lockRejected)
lockRejected
- Description of the Parameterpublic int login(java.lang.String user, java.lang.String password)
user
- Description of the Parameterpassword
- Description of the Parameterpublic void logout()
public int checkUser()
public java.lang.String getUser()
public boolean isAuthorized(int access)
access
- Description of the Parameterpublic jpwr.rt.PwrtStatus createInstanceFile(java.lang.String from, java.lang.String to, java.lang.String instance)
from
- Description of the Parameterto
- Description of the Parameterinstance
- Description of the Parameterpublic void logString(java.lang.String str)
str
- Description of the Parameterpublic void messReceived(int messType, java.lang.String messString)
messType
- MeddelandetypmessString
- Meddelandepublic java.lang.String newMess()
public jpwr.rt.PwrtStatus outunitAck(jpwr.rt.MhsEventId alarmId)
alarmId
- Identiteten av för larmet som skall kvitteraspublic jpwr.rt.PwrtStatus outunitBlock(jpwr.rt.PwrtObjid object, jpwr.rt.MheEventPrio prio)
object
- Identiteten för objektet som skall blockerasprio
- Prioriteten som skall blockeraspublic jpwr.rt.PwrtStatus outunitConnect(jpwr.rt.PwrtObjid outunit)
outunit
- Objektsidentiteten för UserObjektetpublic jpwr.rt.PwrtStatus outunitDisConnect()
public jpwr.rt.PwrtStatus outunitReceive()
public jpwr.rt.PwrtStatus outunitUnBlock(jpwr.rt.PwrtObjid object)
object
- Identiteten för objektet som skall blockeraspublic jpwr.rt.PwrtStatus outunitUpdate()
public static java.lang.String translateFilename(java.lang.String filename)
filename
- Description of the Parameter
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |