A C D E F G H I L M N O P R S T U V W

A

AbstractMonitoringJob - Class in org.knowhowlab.osgi.monitoradmin.job
Abstract MonitoringJob
AbstractMonitoringJob(MonitoringJobVisitor, LogVisitor, String, String[], int, int) - Constructor for class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
AbstractMonitoringJob(MonitoringJobVisitor, LogVisitor, String, String[], int) - Constructor for class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
Activator - Class in org.knowhowlab.osgi.monitoradmin
Monitor Admin activator
Activator() - Constructor for class org.knowhowlab.osgi.monitoradmin.Activator
 
addJob(AbstractMonitoringJob) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Add a new MonitoringJob to the list

C

cancel() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
Cancel job internaly
cancel() - Method in class org.knowhowlab.osgi.monitoradmin.job.ScheduledMonitoringJob
 
cancel() - Method in class org.knowhowlab.osgi.monitoradmin.job.SubscriptionMonitoringJob
 
cancelAllJobs() - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Cancel all jobs and clear the list
cancelJob(AbstractMonitoringJob) - Method in interface org.knowhowlab.osgi.monitoradmin.job.MonitoringJobVisitor
Cancel Monitoring job
cancelJob(AbstractMonitoringJob) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Cancel Job and remove it from jobs list
CM_CC - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying 'Cumulative Counter' data collection method.
CM_DER - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying 'Discrete Event Registration' data collection method.
CM_GAUGE - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying 'Gauge' data collection method.
CM_SI - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying 'Status Inspection' data collection method.
ConstantsMonitorAdmin - Interface in org.knowhowlab.osgi.monitoradmin
Constants
count - Variable in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
createServicePidFilter(String) - Static method in class org.knowhowlab.osgi.monitoradmin.util.Utils
Create service filter for given monitorable Id

D

debug(String, Throwable) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
Publish DEBUG message.
debug(String, Throwable) - Method in interface org.knowhowlab.osgi.monitoradmin.LogVisitor
Publish DEBUG message

E

equals(Object) - Method in class org.osgi.service.monitor.MonitorPermission
Determines the equality of two MonitorPermission objects.
equals(Object) - Method in class org.osgi.service.monitor.StatusVariable
Compares the specified object with this StatusVariable.
error(String, Throwable) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
Publish ERROR message.
error(String, Throwable) - Method in interface org.knowhowlab.osgi.monitoradmin.LogVisitor
Publish ERROR message

F

findMonitorableReferenceById(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Find Monitorable service reference by monitorable Id.
findMonitorableReferences(String) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
 
findMonitorableReferences(String) - Method in interface org.knowhowlab.osgi.monitoradmin.OsgiVisitor
Get list of Monitorable ServiceReference by monitorableId
fireEvent(String, StatusVariable, String) - Method in interface org.knowhowlab.osgi.monitoradmin.job.MonitoringJobVisitor
Fire event with given parameters
fireEvent(String, StatusVariable, String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Fire StatusVariable update event

G

getActions() - Method in class org.osgi.service.monitor.MonitorPermission
Get the action string associated with this permission.
getBoolean() - Method in class org.osgi.service.monitor.StatusVariable
Returns the StatusVariable value if its type is boolean.
getCollectionMethod() - Method in class org.osgi.service.monitor.StatusVariable
Returns the collection method of this StatusVariable.
getDescription(ServiceReference, String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns a StatusVariable description addressed by Monitorable service reference and its id.
getDescription(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Returns a human readable description of the given StatusVariable.
getDescription(String) - Method in interface org.osgi.service.monitor.Monitorable
Returns a human readable description of a StatusVariable.
getDescription(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
Returns a human readable description of the given StatusVariable.
getDisabledNotificationPaths() - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Get array with paths that are disabled for notificatios with switchEvents() method
getFloat() - Method in class org.osgi.service.monitor.StatusVariable
Returns the StatusVariable value if its type is float.
getID() - Method in class org.osgi.service.monitor.StatusVariable
Returns the ID of this StatusVariable.
getInitiator() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
getInitiator() - Method in interface org.osgi.service.monitor.MonitoringJob
Returns the identifier of the principal who initiated the job.
getInteger() - Method in class org.osgi.service.monitor.StatusVariable
Returns the StatusVariable value if its type is int.
getMonitorableId() - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
Get monitorable Id
getMonitorableIdFilter() - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePathFilter
 
getMonitorableNames() - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Returns the names of the Monitorable services that are currently registered.
getMonitorableNames() - Method in interface org.osgi.service.monitor.MonitorAdmin
Returns the names of the Monitorable services that are currently registered.
getMonitorableReferences() - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns array of the Monitorable ServiceReferences that are currently registered.
getMonitorableReferences(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns array of the Monitorable ServiceReferences that are currently registered.
getPath() - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
Get full path
getReportCount() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
getReportCount() - Method in interface org.osgi.service.monitor.MonitoringJob
Returns the number of times MonitorAdmin will query the StatusVariables (for time based jobs), or the number of changes of a StatusVariable between notifications (for change based jobs).
getRunningJobs() - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Get list of all running MonitoringJobs
getRunningJobs() - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Returns the list of currently running MonitoringJobs.
getRunningJobs() - Method in interface org.osgi.service.monitor.MonitorAdmin
Returns the list of currently running MonitoringJobs.
getSchedule() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
getSchedule() - Method in interface org.osgi.service.monitor.MonitoringJob
Returns the delay (in seconds) between two samples.
getService(ServiceReference) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
 
getService(Bundle, ServiceRegistration) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminFactory
 
getService(ServiceReference) - Method in interface org.knowhowlab.osgi.monitoradmin.OsgiVisitor
Get Monitorable service by ServiceReference
getStatusVariable(String) - Method in interface org.knowhowlab.osgi.monitoradmin.job.MonitoringJobVisitor
Get status variable by path
getStatusVariable(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns a StatusVariable addressed by its full path.
getStatusVariable(ServiceReference, String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns a StatusVariable addressed by Monitorable service reference and its id.
getStatusVariable(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Returns a StatusVariable addressed by its full path.
getStatusVariable(String) - Method in interface org.osgi.service.monitor.Monitorable
Returns the StatusVariable object addressed by its identifier.
getStatusVariable(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
Returns a StatusVariable addressed by its full path.
getStatusVariableId() - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
Get StatusVariable Id
getStatusVariableNames() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
getStatusVariableNames(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns the list of StatusVariable names published by a Monitorable instance.
getStatusVariableNames(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Returns the list of StatusVariable names published by a Monitorable instance.
getStatusVariableNames() - Method in interface org.osgi.service.monitor.Monitorable
Returns the list of StatusVariable identifiers published by this Monitorable.
getStatusVariableNames(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
Returns the list of StatusVariable names published by a Monitorable instance.
getStatusVariableNames() - Method in interface org.osgi.service.monitor.MonitoringJob
Returns the list of StatusVariable names that are the targets of this measurement job.
getStatusVariables(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Returns the StatusVariable objects published by a Monitorable instance.
getStatusVariables(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
Returns the StatusVariable objects published by a Monitorable instance.
getString() - Method in class org.osgi.service.monitor.StatusVariable
Returns the StatusVariable value if its type is String.
getTimeStamp() - Method in class org.osgi.service.monitor.StatusVariable
Returns the timestamp associated with the StatusVariable.
getType() - Method in class org.osgi.service.monitor.StatusVariable
Returns information on the data type of this StatusVariable.

H

handleUpdateEvent(String, StatusVariable) - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
Handle StatusVariable update event
handleUpdateEvent(String, StatusVariable) - Method in class org.knowhowlab.osgi.monitoradmin.job.ScheduledMonitoringJob
 
handleUpdateEvent(String, StatusVariable) - Method in class org.knowhowlab.osgi.monitoradmin.job.SubscriptionMonitoringJob
 
hashCode() - Method in class org.osgi.service.monitor.MonitorPermission
Create an integer hash of the object.
hashCode() - Method in class org.osgi.service.monitor.StatusVariable
Returns the hash code value for this StatusVariable.

I

implies(Permission) - Method in class org.osgi.service.monitor.MonitorPermission
Determines if the specified permission is implied by this permission.
info(String, Throwable) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
Publish INFO message.
info(String, Throwable) - Method in interface org.knowhowlab.osgi.monitoradmin.LogVisitor
Publish INFO message
isHandleUpdateEvent(String) - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
Does job handle StatusVariable update event
isHandleUpdateEvent(String) - Method in class org.knowhowlab.osgi.monitoradmin.job.ScheduledMonitoringJob
 
isHandleUpdateEvent(String) - Method in class org.knowhowlab.osgi.monitoradmin.job.SubscriptionMonitoringJob
 
isLocal() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
isLocal() - Method in interface org.osgi.service.monitor.MonitoringJob
Returns whether the job was started locally or remotely.
isRunning - Variable in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
isRunning() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
isRunning() - Method in interface org.osgi.service.monitor.MonitoringJob
Returns whether the job is running.
isValidId(String) - Static method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Validate Monitorable Id or StatusVariable name

L

logVisitor - Variable in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
LogVisitor - Interface in org.knowhowlab.osgi.monitoradmin
Logger interface.

M

match(String, String) - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePathFilter
Check that given monitorable Id and StatusVarialbe Id match Filter
MON_LISTENER_ID - Static variable in interface org.knowhowlab.osgi.monitoradmin.ConstantsMonitorAdmin
Initiator
MON_MONITORABLE_PID - Static variable in interface org.knowhowlab.osgi.monitoradmin.ConstantsMonitorAdmin
Monitorable ID
MON_STATUSVARIABLE_NAME - Static variable in interface org.knowhowlab.osgi.monitoradmin.ConstantsMonitorAdmin
StatusVariable name
MON_STATUSVARIABLE_VALUE - Static variable in interface org.knowhowlab.osgi.monitoradmin.ConstantsMonitorAdmin
StatusVariable value
Monitorable - Interface in org.osgi.service.monitor
A Monitorable can provide information about itself in the form of StatusVariables.
monitorableId - Variable in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
 
MonitorAdmin - Interface in org.osgi.service.monitor
The MonitorAdmin service is a singleton service that handles StatusVariable query requests and measurement job control requests.
MonitorAdminCommon - Class in org.knowhowlab.osgi.monitoradmin
MonitorAdmin common actions that are not related on Permissions
MonitorAdminCommon(OsgiVisitor, LogVisitor) - Constructor for class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
 
MonitorAdminFactory - Class in org.knowhowlab.osgi.monitoradmin
MonitorAdmin ServiceFactory implementation
MonitorAdminFactory(LogVisitor, MonitorAdminCommon) - Constructor for class org.knowhowlab.osgi.monitoradmin.MonitorAdminFactory
 
MonitorAdminImpl - Class in org.knowhowlab.osgi.monitoradmin
MonitorAdmin implementation
MonitorAdminImpl(LogVisitor, MonitorAdminCommon, Bundle) - Constructor for class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Initialize MonitorAdmin implementation instance
MonitoringJob - Interface in org.osgi.service.monitor
A Monitoring Job is a request for scheduled or event based notifications on update of a set of StatusVariables.
MonitoringJobVisitor - Interface in org.knowhowlab.osgi.monitoradmin.job
Interface to access some internal MonitorAdminImpl from Jobs
MonitorListener - Interface in org.osgi.service.monitor
The MonitorListener is used by Monitorable services to send notifications when a StatusVariable value is changed.
MonitorPermission - Class in org.osgi.service.monitor
Indicates the callers authority to publish, read or reset StatusVariables, to switch event sending on or off or to start monitoring jobs.
MonitorPermission(String, String) - Constructor for class org.osgi.service.monitor.MonitorPermission
Create a MonitorPermission object, specifying the target and actions.

N

notifiesOnChange(ServiceReference, String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Returns a StatusVariable notification flag addressed by Monitorable service reference and its id.
notifiesOnChange(String) - Method in interface org.osgi.service.monitor.Monitorable
Tells whether the StatusVariable provider is able to send instant notifications when the given StatusVariable changes.

O

org.knowhowlab.osgi.monitoradmin - package org.knowhowlab.osgi.monitoradmin
 
org.knowhowlab.osgi.monitoradmin.job - package org.knowhowlab.osgi.monitoradmin.job
 
org.knowhowlab.osgi.monitoradmin.util - package org.knowhowlab.osgi.monitoradmin.util
 
org.osgi.service.monitor - package org.osgi.service.monitor
Monitor Admin Package Version 1.0.
OsgiVisitor - Interface in org.knowhowlab.osgi.monitoradmin
OSGi visitor interface.

P

parseIds(String) - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
Parse path and return non-nullable array (lenght = 2) with non-empty IDs values: resultArray[0] = monitorableId resultArray[1] = statusVariableId
path - Variable in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
 
PATH_PATERN - Static variable in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
 
postEvent(Event) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
 
postEvent(Event) - Method in interface org.knowhowlab.osgi.monitoradmin.OsgiVisitor
Post Event via EventAdmin
PUBLISH - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the publish action present are Monitorable services that are allowed to publish the StatusVariables specified in the permission's target field.

R

READ - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the read action present are allowed to read the value of the StatusVariables specified in the permission's target field.
RESET - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the reset action present are allowed to reset the value of the StatusVariables specified in the permission's target field.
resetStatusVariable(ServiceReference, String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Reset StatusVariable description addressed by Monitorable service reference and its id.
resetStatusVariable(String) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Issues a request to reset a given StatusVariable.
resetStatusVariable(String) - Method in interface org.osgi.service.monitor.Monitorable
Issues a request to reset a given StatusVariable.
resetStatusVariable(String) - Method in interface org.osgi.service.monitor.MonitorAdmin
Issues a request to reset a given StatusVariable.
run() - Method in class org.knowhowlab.osgi.monitoradmin.job.ScheduledMonitoringJob
 

S

schedule - Variable in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
ScheduledMonitoringJob - Class in org.knowhowlab.osgi.monitoradmin.job
Scheduled MonitoringJob
ScheduledMonitoringJob(MonitoringJobVisitor, LogVisitor, String, String[], int, int) - Constructor for class org.knowhowlab.osgi.monitoradmin.job.ScheduledMonitoringJob
 
start(BundleContext) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
 
startJob(String, String[], int) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Starts a change based MonitoringJob with the parameters provided.
startJob(String, String[], int) - Method in interface org.osgi.service.monitor.MonitorAdmin
Starts a change based MonitoringJob with the parameters provided.
STARTJOB - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the startjob action present are allowed to initiate monitoring jobs involving the StatusVariables specified in the permission's target field.
startScheduledJob(String, String[], int, int) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Starts a time based MonitoringJob with the parameters provided.
startScheduledJob(String, String[], int, int) - Method in interface org.osgi.service.monitor.MonitorAdmin
Starts a time based MonitoringJob with the parameters provided.
StatusVariable - Class in org.osgi.service.monitor
A StatusVariable object represents the value of a status variable taken with a certain collection method at a certain point of time.
StatusVariable(String, int, int) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of int type.
StatusVariable(String, int, float) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of float type.
StatusVariable(String, int, boolean) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of boolean type.
StatusVariable(String, int, String) - Constructor for class org.osgi.service.monitor.StatusVariable
Constructor for a StatusVariable of String type.
statusVariableId - Variable in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
 
StatusVariablePath - Class in org.knowhowlab.osgi.monitoradmin.util
Status Variable path object
StatusVariablePath(String) - Constructor for class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
Initialize object and parse input path value
StatusVariablePath(String, String) - Constructor for class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
Initialize object from monitorableId and status variable Id
StatusVariablePath() - Constructor for class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
 
StatusVariablePathFilter - Class in org.knowhowlab.osgi.monitoradmin.util
StatusVariable path filter with '*' wildcard support
StatusVariablePathFilter(String) - Constructor for class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePathFilter
 
statusVariablePaths - Variable in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
stop(BundleContext) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
 
stop() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
stop() - Method in interface org.osgi.service.monitor.MonitoringJob
Stops a Monitoring Job.
SubscriptionMonitoringJob - Class in org.knowhowlab.osgi.monitoradmin.job
Subscription MonitoringJob
SubscriptionMonitoringJob(MonitoringJobVisitor, LogVisitor, String, String[], int) - Constructor for class org.knowhowlab.osgi.monitoradmin.job.SubscriptionMonitoringJob
 
switchEvents(Set<String>, boolean) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Switch on/off events
switchEvents(String, boolean) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminImpl
Switches event sending on or off for the specified StatusVariables.
switchEvents(String, boolean) - Method in interface org.osgi.service.monitor.MonitorAdmin
Switches event sending on or off for the specified StatusVariables.
SWITCHEVENTS - Static variable in class org.osgi.service.monitor.MonitorPermission
Holders of MonitorPermission with the switchevents action present are allowed to switch event sending on or off for the value of the StatusVariables specified in the permission's target field.

T

TOPIC - Static variable in interface org.knowhowlab.osgi.monitoradmin.ConstantsMonitorAdmin
MonitorAdmin events topic
toString() - Method in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 
toString() - Method in class org.osgi.service.monitor.StatusVariable
Returns a String representation of this StatusVariable.
TYPE_BOOLEAN - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying boolean data type.
TYPE_FLOAT - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying float data type.
TYPE_INTEGER - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying int data type.
TYPE_STRING - Static variable in class org.osgi.service.monitor.StatusVariable
Constant for identifying String data type.

U

ungetService(Bundle, ServiceRegistration, Object) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminFactory
 
updated(String, StatusVariable) - Method in class org.knowhowlab.osgi.monitoradmin.MonitorAdminCommon
Callback for notification of a StatusVariable change.
updated(String, StatusVariable) - Method in interface org.osgi.service.monitor.MonitorListener
Callback for notification of a StatusVariable change.
Utils - Class in org.knowhowlab.osgi.monitoradmin.util
Utils class
Utils() - Constructor for class org.knowhowlab.osgi.monitoradmin.util.Utils
 

V

validateId(String) - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePath
 
validateId(String) - Method in class org.knowhowlab.osgi.monitoradmin.util.StatusVariablePathFilter
 
validatePathFilterId(String) - Static method in class org.knowhowlab.osgi.monitoradmin.util.Utils
Validate Path Filter Id
validatePathId(String) - Static method in class org.knowhowlab.osgi.monitoradmin.util.Utils
Validate Path Id
visitor - Variable in class org.knowhowlab.osgi.monitoradmin.job.AbstractMonitoringJob
 

W

warning(String, Throwable) - Method in class org.knowhowlab.osgi.monitoradmin.Activator
Publish WARNING message.
warning(String, Throwable) - Method in interface org.knowhowlab.osgi.monitoradmin.LogVisitor
Publish WARNING message

A C D E F G H I L M N O P R S T U V W

Copyright © 2010 Know-How Lab. All Rights Reserved.