xmlBlaster 2.2.0 API

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

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

public class ConnectionEntry
extends jax.AgentXEntry


Field Summary
protected  byte[] connectionAddress
           
protected  byte[] connectionHost
           
protected  long connectionIndex
           
protected  long connectionPort
           
protected  int connectionProtocol
           
protected  long nodeIndex
           
 
Fields inherited from class jax.AgentXEntry
instance
 
Constructor Summary
ConnectionEntry(long nodeIndex, long connectionIndex)
           
 
Method Summary
 byte[] get_connectionAddress()
           
 byte[] get_connectionHost()
           
 long get_connectionIndex()
           
 long get_connectionPort()
           
 int get_connectionProtocol()
           
 long get_nodeIndex()
           
 
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

connectionIndex

protected long connectionIndex

connectionHost

protected byte[] connectionHost

connectionPort

protected long connectionPort

connectionAddress

protected byte[] connectionAddress

connectionProtocol

protected int connectionProtocol

nodeIndex

protected long nodeIndex
Constructor Detail

ConnectionEntry

public ConnectionEntry(long nodeIndex,
                       long connectionIndex)
Method Detail

get_nodeIndex

public long get_nodeIndex()

get_connectionIndex

public long get_connectionIndex()

get_connectionHost

public byte[] get_connectionHost()

get_connectionPort

public long get_connectionPort()

get_connectionAddress

public byte[] get_connectionAddress()

get_connectionProtocol

public int get_connectionProtocol()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.