Searched refs:getCommunity (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DNotificationTarget.java35 public String getCommunity(); method in interface:NotificationTarget
H A DNotificationTargetImpl.java115 public String getCommunity() { method in class:NotificationTargetImpl
H A DJVM_MANAGEMENT_MIB_IMPL.java239 p.setRdCommunity(target.getCommunity());
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJDMCommunity.java50 public String getCommunity(){ method in class:JDMCommunity
H A DJDMInformCommunity.java48 public String getCommunity() { method in class:JDMInformCommunity
H A DJDMInformItem.java48 public JDMInformCommunity getCommunity(){ method in class:JDMInformItem
H A DJDMTrapCommunity.java49 public String getCommunity() { method in class:JDMTrapCommunity
H A DJDMTrapItem.java50 public JDMTrapCommunity getCommunity(){ method in class:JDMTrapItem
H A DJDMCommunities.java51 entry.addCommunity(((JDMCommunity)children[i]).getCommunity());
H A DHost.java118 JDMTrapCommunity community = trap.getCommunity();
119 String comm = community.getCommunity();
151 JDMInformCommunity community = inform.getCommunity();
152 String comm = community.getCommunity();

Completed in 50 milliseconds