|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.novell.service.server.ServerLoginStatusImpl
Provides the attribute value of a ServerDirContext.
ServerLoginStatus
Constructor Summary | |
ServerLoginStatusImpl()
Constructs a ServerLoginStatusImpl attribute value. |
Method Summary | |
boolean |
getStatus()
Determines if the server is allowing logins. |
void |
setStatus(boolean value)
Sets the state of the login status. |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ServerLoginStatusImpl()
Method Detail |
public boolean getStatus() throws com.novell.service.jncp.NSIException
public void setStatus(boolean value) throws com.novell.service.jncp.NSIException
value
- The desired login state as a boolean; TRUE if
the server is to allowing logins; otherwise
set to FALSE.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |