|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Allows functions to be performed on the NetWare server that this NWServer represents.
| Method Summary | |
java.util.Calendar |
getTime()
Returns the time on the NetWare server. |
void |
loadNLM(java.lang.String loadCommand)
Loads an NLM on the NetWare server. |
void |
setTime(java.util.Calendar cal)
Sets the time on the NetWare server. |
void |
unloadNLM(java.lang.String name)
Unloads an NLM from the NetWare server. |
| Method Detail |
public void loadNLM(java.lang.String loadCommand)
throws com.novell.service.jncp.NSIException
loadCommand - The load command for the NLM:
{VOLUME NAME:}{PATH}NLMName{.ext}{parameters}
public void unloadNLM(java.lang.String name)
throws com.novell.service.jncp.NSIException
name - The name of the NLM (NLMName{.ext}) to be unloaded.
public java.util.Calendar getTime()
throws com.novell.service.jncp.NSIException
public void setTime(java.util.Calendar cal)
throws com.novell.service.jncp.NSIException
cal - The Calendar time to set on the server.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||