OpenNMS API 1.2.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

F

FACTORY_NAME - Static variable in class org.opennms.netmgt.rrd.RrdStresser
 
FIBER_NAME - Static variable in class org.opennms.netmgt.capsd.Scheduler
The prefix for the fiber name.
FIBER_NAME - Static variable in class org.opennms.netmgt.vulnscand.Scheduler
The prefix for the fiber name.
FIBER_NAME - Static variable in class org.opennms.netmgt.vulnscand.Vulnscand
The prefix for the fiber name.
FILES_PER_DIR - Static variable in class org.opennms.netmgt.rrd.RrdStresser
 
FILE_COUNT - Static variable in class org.opennms.netmgt.rrd.RrdStresser
 
FILE_ID_TO_NAME - Static variable in class org.opennms.netmgt.ConfigFileConstants
 
FILE_SERVER_SERVICE - Static variable in class org.opennms.netmgt.capsd.SmbUtils
 
FILTER_ID - Static variable in class org.opennms.netmgt.capsd.IcmpPlugin
The filter identifier for the ping reply receiver
FILTER_ID - Static variable in class org.opennms.netmgt.poller.monitors.IcmpMonitor
The filter identifier for the ping reply receiver
FILTER_SERVLET_URL_BASE - Static variable in class org.opennms.web.outage.OutageUtil
 
FILTER_SERVLET_URL_BASE - Static variable in class org.opennms.web.vulnerability.VulnerabilityUtil
 
FLAGS_DONT_FRAGMENT - Static variable in class org.opennms.protocols.ip.IPHeader
Don't fragment datagrams field
FLAGS_MASK - Static variable in class org.opennms.protocols.ip.IPHeader
The mask of the flags in the fragment field of the IP header
FLAGS_MORE_FRAGMENTS - Static variable in class org.opennms.protocols.ip.IPHeader
More fragments are necessary to reassemble this packet
FORCE_RESCAN_EVENT_UEI - Static variable in class org.opennms.netmgt.EventConstants
The force interface rescan event UEI
FOREIGN_KEY - Static variable in class org.opennms.install.Constraint
 
FORMAT1 - Static variable in class org.opennms.netmgt.config.PollOutagesConfigManager
 
FORMAT2 - Static variable in class org.opennms.netmgt.config.PollOutagesConfigManager
 
FORWARD_MECHANISM_DEFAULT_INDEX - Static variable in class org.opennms.web.eventconf.bobject.Forward
Deprecated. The index into the FORWARD_MECHANISM_VALUES array indicating the default mechanism of the forward.
FORWARD_MECHANISM_VALUES - Static variable in class org.opennms.web.eventconf.bobject.Forward
Deprecated. The different mechanism values for the forwards.
FORWARD_STATES - Static variable in class org.opennms.web.eventconf.bobject.Forward
Deprecated. A list of values for forward states.
FORWARD_STATE_DEFAULT_INDEX - Static variable in class org.opennms.web.eventconf.bobject.Forward
Deprecated. The index into the FORWARD_STATES array indicating the default state of a forward.
FRIDAY - Static variable in class org.opennms.netmgt.config.users.DutySchedule
 
FRIDAY - Static variable in class org.opennms.web.admin.users.parsers.DutySchedule
 
FTP_ERROR_425_TEXT - Static variable in class org.opennms.netmgt.poller.monitors.FtpMonitor
Specific error message generated by some FTP servers when a QUIT is issued by a client when the client has not successfully logged in.
FTP_ERROR_530_TEXT - Static variable in class org.opennms.netmgt.poller.monitors.FtpMonitor
Specific error message generated by some FTP servers when a QUIT is issued by a client when the client has not successfully logged in.
FailedOperationException - exception org.opennms.netmgt.capsd.FailedOperationException.
 
FailedOperationException() - Constructor for class org.opennms.netmgt.capsd.FailedOperationException
 
FailedOperationException(String) - Constructor for class org.opennms.netmgt.capsd.FailedOperationException
 
FailedOperationException(String, Throwable) - Constructor for class org.opennms.netmgt.capsd.FailedOperationException
 
FailedOperationException(Throwable) - Constructor for class org.opennms.netmgt.capsd.FailedOperationException
 
Fiber - interface org.opennms.core.fiber.Fiber.
The Fiber interface is similar to the core Java language Threadclass.
FifoQueue - interface org.opennms.core.queue.FifoQueue.
This interface defines a queue that uses F irst In, F irst O ut semantics when adding and removing objects.
FifoQueueClosedException - exception org.opennms.core.queue.FifoQueueClosedException.
This exception is used to represent an error condition where an attempt is made to add an element to a closed queue.
FifoQueueClosedException() - Constructor for class org.opennms.core.queue.FifoQueueClosedException
Constructs a default instance of the excpetion.
FifoQueueClosedException(String) - Constructor for class org.opennms.core.queue.FifoQueueClosedException
Constructs a new exception with the passed explination.
FifoQueueException - exception org.opennms.core.queue.FifoQueueException.
The root of all exceptions dealing with queues that implement the FifoQueueinterface.
FifoQueueException() - Constructor for class org.opennms.core.queue.FifoQueueException
Constructs a default instance of the exception with no message.
FifoQueueException(String) - Constructor for class org.opennms.core.queue.FifoQueueException
Constructs a new instace of the exception with the specific message.
FifoQueueImpl - class org.opennms.core.queue.FifoQueueImpl.
This interface defines a queue that uses F irst In, F irst O ut semantics when adding and removing objects.
FifoQueueImpl() - Constructor for class org.opennms.core.queue.FifoQueueImpl
Constructs a new First In, First Out queue that can be used to exchange data.
FileBackup - class org.opennms.netmgt.utils.FileBackup.
This class is used to make a quick backup of a file
FileBackup() - Constructor for class org.opennms.netmgt.utils.FileBackup
 
FileBackup - class org.opennms.web.parsers.FileBackup.
This class makes a backup of an xml file.
FileBackup() - Constructor for class org.opennms.web.parsers.FileBackup
 
Filter - class org.opennms.netmgt.config.collectd.Filter.
 
Filter() - Constructor for class org.opennms.netmgt.config.collectd.Filter
 
Filter - class org.opennms.netmgt.config.poller.Filter.
 
Filter() - Constructor for class org.opennms.netmgt.config.poller.Filter
 
Filter - class org.opennms.netmgt.config.threshd.Filter.
 
Filter() - Constructor for class org.opennms.netmgt.config.threshd.Filter
 
Filter - class org.opennms.netmgt.filter.Filter.
This class is the main entry point for filtering the rules expressions.
Filter() - Constructor for class org.opennms.netmgt.filter.Filter
The default constructor.
Filter(String) - Constructor for class org.opennms.netmgt.filter.Filter
Constructs a new filter with the pre-defined rule as the comparision method.
Filter - interface org.opennms.web.event.filter.Filter.
Convenience class to determine what sort of events to include in a query.
Filter - interface org.opennms.web.outage.filter.Filter.
Convenience class to determine what sort of notices to include in a query.
Filter - interface org.opennms.web.vulnerability.filter.Filter.
Convenience class to determine what sort of events to include in a query.
FilterDescriptor - class org.opennms.netmgt.config.collectd.FilterDescriptor.
 
FilterDescriptor() - Constructor for class org.opennms.netmgt.config.collectd.FilterDescriptor
 
FilterDescriptor - class org.opennms.netmgt.config.poller.FilterDescriptor.
 
FilterDescriptor() - Constructor for class org.opennms.netmgt.config.poller.FilterDescriptor
 
FilterDescriptor - class org.opennms.netmgt.config.threshd.FilterDescriptor.
 
FilterDescriptor() - Constructor for class org.opennms.netmgt.config.threshd.FilterDescriptor
 
FilterParseException - exception org.opennms.netmgt.filter.FilterParseException.
This class is used to indicate a failure of the Filter engine to correctly parse a filter expression.
FilterParseException() - Constructor for class org.opennms.netmgt.filter.FilterParseException
Constructs a new, empty filter parser exception.
FilterParseException(String) - Constructor for class org.opennms.netmgt.filter.FilterParseException
Constructs a new parse exception with the passed message as its error text.
FilterParseException(String, Throwable) - Constructor for class org.opennms.netmgt.filter.FilterParseException
Constructs a new parse exception with the passed message as the error text and the throwable as the encapsulated error causing the failure.
FinishPollerConfigServlet - class org.opennms.web.admin.config.FinishPollerConfigServlet.
A servlet that handles signaling that the poller config has been updated
FinishPollerConfigServlet() - Constructor for class org.opennms.web.admin.config.FinishPollerConfigServlet
 
FinishPollerConfigServlet - class org.opennms.web.admin.pollerConfig.FinishPollerConfigServlet.
A servlet that handles signaling that the poller config has been updated
FinishPollerConfigServlet() - Constructor for class org.opennms.web.admin.pollerConfig.FinishPollerConfigServlet
 
Forward - class org.opennms.netmgt.eventd.db.Forward.
This is an utility class used to format the event forward info - to be inserted into the 'events' table
Forward() - Constructor for class org.opennms.netmgt.eventd.db.Forward
 
Forward - class org.opennms.netmgt.xml.event.Forward.
 
Forward() - Constructor for class org.opennms.netmgt.xml.event.Forward
 
Forward - class org.opennms.netmgt.xml.eventconf.Forward.
 
Forward() - Constructor for class org.opennms.netmgt.xml.eventconf.Forward
 
Forward - class org.opennms.web.eventconf.bobject.Forward.
Deprecated. Replaced by a Castor-generated implementation.
Forward() - Constructor for class org.opennms.web.eventconf.bobject.Forward
Deprecated. Default constructor, intializes the member variables.
ForwardDescriptor - class org.opennms.netmgt.xml.event.ForwardDescriptor.
 
ForwardDescriptor() - Constructor for class org.opennms.netmgt.xml.event.ForwardDescriptor
 
ForwardDescriptor - class org.opennms.netmgt.xml.eventconf.ForwardDescriptor.
 
ForwardDescriptor() - Constructor for class org.opennms.netmgt.xml.eventconf.ForwardDescriptor
 
ForwardMechanism - class org.opennms.netmgt.xml.event.ForwardMechanism.
 
ForwardMechanism() - Constructor for class org.opennms.netmgt.xml.event.ForwardMechanism
 
ForwardMechanism - class org.opennms.netmgt.xml.eventconf.ForwardMechanism.
 
ForwardMechanism() - Constructor for class org.opennms.netmgt.xml.eventconf.ForwardMechanism
 
ForwardMechanismDescriptor - class org.opennms.netmgt.xml.event.ForwardMechanismDescriptor.
 
ForwardMechanismDescriptor() - Constructor for class org.opennms.netmgt.xml.event.ForwardMechanismDescriptor
 
ForwardMechanismDescriptor - class org.opennms.netmgt.xml.eventconf.ForwardMechanismDescriptor.
 
ForwardMechanismDescriptor() - Constructor for class org.opennms.netmgt.xml.eventconf.ForwardMechanismDescriptor
 
ForwardState - class org.opennms.netmgt.xml.event.ForwardState.
 
ForwardState() - Constructor for class org.opennms.netmgt.xml.event.ForwardState
 
ForwardState - class org.opennms.netmgt.xml.eventconf.ForwardState.
 
ForwardState() - Constructor for class org.opennms.netmgt.xml.eventconf.ForwardState
 
ForwardStateDescriptor - class org.opennms.netmgt.xml.event.ForwardStateDescriptor.
 
ForwardStateDescriptor() - Constructor for class org.opennms.netmgt.xml.event.ForwardStateDescriptor
 
ForwardStateDescriptor - class org.opennms.netmgt.xml.eventconf.ForwardStateDescriptor.
 
ForwardStateDescriptor() - Constructor for class org.opennms.netmgt.xml.eventconf.ForwardStateDescriptor
 
ForwardsEditingServlet - class org.opennms.web.eventconf.forwards.ForwardsEditingServlet.
A servlet that initializes the data needed to edit forwards
ForwardsEditingServlet() - Constructor for class org.opennms.web.eventconf.forwards.ForwardsEditingServlet
 
FtpMonitor - class org.opennms.netmgt.poller.monitors.FtpMonitor.
This class is designed to be used by the service poller framework to test the availability of the FTP service on remote interfaces.
FtpMonitor() - Constructor for class org.opennms.netmgt.poller.monitors.FtpMonitor
 
FtpPlugin - class org.opennms.netmgt.capsd.FtpPlugin.
This class is designed to be used by the capabilities daemon to test for the existance of an FTP server on remote interfaces.
FtpPlugin() - Constructor for class org.opennms.netmgt.capsd.FtpPlugin
 
factory - Static variable in class org.opennms.web.ServletInitializer
A reference to the factory we set in Vaultduring initso we can destroy it in destroy.
failed() - Method in class org.opennms.netmgt.capsd.IfSnmpCollector
Returns true if any part of the collection failed.
failed() - Method in class org.opennms.netmgt.capsd.snmp.IfTable
Returns the success or failure code for collection of the data.
failed() - Method in class org.opennms.netmgt.capsd.snmp.IfXTable
Returns the success or failure code for collection of the data.
failed() - Method in class org.opennms.netmgt.capsd.snmp.IpAddrTable
Returns the success or failure code for collection of the data.
failed() - Method in class org.opennms.netmgt.capsd.snmp.SystemGroup
Returns the success or failure code for collection of the data.
failed() - Method in class org.opennms.netmgt.collectd.SnmpIfCollector
Returns the success or failure code for collection of the data.
failed() - Method in class org.opennms.netmgt.collectd.SnmpNodeCollector
Returns the success or failure code for collection of the data.
fatalError(SAXParseException) - Method in class org.opennms.web.parsers.BBParser.BBErrorHandler
Deprecated.  
fetchLastValue(String, int) - Method in class org.opennms.netmgt.rrd.JRobinRrdStrategy
Fetch the last value from the JRobin RrdDb file.
fetchLastValue(String, int) - Method in class org.opennms.netmgt.rrd.JniRrdStrategy
Fetches the last value directly from the rrd file using the JNI Interface.
fetchLastValue(String, int) - Method in class org.opennms.netmgt.rrd.QueuingRrdStrategy
 
fetchLastValue(String, int) - Method in interface org.opennms.netmgt.rrd.RrdStrategy
Fetches the last value from the round robin database with the given name.
fetchLastValue(String, int) - Static method in class org.opennms.netmgt.rrd.RrdUtils
This method issues an round robin fetch command to retrieve the last value of the datasource stored in the specified RRD file.
fetchProperty(String) - Method in class org.opennms.install.Installer
 
fileAssignments - Variable in class org.opennms.netmgt.rrd.QueuingRrdStrategy
 
fileName - Variable in class org.opennms.netmgt.rrd.QueuingRrdStrategy.Operation
 
filename - Variable in class org.opennms.web.ReportMailer
 
filename - Variable in class org.opennms.web.performance.RRDInfo
The filname of the round robin database (RRD).
filename - Variable in class org.opennms.web.response.RRDInfo
The filname of the round robin database (RRD).
filesPerZero - Static variable in class org.opennms.netmgt.rrd.RrdStresser
 
filesWithInsignificantWork - Variable in class org.opennms.netmgt.rrd.QueuingRrdStrategy
 
filesWithSignificantWork - Variable in class org.opennms.netmgt.rrd.QueuingRrdStrategy
 
filter() - Method in class org.opennms.netmgt.filter.lexer.Lexer
 
filter() - Method in class org.opennms.netmgt.filter.parser.Parser
 
filterConfig - Variable in class org.opennms.web.AddRefreshHeaderFilter
 
filters - Variable in class org.opennms.web.event.EventQueryParms
 
filters - Variable in class org.opennms.web.notification.NoticeQueryParms
 
filters - Variable in class org.opennms.web.outage.OutageQueryParms
 
filters - Variable in class org.opennms.web.vulnerability.VulnerabilityQueryParms
 
finalEmailAddr - Variable in class org.opennms.web.ReportMailer
 
finalize() - Method in class org.opennms.netmgt.collectd.BroadcastEventProcessor
This method may be invoked by the garbage collection.
finalize() - Method in class org.opennms.netmgt.dhcpd.Poller
Ensures that during garbage collection the resources used by this object are released!
finalize() - Method in class org.opennms.netmgt.threshd.BroadcastEventProcessor
This method may be invoked by the garbage thresholding.
finalize() - Method in class org.opennms.netmgt.utils.TcpEventProxy.Connection
 
finalize() - Method in class org.opennms.netmgt.vulnscand.BroadcastEventProcessor
This method may be invoked by the garbage collection.
finalizeSum() - Method in class org.opennms.protocols.ip.OC16ChecksumProducer
Finalizes the result by adding the carried out bits back into the checksum.
findCacheMatch(long, long, String, long, String, int) - Method in class org.opennms.netmgt.outage.OutageEventCache
When called, this method will try to find a match for the "unmatched" error event.
findColumn(List, String) - Method in class org.opennms.install.Installer
 
findMain(Class) - Static method in class org.opennms.core.concurrent.VMTaskFiber
This method attempts to find the method with the signature public static void main(String[]) if it is part of the passed class.
findMaxChildWidth(MapNode) - Method in class org.opennms.web.map.DocumentGenerator
figure out the max child width for the map.
findMemberWithDescendent(PollableElement) - Method in class org.opennms.netmgt.poller.pollables.PollableContainer
 
findNodeIdForServiceAndInterface(Connection, String, String) - Method in class org.opennms.netmgt.capsd.BroadcastEventProcessor
FIXME: finish the doc here
findNodeIdsForInterfaceAndLabel(Connection, String, String) - Method in class org.opennms.netmgt.capsd.BroadcastEventProcessor
FIXME: finish the doc here
findNoticesForEvent(Event) - Method in class org.opennms.netmgt.mock.MockDatabase
 
findOutage(String) - Method in class org.opennms.netmgt.mock.MockPollerConfig
 
findPackageForService(String, String) - Method in class org.opennms.netmgt.poller.Poller
 
findRequest(SnmpPduPacket) - Method in class org.opennms.protocols.snmp.SnmpSession
Finds the first matching request in the list of outstanding request and returns it to the caller.
findServer() - Method in class org.opennms.netmgt.eventd.adaptors.EventHandlerMBeanProxy
 
findService(Package, String) - Method in class org.opennms.netmgt.mock.MockPollerConfig
 
findService(Package) - Method in class org.opennms.netmgt.poller.pollables.PollableServiceConfig
 
findSnmpCollector(Map) - Method in class org.opennms.netmgt.capsd.RescanProcessor
 
findTableByVisableColumn(String) - Method in class org.opennms.netmgt.config.DatabaseSchemaConfigFactory
Find the table which has a visible column named 'colName'
finishProcessingEvents() - Method in class org.opennms.netmgt.mock.MockEventIpcManager
 
firstUpdateComplete - Static variable in class org.opennms.netmgt.rrd.RrdStresser
 
fix() - Method in class org.opennms.protocols.snmp.SnmpPduRequest
Fixes a PDU in error.
fixConstraint() - Method in class org.opennms.install.Installer
 
fixData() - Method in class org.opennms.install.Installer
 
floor - Variable in class org.opennms.web.asset.Asset
 
forEachElement(PollableElement) - Method in interface org.opennms.netmgt.poller.pollables.PollableContainer.Iter
 
forEachMember(PollableContainer.Iter) - Method in class org.opennms.netmgt.poller.pollables.PollableContainer
 
forEachUserNotification(int, RowProcessor) - Method in class org.opennms.netmgt.config.NotificationManager
 
forceRescan(int) - Method in class org.opennms.netmgt.capsd.Scheduler
Creates a NodeInfo object representing the specified node and adds it to the rescan queue for immediate rescanning.
format(Autoaction) - Static method in class org.opennms.netmgt.eventd.db.AutoAction
Format each autoaction entry
format(Autoaction[], int) - Static method in class org.opennms.netmgt.eventd.db.AutoAction
Format the list of autoaction entries of the event
format(List, int) - Static method in class org.opennms.netmgt.eventd.db.Constants
This method is passed a list of strings and a maximum string size that must not be exceeded by the composite string.
format(String[], int) - Static method in class org.opennms.netmgt.eventd.db.Constants
This method is passed an array of strings and a maximum string size that must not be exceeded by the composite string.
format(String, int) - Static method in class org.opennms.netmgt.eventd.db.Constants
This method is passed a string to be truncated to the maximum string size passed.
format(Correlation, int) - Static method in class org.opennms.netmgt.eventd.db.Correlation
Format the correlation block to have the xml
format(Forward) - Static method in class org.opennms.netmgt.eventd.db.Forward
Format each forward entry
format(Forward[], int) - Static method in class org.opennms.netmgt.eventd.db.Forward
Format the array of forward entries of the event
format(Logmsg) - Static method in class org.opennms.netmgt.eventd.db.LogMessage
Format the logmsg entry
format(Operaction) - Static method in class org.opennms.netmgt.eventd.db.OperatorAction
Format each operator action entry
format(List, int) - Static method in class org.opennms.netmgt.eventd.db.OperatorAction
Format the list of operator action entries of the event
format(Parms) - Static method in class org.opennms.netmgt.eventd.db.Parameter
Format the list of event paramaters
format(Parm) - Static method in class org.opennms.netmgt.eventd.db.Parameter
Format each parameter
format(Snmp, int) - Static method in class org.opennms.netmgt.eventd.db.SnmpInfo
Converts the SNMP iformation from the event into a string that can be stored into the database.
format - Variable in class org.opennms.web.ReportMailer
 
formatNumber(String) - Method in class org.opennms.report.availability.AvailCalculations
Format the number (String) and return 6 digits of the number
formatToString(Date) - Static method in class org.opennms.netmgt.EventConstants
An utility method to format a 'Date' into a string in the local specific FULL DateFormat style for both the date and time.
formatToUIString(Date) - Static method in class org.opennms.netmgt.EventConstants
Deprecated. This is no longer used by the UI. All WebUI-specific code should under the org.opennms.web packages.
formatValue(double) - Static method in class org.opennms.web.category.CategoryUtil
Format an RTC value the way we want it.
forward(char) - Method in class org.opennms.netmgt.eventd.adaptors.tcp.TcpRecordHandler
forwards the characters to the attached pipe.
forward - Variable in class org.opennms.web.event.Event
The forwarding information.
forwardTrap(Event, String, int) - Method in class org.opennms.netmgt.scriptd.helper.SnmpTrapHelper
Create an SNMP trap, based on the content of the specified event, and forward the trap to the specified address and port.
forwardV1Trap(Event, String, int) - Method in class org.opennms.netmgt.scriptd.helper.SnmpTrapHelper
Create an SNMP V1 trap, based on the content of the specified event, and forward the trap to the specified address and port.
forwardV2Trap(Event, String, int) - Method in class org.opennms.netmgt.scriptd.helper.SnmpTrapHelper
Create an SNMP V2 trap, based on the content of the specified event, and forward the trap to the specified address and port.
fullname - Variable in class org.opennms.web.admin.users.NewUser
 
functionExists(String, String, String) - Method in class org.opennms.install.Installer
 
functionExists(String, int[], int) - Method in class org.opennms.install.Installer
 

OpenNMS API 1.2.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Generated by eevans on May 29 2005 2015.