com.oy.shared.lw.snmp.agent
Class SNMPAgentContext

java.lang.Object
  extended bycom.oy.shared.lw.snmp.agent.SNMPAgentContext

public final class SNMPAgentContext
extends java.lang.Object


Field Summary
private  boolean canModify
           
private  java.lang.String communityString
           
private  java.lang.String contactInfo
           
private  int enterprisesOID
           
private  java.lang.String namespace
           
private  java.lang.String organizationName
           
private  int port
           
 
Constructor Summary
SNMPAgentContext()
           
 
Method Summary
private  void assertCanModify()
           
 java.lang.String getCommunityString()
           
 java.lang.String getContactInfo()
           
 int getEnterprisesOID()
           
 java.lang.String getNamespace()
           
 java.lang.String getOrganizationName()
           
 int getPort()
           
(package private)  void setCanModify(boolean value)
           
 void setCommunityString(java.lang.String value)
           
 void setContactInfo(java.lang.String value)
           
 void setEnterprisesOID(int value)
           
 void setNamespace(java.lang.String value)
           
 void setOrganizationName(java.lang.String value)
           
 void setPort(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

private int port

enterprisesOID

private int enterprisesOID

organizationName

private java.lang.String organizationName

contactInfo

private java.lang.String contactInfo

communityString

private java.lang.String communityString

namespace

private java.lang.String namespace

canModify

private boolean canModify
Constructor Detail

SNMPAgentContext

public SNMPAgentContext()
Method Detail

setCanModify

void setCanModify(boolean value)

assertCanModify

private void assertCanModify()

getPort

public int getPort()

setPort

public void setPort(int value)

getEnterprisesOID

public int getEnterprisesOID()

setEnterprisesOID

public void setEnterprisesOID(int value)

getOrganizationName

public java.lang.String getOrganizationName()

setOrganizationName

public void setOrganizationName(java.lang.String value)

getContactInfo

public java.lang.String getContactInfo()

setContactInfo

public void setContactInfo(java.lang.String value)

getCommunityString

public java.lang.String getCommunityString()

setCommunityString

public void setCommunityString(java.lang.String value)

getNamespace

public java.lang.String getNamespace()

setNamespace

public void setNamespace(java.lang.String value)


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com