xmlBlaster 2.2.0 API

org.xmlBlaster.engine.admin.extern.snmp
Class ClientEntry

java.lang.Object
  extended by jax.AgentXEntry
      extended by org.xmlBlaster.engine.admin.extern.snmp.ClientEntry
Direct Known Subclasses:
ClientEntryImpl

public class ClientEntry
extends jax.AgentXEntry


Field Summary
protected  int clearClientQueue
           
protected  long clientDowntime
           
protected  long clientIndex
           
protected  byte[] clientName
           
protected  long clientQueueMaxEntries
           
protected  long clientQueueNumEntries
           
protected  long clientQueueThreshold
           
protected  long clientUptime
           
protected  int connectionState
           
protected  long maxSessions
           
protected  long nodeIndex
           
protected  long numSessions
           
protected  int peerType
           
protected  long sessionThreshold
           
protected  int undo_clearClientQueue
           
protected  long undo_clientQueueMaxEntries
           
protected  long undo_clientQueueThreshold
           
protected  long undo_maxSessions
           
protected  long undo_sessionThreshold
           
 
Fields inherited from class jax.AgentXEntry
instance
 
Constructor Summary
ClientEntry(long nodeIndex, long clientIndex)
           
 
Method Summary
 int get_clearClientQueue()
           
 long get_clientDowntime()
           
 long get_clientIndex()
           
 byte[] get_clientName()
           
 long get_clientQueueMaxEntries()
           
 long get_clientQueueNumEntries()
           
 long get_clientQueueThreshold()
           
 long get_clientUptime()
           
 int get_connectionState()
           
 long get_maxSessions()
           
 long get_nodeIndex()
           
 long get_numSessions()
           
 int get_peerType()
           
 long get_sessionThreshold()
           
 int set_clearClientQueue(jax.AgentXSetPhase phase, int value)
           
 int set_clientQueueMaxEntries(jax.AgentXSetPhase phase, long value)
           
 int set_clientQueueThreshold(jax.AgentXSetPhase phase, long value)
           
 int set_maxSessions(jax.AgentXSetPhase phase, long value)
           
 int set_sessionThreshold(jax.AgentXSetPhase phase, long value)
           
 
Methods inherited from class jax.AgentXEntry
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientIndex

protected long clientIndex

clientName

protected byte[] clientName

peerType

protected int peerType

connectionState

protected int connectionState

clientQueueNumEntries

protected long clientQueueNumEntries

clientQueueMaxEntries

protected long clientQueueMaxEntries

undo_clientQueueMaxEntries

protected long undo_clientQueueMaxEntries

clientQueueThreshold

protected long clientQueueThreshold

undo_clientQueueThreshold

protected long undo_clientQueueThreshold

clearClientQueue

protected int clearClientQueue

undo_clearClientQueue

protected int undo_clearClientQueue

numSessions

protected long numSessions

maxSessions

protected long maxSessions

undo_maxSessions

protected long undo_maxSessions

sessionThreshold

protected long sessionThreshold

undo_sessionThreshold

protected long undo_sessionThreshold

clientUptime

protected long clientUptime

clientDowntime

protected long clientDowntime

nodeIndex

protected long nodeIndex
Constructor Detail

ClientEntry

public ClientEntry(long nodeIndex,
                   long clientIndex)
Method Detail

get_nodeIndex

public long get_nodeIndex()

get_clientIndex

public long get_clientIndex()

get_clientName

public byte[] get_clientName()

get_peerType

public int get_peerType()

get_connectionState

public int get_connectionState()

get_clientQueueNumEntries

public long get_clientQueueNumEntries()

get_clientQueueMaxEntries

public long get_clientQueueMaxEntries()

set_clientQueueMaxEntries

public int set_clientQueueMaxEntries(jax.AgentXSetPhase phase,
                                     long value)

get_clientQueueThreshold

public long get_clientQueueThreshold()

set_clientQueueThreshold

public int set_clientQueueThreshold(jax.AgentXSetPhase phase,
                                    long value)

get_clearClientQueue

public int get_clearClientQueue()

set_clearClientQueue

public int set_clearClientQueue(jax.AgentXSetPhase phase,
                                int value)

get_numSessions

public long get_numSessions()

get_maxSessions

public long get_maxSessions()

set_maxSessions

public int set_maxSessions(jax.AgentXSetPhase phase,
                           long value)

get_sessionThreshold

public long get_sessionThreshold()

set_sessionThreshold

public int set_sessionThreshold(jax.AgentXSetPhase phase,
                                long value)

get_clientUptime

public long get_clientUptime()

get_clientDowntime

public long get_clientDowntime()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.