|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.engine.admin.extern.snmp.SessionEntryImplPeer
SessionEntryImplPeer is the implementation side of a bridge pattern. Implements the methods, which are called by SessionEntryImpl.
| Field Summary | |
private long |
cbQueueMaxEntries
|
private long |
cbQueueNumEntries
|
private long |
cbQueueThreshold
|
private int |
clearCbQueue
|
private int |
closeSession
|
private java.lang.String |
sessionName
|
| Constructor Summary | |
SessionEntryImplPeer(java.lang.String sessionName,
long cbQueueMaxEntries,
long cbQueueThreshold,
int clearCbQueue,
int closeSession)
Initializes SessionEntry mib variables. |
|
| Method Summary | |
long |
get_cbQueueMaxEntries()
Gets cbQueueMaxEntries from xmlBlaster application. |
long |
get_cbQueueNumEntries()
Gets cbQueueNumEntries from xmlBlaster application. |
long |
get_cbQueueThreshold()
Gets cbQueueThreshold from xmlBlaster application. |
int |
get_closeSession()
Gets closeSession from xmlBlaster application. |
java.lang.String |
get_sessionName()
Gets sessionName from xmlBlaster application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String sessionName
private long cbQueueMaxEntries
private long cbQueueThreshold
private int clearCbQueue
private int closeSession
private long cbQueueNumEntries
| Constructor Detail |
public SessionEntryImplPeer(java.lang.String sessionName,
long cbQueueMaxEntries,
long cbQueueThreshold,
int clearCbQueue,
int closeSession)
| Method Detail |
public java.lang.String get_sessionName()
public long get_cbQueueNumEntries()
public long get_cbQueueMaxEntries()
public long get_cbQueueThreshold()
public int get_closeSession()
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||