|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.novell.service.server.ServerCountsImpl
Provides the Attribute value of an attribute of a ServerDirContext.
ServerCounts| Constructor Summary | |
ServerCountsImpl()
Constructs a ServerCountsImpl attribute value. |
|
| Method Summary | |
short |
getConnectionsInUse()
Returns the number of connections currently in use. |
short |
getMaxConnections()
Returns the maximum number of connection slots that the server has allocated since it was started. |
short |
getMaxConnectionsUsed()
Returns the maximum number of licensed connections in use at one time. |
short |
getMaxVolumes()
Returns the maximum number of volumes supported. |
int |
getNumberOfNCPRequests()
Returns the number of the NCP requests since the server was brough up. |
byte |
getSFTLevel()
Returns the SFT level of the server. |
byte |
getTTSLevel()
Returns the TTS level of the server. |
void |
setConnectionsInUse(short value)
Sets the number of connections currently in use as the search value. |
void |
setMaxConnections(short value)
Sets the maximum number of connection slots as the search value. |
void |
setMaxConnectionsUsed(short value)
Sets the maximum number of licensed connections in use at one time as the search value. |
void |
setMaxVolumes(short value)
Sets the maximum number of volumes supported as the search value. |
void |
setNumberOfNCPRequests(int value)
Sets the number of NCP requests as the search value. |
void |
setSFTLevel(byte value)
Sets the SFT level of the server as the search value. |
void |
setTTSLevel(byte value)
Sets the TTS level of the server as the search value. |
| Methods inherited from class java.lang.Object |
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ServerCountsImpl()
| Method Detail |
public int getNumberOfNCPRequests()
throws com.novell.service.jncp.NSIException
public short getMaxConnections()
throws com.novell.service.jncp.NSIException
public short getMaxConnectionsUsed()
throws com.novell.service.jncp.NSIException
public short getConnectionsInUse()
throws com.novell.service.jncp.NSIException
public short getMaxVolumes()
throws com.novell.service.jncp.NSIException
public byte getSFTLevel()
throws com.novell.service.jncp.NSIException
public byte getTTSLevel()
throws com.novell.service.jncp.NSIException
public void setNumberOfNCPRequests(int value)
throws com.novell.service.jncp.NSIException
value - The number of NCP request.
public void setMaxConnections(short value)
throws com.novell.service.jncp.NSIException
value - The maximum number of connection slots.
public void setMaxConnectionsUsed(short value)
throws com.novell.service.jncp.NSIException
value - The maximum number of connections.
public void setConnectionsInUse(short value)
throws com.novell.service.jncp.NSIException
value - The number of connections in use.
public void setMaxVolumes(short value)
throws com.novell.service.jncp.NSIException
value - The number of volumes supported.
public void setSFTLevel(byte value)
throws com.novell.service.jncp.NSIException
value - The server's SFT level.
public void setTTSLevel(byte value)
throws com.novell.service.jncp.NSIException
value - The server's TTS level.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||