- AbstractAdaptiveBundler<T extends LoadBalancingProfile> - Class in org.jppf.load.balancer
-
- AbstractAdaptiveBundler(T) - Constructor for class org.jppf.load.balancer.AbstractAdaptiveBundler
-
Creates a new instance with the specified parameters profile.
- AbstractBaseJPPFSnapshot - Class in org.jppf.utils.stats
-
Convenience class for collecting time or size statistics.
- AbstractBundler<T extends LoadBalancingProfile> - Class in org.jppf.load.balancer
-
Abstract implementation of the
Bundler
interface.
- AbstractBundler(T) - Constructor for class org.jppf.load.balancer.AbstractBundler
-
Creates a new instance with the specified parameters profile.
- AbstractClientConnectionPool - Class in org.jppf.client
-
Instances of this class manage a list of client connections with the same pool name, priority and remote driver.
- AbstractCollectionConcurrentMap<K,V> - Class in org.jppf.utils.collections
-
- AbstractCollectionConcurrentMap() - Constructor for class org.jppf.utils.collections.AbstractCollectionConcurrentMap
-
Default constructor.
- AbstractCollectionHashtable<K,V> - Class in org.jppf.utils.collections
-
- AbstractCollectionHashtable() - Constructor for class org.jppf.utils.collections.AbstractCollectionHashtable
-
Default constructor.
- AbstractCollectionMap<K,V> - Class in org.jppf.utils.collections
-
A map whose values are collections of a given component type.
- AbstractCollectionMap() - Constructor for class org.jppf.utils.collections.AbstractCollectionMap
-
Default constructor.
- AbstractCollectionSortedMap<K,V> - Class in org.jppf.utils.collections
-
A sorted map whose values are sets of a given component type.
- AbstractCollectionSortedMap() - Constructor for class org.jppf.utils.collections.AbstractCollectionSortedMap
-
Default cosntructor.
- AbstractCollectionSortedMap(Comparator<K>) - Constructor for class org.jppf.utils.collections.AbstractCollectionSortedMap
-
Initialize this collection sorted map with the specified comparator.
- AbstractCommonNode - Class in org.jppf.server.node
-
This class is used as a container for common methods that cannot be implemented in
AbstractNode
.
- AbstractCommonNode() - Constructor for class org.jppf.server.node.AbstractCommonNode
-
- AbstractComponent<E extends AbstractComponent> - Class in org.jppf.client.monitoring
-
Base superclass for components of a JPPF grid topology.
- AbstractComponent(String) - Constructor for class org.jppf.client.monitoring.AbstractComponent
-
Initialize this component witht he specified uuid.
- AbstractConnectionPool<E extends AutoCloseable> - Class in org.jppf.client
-
- AbstractConnectionPool(int) - Constructor for class org.jppf.client.AbstractConnectionPool
-
Initialize this pool with the specfiied core size.
- AbstractCsvConnectionStrategy - Class in org.jppf.node.connection
-
Common abstact super class for connection strategies that read connection from groups of comma-separated values.
- AbstractCsvConnectionStrategy() - Constructor for class org.jppf.node.connection.AbstractCsvConnectionStrategy
-
Find and read the CSV data.
- AbstractDatabasePersistence<I> - Class in org.jppf.persistence
-
A persistence implementation which stores data in a single database table.
- AbstractFilePersistence<I,E extends Exception> - Class in org.jppf.persistence
-
Abstract common superclass for file-based persistence implementations.
- AbstractFilePersistence(String...) - Constructor for class org.jppf.persistence.AbstractFilePersistence
-
Initialize this persistence with the specified path as root directory.
- AbstractGenericClient - Class in org.jppf.client
-
This class provides an API to submit execution requests and administration commands,
and request server information data.
It has its own unique identifier, used by the nodes, to determine whether classes from
the submitting application should be dynamically reloaded or not, depending on whether
the uuid has changed or not.
- AbstractGenericClient(String, TypedProperties, ConnectionPoolListener...) - Constructor for class org.jppf.client.AbstractGenericClient
-
Initialize this client with a specified application UUID.
- AbstractIPAddressPattern - Class in org.jppf.net
-
Represents a pattern used for IP addresses inclusion or exclusion lists.
A pattern represents a single value or a range of values for each component of an IP address.
- AbstractIPAddressPattern(String, PatternConfiguration) - Constructor for class org.jppf.net.AbstractIPAddressPattern
-
Initialize this object with the specified string pattern.
- AbstractIsInIPSubnet<P extends AbstractIPAddressPattern> - Class in org.jppf.node.policy
-
Common abstract super class for execution policy rules that encapsulate a test of type IP is in Subnet string.
- AbstractIsInIPSubnet(String...) - Constructor for class org.jppf.node.policy.AbstractIsInIPSubnet
-
Define a membership test using ipv4.addresses property to determine if a
node or driver is in one of the specified subnets.
- AbstractIsInIPSubnet(Collection<String>) - Constructor for class org.jppf.node.policy.AbstractIsInIPSubnet
-
Define a membership test using ipv6.addresses property to determine if a
node is in one of the specified subnets.
- AbstractJMXConnectionWrapper - Class in org.jppf.management
-
Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery.
- AbstractJMXConnectionWrapper() - Constructor for class org.jppf.management.AbstractJMXConnectionWrapper
-
Initialize a local connection (same JVM) to the MBean server.
- AbstractJMXConnectionWrapper(String, int, boolean) - Constructor for class org.jppf.management.AbstractJMXConnectionWrapper
-
Initialize the connection to the remote MBean server.
- AbstractJMXConnectionWrapper(String, String, int, boolean) - Constructor for class org.jppf.management.AbstractJMXConnectionWrapper
-
Initialize the connection to the remote MBean server.
- AbstractJobComponent - Class in org.jppf.client.monitoring.jobs
-
Base superclass for components of a JPPF job hierarchy.
- AbstractJPPFClassLoader - Class in org.jppf.classloader
-
This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client
application classes, to avoid costly redeployment system-wide.
- AbstractJPPFClassLoader(ClassLoaderConnection<?>, ClassLoader) - Constructor for class org.jppf.classloader.AbstractJPPFClassLoader
-
Initialize this class loader with a parent class loader.
- AbstractJPPFClassLoader(ClassLoaderConnection<?>, ClassLoader, List<String>) - Constructor for class org.jppf.classloader.AbstractJPPFClassLoader
-
Initialize this class loader with a parent class loader.
- AbstractJPPFClassLoaderLifeCycle - Class in org.jppf.classloader
-
This class is a custom class loader serving the purpose of dynamically loading the JPPF classes and the client
application classes, to avoid costly redeployment system-wide.
- AbstractJPPFClient - Class in org.jppf.client
-
This class provides an API to submit execution requests and administration commands,
and request server information data.
It has its own unique identifier, used by the nodes, to determine whether classes from
the submitting application should be dynamically reloaded or not, depending on whether
the uuid has changed or not.
- AbstractJPPFClient(String) - Constructor for class org.jppf.client.AbstractJPPFClient
-
Initialize this client with a specified application UUID.
- AbstractJPPFJob - Class in org.jppf.client
-
Instances of this class represent a JPPF job and hold all the required elements:
tasks, execution policy, task listener, data provider, priority, blocking indicator.
- AbstractJPPFJob() - Constructor for class org.jppf.client.AbstractJPPFJob
-
Default constructor, creates a blocking job with no data provider, default SLA values and a priority of 0.
- AbstractJPPFJob(String) - Constructor for class org.jppf.client.AbstractJPPFJob
-
Default constructor, creates a blocking job with no data provider, default SLA values and a priority of 0.
- AbstractJPPFJobStream - Class in org.jppf.client.utils
-
Instances of this class provide a stream of JPPF jobs.
- AbstractJPPFJobStream(int) - Constructor for class org.jppf.client.utils.AbstractJPPFJobStream
-
Initialize this job provider.
- AbstractJPPFProperty<T> - Class in org.jppf.utils.configuration
-
- AbstractJPPFProperty(String, T, String...) - Constructor for class org.jppf.utils.configuration.AbstractJPPFProperty
-
Initialize this property with the specified name and default value.
- AbstractJPPFSnapshot - Class in org.jppf.utils.stats
-
Convenience class for collecting time or size statistics.
- AbstractLoadBalancingProfile - Class in org.jppf.load.balancer
-
- AbstractLoadBalancingProfile() - Constructor for class org.jppf.load.balancer.AbstractLoadBalancingProfile
-
- AbstractLocation<T> - Class in org.jppf.location
-
Instances of this class represent the location of an artifact, generally a file or the data found at a url.
- AbstractLocation(T) - Constructor for class org.jppf.location.AbstractLocation
-
Initialize this location with the specified type and path.
- AbstractMBeanStaticProxy - Class in org.jppf.management
-
Abstract super class for all generated MBean static proxies.
- AbstractMBeanStaticProxy(JMXConnectionWrapper, String) - Constructor for class org.jppf.management.AbstractMBeanStaticProxy
-
Initialize this mbean static proxy.
- AbstractNetworkConnectionInterceptor - Class in org.jppf.comm.interceptor
-
An abstract interceptor implementation which creates or obtains streams from the Socket or SocketChannel
passed on to its methods.
- AbstractNetworkConnectionInterceptor() - Constructor for class org.jppf.comm.interceptor.AbstractNetworkConnectionInterceptor
-
- AbstractNode - Class in org.jppf.node
-
Abstract implementation of the
Node
interface.
- AbstractNode() - Constructor for class org.jppf.node.AbstractNode
-
- AbstractNodeIO.ObjectSerializationTask - Class in org.jppf.server.node
-
The goal of this class is to serialize an object before sending it back to the server,
and catch an eventual exception.
- AbstractNodeIO.ObjectSerializationTask(Object, ObjectSerializer, ClassLoader) - Constructor for class org.jppf.server.node.AbstractNodeIO.ObjectSerializationTask
-
Initialize this task with the specified data buffer.
- AbstractSerializationHandler - Class in org.jppf.serialization
-
- AbstractSerializationHandler() - Constructor for class org.jppf.serialization.AbstractSerializationHandler
-
- AbstractTask<T> - Class in org.jppf.node.protocol
-
Abstract superclass for all tasks submitted to the execution server.
- AbstractTask() - Constructor for class org.jppf.node.protocol.AbstractTask
-
- AbstractTopologyComponent - Class in org.jppf.client.monitoring.topology
-
Base superclass for components of a JPPF grid topology.
- AbstractTypedProperties - Class in org.jppf.utils
-
Extension of the java.util.Properties
class to handle the conversion of string values to other types.
- AbstractTypedProperties() - Constructor for class org.jppf.utils.AbstractTypedProperties
-
Default constructor.
- AbstractTypedProperties(Map<?, ?>) - Constructor for class org.jppf.utils.AbstractTypedProperties
-
Initialize this object with a set of existing properties.
- accept(JPPFSnapshot) - Method in interface org.jppf.utils.stats.JPPFStatistics.Filter
-
Determines whether the specified snapshot is accepted by this filter.
- AcceptAll - Class in org.jppf.node.policy
-
An execution policy rule that accepts everything.
- AcceptAll() - Constructor for class org.jppf.node.policy.AcceptAll
-
Create an accept all policy not wrapping another policy.
- AcceptAll(ExecutionPolicy) - Constructor for class org.jppf.node.policy.AcceptAll
-
Create an "accept all" policy wrapping another policy.
- accepts(E) - Method in interface org.jppf.client.ConnectionPoolFilter
-
Determine whether this filter accepts the specified connection pool.
- accepts(JPPFDistributedJob) - Method in class org.jppf.job.AllJobsSelector
-
- accepts(JPPFDistributedJob) - Method in interface org.jppf.job.JobSelector
-
Determine whether the specified job is accepted by this selector.
- accepts(JPPFDistributedJob) - Method in class org.jppf.job.JobUuidSelector
-
- accepts(JPPFDistributedJob) - Method in class org.jppf.job.ScriptedJobSelector
-
- accepts(JPPFManagementInfo) - Method in class org.jppf.management.AllNodesSelector
-
- accepts(JPPFManagementInfo) - Method in class org.jppf.management.ExecutionPolicySelector
-
- accepts(JPPFManagementInfo) - Method in interface org.jppf.management.NodeSelector
-
Determine whether a node is accepted by this selector.
- accepts(JPPFManagementInfo) - Method in class org.jppf.management.ScriptedNodeSelector
-
- accepts(JPPFManagementInfo) - Method in class org.jppf.management.UuidSelector
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.AbstractIsInIPSubnet
-
Determines whether this policy accepts the specified node.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.AcceptAll
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.Contains
-
Determines whether this policy accepts the specified node.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.Equal
-
Determines whether this policy accepts the specified node.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Determines whether this policy accepts the specified node.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.ExecutionPolicy.AndRule
-
Determine if a node is acceptable for this policy.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.ExecutionPolicy.NotRule
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.ExecutionPolicy.OrRule
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.ExecutionPolicy.XorRule
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.NodesMatching
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.OneOf
-
Determines whether this policy accepts the specified node.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.Preference
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.RegExp
-
Determines whether this policy accepts the specified node.
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.RejectAll
-
- accepts(PropertiesCollection<String>) - Method in class org.jppf.node.policy.ScriptedPolicy
-
- accepts(String, String) - Method in interface org.jppf.utils.TypedProperties.Filter
-
Determine whether this filter accepts a property with the specirfied name and value.
- activity - Variable in class org.jppf.android.node.AndroidNodeIntegrationAdapter
-
An activity holding the UI to update.
- add(Object, Object...) - Method in class org.jppf.client.JPPFJob
-
Add a task to this job.
- add(String, Object, Object...) - Method in class org.jppf.client.JPPFJob
-
Add a POJO task to this job.
- add(Task<?>) - Method in class org.jppf.client.JPPFJob
-
- add(Runnable) - Method in class org.jppf.client.JPPFJob
-
- add(Callable<?>) - Method in class org.jppf.client.JPPFJob
-
- add(ClassPathElement) - Method in interface org.jppf.node.protocol.ClassPath
-
Add the specified element to this classpath.
- add(Location<?>) - Method in interface org.jppf.node.protocol.ClassPath
-
Add the specified element to this classpath.
- add(Location<?>, Location<?>) - Method in interface org.jppf.node.protocol.ClassPath
-
Add the specified element to this classpath.
- add(Location<?>, Location<?>, boolean) - Method in interface org.jppf.node.protocol.ClassPath
-
Add the specified element to this classpath.
- add(String, Location<?>) - Method in interface org.jppf.node.protocol.ClassPath
-
Deprecated.
the name
attribute has no clearly definied, consistent semantics. It is no longer used.
Use add(location)
instead.
- add(String, Location<?>, Location<?>) - Method in interface org.jppf.node.protocol.ClassPath
-
- add(ClassPathElement) - Method in class org.jppf.node.protocol.ClassPathImpl
-
- add(Location<?>) - Method in class org.jppf.node.protocol.ClassPathImpl
-
- add(Location<?>, Location<?>) - Method in class org.jppf.node.protocol.ClassPathImpl
-
- add(Location<?>, Location<?>, boolean) - Method in class org.jppf.node.protocol.ClassPathImpl
-
- add(String, Location<?>) - Method in class org.jppf.node.protocol.ClassPathImpl
-
Deprecated.
the name
attribute has no clearly defined, consistent semantics. It is no longer used.
- add(String, Location<?>, Location<?>) - Method in class org.jppf.node.protocol.ClassPathImpl
-
Deprecated.
the name
attribute has no clearly defined, consistent semantics. It is no longer used.
- add(E) - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- addAll(List<Task<?>>) - Method in class org.jppf.client.JPPFJob
-
Add the specified tasks to this job in a bulk operation.
- addAll(Collection<? extends E>) - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- addAndGet(int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Add the specified update and return the new value.
- addAndGet(long) - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Add the specified update and return the new value.
- addBinding(String, Object) - Method in class org.jppf.node.protocol.ScriptedTask
-
Add the specified variable to the user-defined bindings.
- addBinding(String, Object) - Method in class org.jppf.scripting.ScriptDefinition
-
Add the specified variable to the user-defined bindings.
- addClientConnectionStatusListener(ClientConnectionStatusListener) - Method in interface org.jppf.client.event.ClientConnectionStatusHandler
-
Add a connection status listener to this connection's list of listeners.
- addClientQueueListener(ClientQueueListener) - Method in class org.jppf.client.AbstractGenericClient
-
Register the specified listener to receive client queue event notifications.
- addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- addConnectionPoolListener(ConnectionPoolListener) - Method in class org.jppf.client.AbstractJPPFClient
-
Add a listener to the list of listeners to this client.
- addDriverDiscovery(ClientDriverDiscovery) - Method in class org.jppf.client.AbstractGenericClient
-
Add a custom driver discovery mechanism to those already registered, if any.
- addDriverDiscovery(PeerDriverDiscovery) - Method in class org.jppf.server.JPPFDriver
-
Add a custom peer driver discovery mechanism to those already registered, if any.
- addJMXWrapperListener(JMXWrapperListener) - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Add a listener to this connection wrapper.
- addJobListener(JobListener) - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Add a listener to the list of job listeners.
- addJobListener(JobListener) - Method in class org.jppf.client.JPPFJob
-
Add a listener to the list of job listeners.
- addJobMonitoringListener(JobMonitoringListener) - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
Add a listener to the events emitted by this job monitor.
- addJobStatusListener(String, JobStatusListener) - Method in interface org.jppf.jca.cci.JPPFConnection
-
Add a listener to the job with the specified id.
- addJobTasksListener(JobTasksListener) - Method in interface org.jppf.job.JobTasksListenerManager
-
Add a listener to the list of job tasks listeners.
- addLayoutComp(JPanel, GridBagLayout, GridBagConstraints, Component) - Method in class org.jppf.node.screensaver.impl.NodePanel
-
Add a component to a panel with the specified constraints.
- addListener(JPPFStatisticsListener) - Method in class org.jppf.utils.stats.JPPFStatistics
-
Add a listener to the list of listeners.
- addListener(JPPFStatisticsListener, JPPFStatistics.Filter) - Method in class org.jppf.utils.stats.JPPFStatistics
-
Add a filtered listener to the list of listeners.
- addLocationEventListener(LocationEventListener) - Method in class org.jppf.location.AbstractLocation
-
- addLocationEventListener(LocationEventListener) - Method in interface org.jppf.location.Location
-
Add a listener to the list of location event listeners for this location.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.jppf.management.AbstractMBeanStaticProxy
-
Register a notification listener with the MBean.
- addNotificationListener(String, NotificationListener) - Method in class org.jppf.management.JMXConnectionWrapper
-
Adds a listener to the specified MBean.
- addNotificationListener(String, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.management.JMXConnectionWrapper
-
Adds a listener to the specified MBean.
- addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- addNotificationListener(Object, String, Object, Object, Object) - Static method in class org.jppf.utils.ManagementUtils
-
Add the specified notification listener.
- addProperties(String, TypedProperties) - Method in class org.jppf.management.JPPFSystemInformation
-
- addProperties(E, TypedProperties) - Method in interface org.jppf.utils.PropertiesCollection
-
Add the specified properties with the specified keys.
- addResults(List<Task<?>>) - Method in class org.jppf.client.JobResults
-
Add the specified results to this job.
- addTopologyListener(TopologyListener) - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Add a topology change listener.
- addURL(URL) - Method in class org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle
-
- addValues(K, V...) - Method in class org.jppf.utils.collections.AbstractCollectionConcurrentMap
-
- addValues(K, V...) - Method in class org.jppf.utils.collections.AbstractCollectionHashtable
-
- addValues(K, Collection<V>) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- addValues(K, V...) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- addValues(K, Collection<V>) - Method in interface org.jppf.utils.collections.CollectionMap
-
Add the specified values to the specified key.
- addValues(K, V...) - Method in interface org.jppf.utils.collections.CollectionMap
-
Add the specified values to the specified key.
- ADMIN_CONSOLE_VIEW_ADD_TO - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
The built-in view a pluggable view is attached to.
- ADMIN_CONSOLE_VIEW_AUTOSELECT - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Whether to automatically select the pluggable view.
- ADMIN_CONSOLE_VIEW_CLASS - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Name of a pluggable view class, extending org.jppf.ui.plugin.PluggableView.
- ADMIN_CONSOLE_VIEW_ENABLED - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Enable / disable a pluggable view.
- ADMIN_CONSOLE_VIEW_ICON - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Path to the icon for a pluggable view, seen as the tab icon.
- ADMIN_CONSOLE_VIEW_POSITION - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
The position at which a pluggable view is inserted withing the enclosing tabbed pane.
- ADMIN_CONSOLE_VIEW_TITLE - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
The title for the view, seen as the tab label.
- ADMIN_REFRESH_INTERVAL_HEALTH - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Interval between updates of the JVM health data.
- ADMIN_REFRESH_INTERVAL_STATS - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Interval between updates of the server statistics.
- ADMIN_REFRESH_INTERVAL_TOPOLOGY - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Interval between updates of the topology views.
- ADMIN_REFRESH_SYSTEM_INFO - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Wether to refresh the node's system info as well (to use for node filtering on the client side).
- ALL_DRIVERS - Static variable in interface org.jppf.management.DriverSelector
-
Constant for a selector which accepts all nodes.
- ALL_JOBS - Static variable in interface org.jppf.job.JobSelector
-
- ALL_NODES - Static variable in interface org.jppf.management.NodeSelector
-
Constant for a selector which accepts all nodes.
- AllDriversSelector - Class in org.jppf.management
-
Selects all drivers.
- AllDriversSelector() - Constructor for class org.jppf.management.AllDriversSelector
-
- allElements() - Method in interface org.jppf.node.protocol.ClassPath
-
Get a collection of all the classpath elements in this classpath.
- allElements() - Method in class org.jppf.node.protocol.ClassPathImpl
-
- AllJobsSelector - Class in org.jppf.job
-
A job selector which accepts all jobs.
- AllJobsSelector() - Constructor for class org.jppf.job.AllJobsSelector
-
- allKeys() - Method in class org.jppf.client.persistence.DefaultFilePersistenceManager
-
- allKeys() - Method in interface org.jppf.client.persistence.JobPersistence
-
Get the keys of all jobs in the persistence store.
- AllNodesSelector - Class in org.jppf.management
-
Selects all nodes.
- AllNodesSelector() - Constructor for class org.jppf.management.AllNodesSelector
-
- allProperties(Class<?>) - Static method in class org.jppf.utils.configuration.ConfigurationUtils
-
Get the list of all predefined configuration properties in the specified class.
- allProperties() - Static method in class org.jppf.utils.configuration.JPPFProperties
-
Get the list of all predefined configuration properties.
- allValues() - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- allValues() - Method in interface org.jppf.utils.collections.CollectionMap
-
Get a collection of all the values for all keys.
- ALPHABET_SUPERSET_CHAR - Static variable in class org.jppf.utils.JPPFUuid
-
Set of characters used to compose a uuid, including more than alphanumeric characters.
- and(ExecutionPolicy) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Create an execution policy that is a logical "AND" combination of this policy and the one specified as operand.
- and(ExecutionPolicy...) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Create an execution policy that is a logical "AND" combination of this policy and those specified as operands.
- andNot(ExecutionPolicy) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Create an execution policy that is a logical "NOT" combination of this policy and the negations of the one specified as argument.
- andNot(ExecutionPolicy...) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Create an execution policy that is a logical "AND" combination of this policy and the negations of those specified as argumens.
- ANDROID - Static variable in class org.jppf.management.JPPFManagementInfo
-
Information that the node is an Android node.
- AndroidNodeIntegrationAdapter - Class in org.jppf.android.node
-
This is the base event handler for an Android node.
- AndroidNodeIntegrationAdapter() - Constructor for class org.jppf.android.node.AndroidNodeIntegrationAdapter
-
- AnnealingTuneProfile - Class in org.jppf.load.balancer.impl
-
This class implements the basis of a profile based on simulated annealing
jppf.load.balancing.profile.
- AnnealingTuneProfile() - Constructor for class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Initialize this profile with default values.
- AnnealingTuneProfile(TypedProperties) - Constructor for class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Initialize this profile with values read from the configuration file.
- append(LoggingEvent) - Method in class org.jppf.logging.log4j.JmxAppender
-
Append the specified event to the logger.
- array(T...) - Static method in class org.jppf.utils.collections.CollectionUtils
-
Return the parameters as an array.
- ArrayListHashMap<K,V> - Class in org.jppf.utils.collections
-
A HashMap
whose values are ArrayList
s of a given component type.
- ArrayListHashMap() - Constructor for class org.jppf.utils.collections.ArrayListHashMap
-
Default constructor.
- arrayToString(T...) - Static method in class org.jppf.utils.StringUtils
-
Get a String representation of an array of any type.
- arrayToString(String, String, String, T...) - Static method in class org.jppf.utils.StringUtils
-
Get a String representation of an array of any type.
- asString() - Method in class org.jppf.utils.AbstractTypedProperties
-
Convert this set of properties into a string.
- AsynchronousLoadBalancerPersistence - Class in org.jppf.load.balancer.persistence
-
An asynchronous wrapper for any other load-balancer persistence implementation.
- AsynchronousLoadBalancerPersistence(String...) - Constructor for class org.jppf.load.balancer.persistence.AsynchronousLoadBalancerPersistence
-
Initialize this persistence with the specified parameters.
- AsynchronousPersistence - Class in org.jppf.job.persistence.impl
-
An asynchronous wrapper for any other job persistence implementation.
- AsynchronousPersistence(String...) - Constructor for class org.jppf.job.persistence.impl.AsynchronousPersistence
-
Initialize this persistence with the specified parameters.
- AtLeast - Class in org.jppf.node.policy
-
An execution policy rule that encapsulates a test of type property_value_or_expression >= a
.
- AtLeast(String, double) - Constructor for class org.jppf.node.policy.AtLeast
-
Define a comparison between the numeric value of a property and another numeric value.
- AtLeast(String, String) - Constructor for class org.jppf.node.policy.AtLeast
-
Define a comparison between the numeric value of a property and another numeric value.
- AtMost - Class in org.jppf.node.policy
-
An execution policy rule that encapsulates a test of type property_value_or_expression <= a
.
- AtMost(String, double) - Constructor for class org.jppf.node.policy.AtMost
-
Define an equality comparison between the numeric value of a property and another numeric value.
- AtMost(String, String) - Constructor for class org.jppf.node.policy.AtMost
-
Define a comparison between the numeric value of a property and another numeric value.
- AUTHORIZATION_CHECKER - Static variable in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- AutoTunedBundler - Class in org.jppf.load.balancer.impl
-
This class implements a self tuned bundle size algorithm.
- AutoTunedBundler(AnnealingTuneProfile) - Constructor for class org.jppf.load.balancer.impl.AutoTunedBundler
-
Creates a new instance with the initial size of bundle as the start size.
- AutoTunedBundlerProvider - Class in org.jppf.load.balancer.spi
-
Provider implementation for the autotuned, Monte Carlo-based, load-balancing algorithm.
- AutoTunedBundlerProvider() - Constructor for class org.jppf.load.balancer.spi.AutoTunedBundlerProvider
-
- AutotunedDelegatingBundler - Class in org.jppf.load.balancer.impl
-
Instances of this bundler delegate their operations to a singleton instance of a
AutoTunedBundler
.
- AutotunedDelegatingBundler(AnnealingTuneProfile) - Constructor for class org.jppf.load.balancer.impl.AutotunedDelegatingBundler
-
Creates a new instance with the initial size of bundle as the start size.
- awaitActiveConnection() - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for the a connection to be in the
ACTIVE
status.
- awaitActiveConnectionPool() - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool with at least one connection in the
ACTIVE
status.
- awaitActiveConnections(ComparisonOperator, int) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for the specified number of connections to be in the
ACTIVE
status.
- awaitCondition(ThreadSynchronization, ConcurrentUtils.Condition, long) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitCondition(ThreadSynchronization, ConcurrentUtils.Condition, long, long) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitCondition(ConcurrentUtils.Condition, long, long, boolean) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitCondition(ConcurrentUtils.Condition, long) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitCondition(ConcurrentUtils.Condition) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled.
- awaitCondition(ConcurrentUtils.Condition, long, boolean) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitConnection(JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for a connection to be in one of the specified states.
- awaitConnectionPool(JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool with at least one connection in one of the specified statuses.
- awaitConnectionPool(long, JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFClient
-
Wait until at least one connection pool with at least one connection in one of the specified statuses,
or until the specified timeout to expire, whichever happens first.
- awaitConnectionPools(long, JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFClient
-
Wait until at least one connection pool with at least one connection in one of the specified statuses,
or until the specified timeout to expire, whichever happens first.
- awaitConnectionPools(ComparisonOperator, int, long, JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool where the number of connections with the specified statuses
satisfy the specified condition, or until the specified timeout expires, whichever happens first.
- awaitConnectionPools(ComparisonOperator, int, ComparisonOperator, int, long, JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFClient
-
Wait until at least the specified expected connection pools satisfy the condition where the number of connections with the specified statuses
satisfy the specified connection operator, or until the specified timeout expires, whichever happens first.
- awaitConnectionPools(long, ConnectionPoolFilter<JPPFConnectionPool>) - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool where at least one connections passes the specified filter,
or until the specified timeout expires, whichever happens first.
- awaitConnections(ComparisonOperator, int, long, JPPFClientConnectionStatus...) - Method in class org.jppf.client.AbstractClientConnectionPool
-
Wait for the specified number of connections to be in one of the specified states, or the specified timeout to expire, whichever happens first.
- awaitConnections(ComparisonOperator, int, JPPFClientConnectionStatus...) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for the specified number of connections to be in one of the specified states.
- awaitInterruptibleCondition(ConcurrentUtils.Condition, long, boolean) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitInterruptibleCondition(ConcurrentUtils.Condition, long, long, boolean) - Static method in class org.jppf.utils.concurrent.ConcurrentUtils
-
Wait until the specified condition is fulfilled, or the timeout expires, whichever happens first.
- awaitJMXConnection(boolean) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait a JMX connection to be in the specified state.
- awaitJMXConnections(ComparisonOperator, int, boolean) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for the specified number of JMX connections to be in the specified state.
- awaitJMXConnections(ComparisonOperator, int, long, boolean) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for the specified number of JMX connections to be in the specified state, or the specified timeout to expire, whichever happens first.
- awaitResults() - Method in class org.jppf.client.JPPFJob
-
Wait until all execution results of the tasks in this job have been collected.
- awaitResults(long) - Method in class org.jppf.client.JPPFJob
-
Wait until all execution results of the tasks in this job have been collected, or the timeout expires, whichever happens first.
- awaitResults(String) - Method in interface org.jppf.jca.cci.JPPFConnection
-
Wait until all results for the specified job have been received.
- awaitTermination(long, TimeUnit) - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs,
or the current thread is interrupted, whichever happens first.
- awaitTermination(long, TimeUnit) - Method in class org.jppf.utils.concurrent.JPPFThreadPool
-
- awaitTermination(long, TimeUnit) - Method in class org.jppf.utils.concurrent.JPPFThreadPool2
-
- awaitValue(int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Wait until the value equals the specified target.
- awaitWorkingConnection() - Method in class org.jppf.client.JPPFConnectionPool
-
- awaitWorkingConnectionPool() - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool with at least one connection in the
ACTIVE
or
EXECUTING
status.
- awaitWorkingConnectionPools() - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool with at least one connection in the
ACTIVE
or
EXECUTING
status.
- awaitWorkingConnectionPools(long) - Method in class org.jppf.client.JPPFClient
-
Wait until there is at least one connection pool with at least one connection in the
ACTIVE
or
EXECUTING
status, or the specified tiemoput expires, whichever happens first.
- awaitWorkingConnections(ComparisonOperator, int) - Method in class org.jppf.client.JPPFConnectionPool
-
Wait for the specified number of connections to be in the
ACTIVE
or
EXECUTING
status.
- awaitWorkingJMXConnection() - Method in class org.jppf.client.JPPFConnectionPool
-
Wait an established JMX connection to be available.
- CacheablePersistence - Class in org.jppf.job.persistence.impl
-
- CacheablePersistence(String...) - Constructor for class org.jppf.job.persistence.impl.CacheablePersistence
-
Initialize this persistence with the specified parameters.
- call() - Method in class org.jppf.server.node.AbstractNodeIO.ObjectSerializationTask
-
- call() - Method in class org.jppf.server.node.JPPFContainer.ObjectDeserializationTask
-
Execute this task.
- call() - Method in class org.jppf.ssl.FileStoreSource
-
- call() - Method in class org.jppf.ssl.PlainTextPassword
-
- cancel() - Method in class org.jppf.client.JPPFJob
-
Cancel this job unconditionally.
- cancel(boolean) - Method in class org.jppf.client.JPPFJob
- cancelCallback - Variable in class org.jppf.client.taskwrapper.JPPFAnnotatedTask
-
A delegate for the onCancel()
method.
- cancelJob(String) - Method in class org.jppf.client.AbstractGenericClient
-
Cancel the job with the specified id.
- cancelJob(String) - Method in interface org.jppf.jca.cci.JPPFConnection
-
Cancel the job with the specified id.
- cancelJob(NodeSelector, String, Boolean) - Method in interface org.jppf.management.forwarding.JPPFNodeForwardingMBean
-
Cancel the job with the specified id in the specified nodes.
- cancelJob(String) - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- cancelJob(String, Boolean) - Method in class org.jppf.management.generated.JPPFNodeAdminMBeanStaticProxy
-
- cancelJob(NodeSelector, String, Boolean) - Method in class org.jppf.management.generated.JPPFNodeForwardingMBeanStaticProxy
-
- cancelJob(String) - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
Cancel the job with the specified id.
- cancelJob(String, Boolean) - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
Cancel the job with the specified id.
- cancelJob(String, Boolean) - Method in interface org.jppf.management.JPPFNodeAdminMBean
-
Cancel the job with the specified id.
- cancelJob(String) - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
Cancel the job with the specified id.
- cancelJobs(JobSelector) - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- cancelJobs(JobSelector) - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
Cancel the jobs specified with a given job selector.
- CancellationHandler - Interface in org.jppf.node.protocol
-
This interface should be implemented by tasks that wish a callback invoked as soon
as they are cancelled.
- cancelPendingAction() - Method in class org.jppf.management.generated.JPPFNodeAdminMBeanStaticProxy
-
- cancelPendingAction() - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
- cancelPendingAction() - Method in interface org.jppf.management.JPPFNodeAdminMBean
-
Cancel a previous deferred shutdown or restart request, if any.
- cellEnd() - Method in class org.jppf.utils.HTMLPropertiesTableFormat
-
Write the prologue of a table cell.
- cellEnd() - Method in class org.jppf.utils.PropertiesTableFormat
-
Write the prologue of a table cell.
- cellSeparator() - Method in class org.jppf.utils.HTMLPropertiesTableFormat
-
Write the separator between 2 cells.
- cellSeparator() - Method in class org.jppf.utils.PropertiesTableFormat
-
Write the separator between 2 cells.
- cellSeparator() - Method in class org.jppf.utils.TextPropertiesTableFormat
-
Write the separator between 2 cells.
- cellStart() - Method in class org.jppf.utils.HTMLPropertiesTableFormat
-
Write the prologue of a table cell.
- cellStart() - Method in class org.jppf.utils.PropertiesTableFormat
-
Write the prologue of a table cell.
- changeLoadBalancerSettings(String, Map) - Method in class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
- changeLoadBalancerSettings(String, Map<Object, Object>) - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- changeLoadBalancerSettings(String, Map<Object, Object>) - Method in interface org.jppf.management.JPPFDriverAdminMBean
-
Change the bundle size tuning settings.
- ChannelAwareness - Interface in org.jppf.load.balancer
-
Concrete
Bundler
s should implement this interface if they wish to have access to a node's configuration.
- channelConfiguration - Variable in class org.jppf.load.balancer.AbstractAdaptiveBundler
-
Holds information about the node's environment and configuration.
- ChannelInputStream - Class in org.jppf.utils.streams
-
- ChannelInputStream(ReadableByteChannel) - Constructor for class org.jppf.utils.streams.ChannelInputStream
-
Initialize this output stream with the specified writeable channel.
- ChannelOutputStream - Class in org.jppf.utils.streams
-
- ChannelOutputStream(WritableByteChannel) - Constructor for class org.jppf.utils.streams.ChannelOutputStream
-
Initialize this output stream with the specified writeable channel.
- CharProperty - Class in org.jppf.utils.configuration
-
- CharProperty(String, Character, String...) - Constructor for class org.jppf.utils.configuration.CharProperty
-
Initialize this property with the specified name and default value.
- CHECK_LOW_MEMORY - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Whether to check for low memory and trigger disk offloading.
- checkAddNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object)
method on the mbean server.
- checkAddNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object)
method on the mbean server.
- checkAddNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkAddNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkAddNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkAddNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.jppf.ssl.CompositeX509TrustManager
-
- checkCreateMBean(String, ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.createMBean(String, ObjectName)
method on the mbean server.
- checkCreateMBean(String, ObjectName, ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.createMBean(String, ObjectName, ObjectName)
method on the mbean server.
- checkCreateMBean(String, ObjectName, Object[], String[]) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.createMBean(String, ObjectName, Object[], String[])
method on the mbean server.
- checkCreateMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.createMBean(String, ObjectName, ObjectName, Object[], String[])
method on the mbean server.
- checkCreateMBean(String, ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkCreateMBean(String, ObjectName, ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkCreateMBean(String, ObjectName, Object[], String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkCreateMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkCreateMBean(String, ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkCreateMBean(String, ObjectName, ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkCreateMBean(String, ObjectName, Object[], String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkCreateMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetAttribute(ObjectName, String) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getAttribute(ObjectName, String)
method on the mbean server.
- checkGetAttribute(ObjectName, String) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetAttribute(ObjectName, String) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetAttributes(ObjectName, String[]) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getAttributes(ObjectName, String[])
method on the mbean server.
- checkGetAttributes(ObjectName, String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetAttributes(ObjectName, String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetDefaultDomain() - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getDefaultDomain()
method on the mbean server.
- checkGetDefaultDomain() - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetDefaultDomain() - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetDomains() - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getDomains()
method on the mbean server.
- checkGetDomains() - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetDomains() - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetMBeanCount() - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getMBeanCount()
method on the mbean server.
- checkGetMBeanCount() - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetMBeanCount() - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetMBeanInfo(ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getMBeanInfo(ObjectName)
method on the mbean server.
- checkGetMBeanInfo(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetMBeanInfo(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkGetObjectInstance(ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.getObjectInstance(ObjectName)
method on the mbean server.
- checkGetObjectInstance(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkGetObjectInstance(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkInvoke(ObjectName, String, Object[], String[]) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.invoke(ObjectName, String, Object[], String[])
method on the mbean server.
- checkInvoke(ObjectName, String, Object[], String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkInvoke(ObjectName, String, Object[], String[]) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkIsInstanceOf(ObjectName, String) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.isInstanceOf(ObjectName, String)
method on the mbean server.
- checkIsInstanceOf(ObjectName, String) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkIsInstanceOf(ObjectName, String) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkIsRegistered(ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.isRegistered(ObjectName)
method on the mbean server.
- checkIsRegistered(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkIsRegistered(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkQueryMBeans(ObjectName, QueryExp) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.queryMBeans(ObjectName, QueryExp)
method on the mbean server.
- checkQueryMBeans(ObjectName, QueryExp) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkQueryMBeans(ObjectName, QueryExp) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkQueryNames(ObjectName, QueryExp) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.queryNames(ObjectName, QueryExp)
method on the mbean server.
- checkQueryNames(ObjectName, QueryExp) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkQueryNames(ObjectName, QueryExp) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkRemoveNotificationListener(ObjectName, ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName)
method on the mbean server.
- checkRemoveNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object)
method on the mbean server.
- checkRemoveNotificationListener(ObjectName, NotificationListener) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.removeNotificationListener(ObjectName, NotificationListener)
method on the mbean server.
- checkRemoveNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object)
method on the mbean server.
- checkRemoveNotificationListener(ObjectName, ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkRemoveNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkRemoveNotificationListener(ObjectName, NotificationListener) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkRemoveNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkRemoveNotificationListener(ObjectName, ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkRemoveNotificationListener(ObjectName, ObjectName, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkRemoveNotificationListener(ObjectName, NotificationListener) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkRemoveNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkRules(ExecutionPolicy...) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Check whether the policy has valid arguments.
- checkRules(ExecutionPolicy...) - Method in class org.jppf.node.policy.ExecutionPolicy.NotRule
-
- checkRules(ExecutionPolicy...) - Method in class org.jppf.node.policy.LogicalRule
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.jppf.ssl.CompositeX509TrustManager
-
- checkSetAttribute(ObjectName, Attribute) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.setAttribute(ObjectName, Attribute)
method on the mbean server.
- checkSetAttribute(ObjectName, Attribute) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkSetAttribute(ObjectName, Attribute) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkSetAttributes(ObjectName, AttributeList) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.setAttributes(ObjectName, AttributeList)
method on the mbean server.
- checkSetAttributes(ObjectName, AttributeList) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkSetAttributes(ObjectName, AttributeList) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- checkUnregisterMBean(ObjectName) - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Check that the subject can invoke the MBeanServerConnection.unregisterMBean(ObjectName)
method on the mbean server.
- checkUnregisterMBean(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- checkUnregisterMBean(ObjectName) - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- children - Variable in class org.jppf.client.monitoring.AbstractComponent
-
The children of this component.
- classLoaded(ClassLoaderEvent) - Method in interface org.jppf.classloader.ClassLoaderListener
-
Called when a class has been successfully loaded by a class loader.
- CLASSLOADER_CACHE_SIZE - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Size of the class loader cache for the node.
- CLASSLOADER_DELEGATION - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Class loader delegation mode: 'parent' or 'url'.
- CLASSLOADER_FILE_LOOKUP - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Enable/disable lookup of classpath resources in the file system.
- ClassLoaderEvent - Class in org.jppf.classloader
-
- ClassLoaderEvent(AbstractJPPFClassLoader, Class<?>, boolean) - Constructor for class org.jppf.classloader.ClassLoaderEvent
-
Initialize this event with the specified source and Class object.n
- ClassLoaderEvent(AbstractJPPFClassLoader, String) - Constructor for class org.jppf.classloader.ClassLoaderEvent
-
Initialize this event with the specified source and Class object.n
- ClassLoaderListener - Interface in org.jppf.classloader
-
Interface to implement for the objects that wish to receive notifications
of JPPF class loader events.
- className - Variable in class org.jppf.node.protocol.JPPFExceptionResult
-
The fully qualified class name of the object that triggered the error.
- classNotFound(ClassLoaderEvent) - Method in interface org.jppf.classloader.ClassLoaderListener
-
Called when a class was not found by a class loader.
- ClassPath - Interface in org.jppf.node.protocol
-
A container for class path elements.
- ClassPathElement - Interface in org.jppf.node.protocol
-
Instances of this class represent classpath elements that can be added dynamically to a JPPF class loader.
- ClassPathElementImpl - Class in org.jppf.node.protocol
-
- ClassPathImpl - Class in org.jppf.node.protocol
-
A simple implementation of the
ClassPath
interface
- ClassPathImpl() - Constructor for class org.jppf.node.protocol.ClassPathImpl
-
- clear() - Method in class org.jppf.client.JobResults
-
Clear all results in case the job is manually resubmitted.
- clear() - Method in interface org.jppf.node.protocol.ClassPath
-
Empty this classpath (remove all classpath elements).
- clear() - Method in class org.jppf.node.protocol.ClassPathImpl
-
- clear() - Method in class org.jppf.persistence.JPPFDatasourceFactory
-
Close and remove all the data sources in this registry.
- clear() - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- clear() - Method in interface org.jppf.utils.collections.CollectionMap
-
Clear the map.
- clear() - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- clear() - Method in interface org.jppf.utils.collections.Metadata
-
Clear the underlying map.
- clear() - Method in class org.jppf.utils.collections.MetadataImpl
-
- clear() - Method in class org.jppf.utils.collections.SoftReferenceValuesMap
-
- clearNotFoundCache() - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
Clear the cache of resources not found.
- CLIENT_CLASS_REQUESTS_TIME - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Time for class loading requests from nodes to complete.
- CLIENT_IN_TRAFFIC - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Bytes received from remote clients.
- CLIENT_OUT_TRAFFIC - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Bytes sent to remote clients.
- ClientConfigDriverDiscovery - Class in org.jppf.client
-
Built-in driver discovery which creates connections pools based on the client configuration.
- ClientConfigDriverDiscovery(TypedProperties) - Constructor for class org.jppf.client.ClientConfigDriverDiscovery
-
Initialize this discovery with the specified client configuration.
- ClientConnectionPoolInfo - Class in org.jppf.discovery
-
Instances of this class represent the connection information and configuration of a JPPF connection pool on the client side.
- ClientConnectionPoolInfo() - Constructor for class org.jppf.discovery.ClientConnectionPoolInfo
-
Initialize a pool of plain connections with default name("driver"), host ("localhost"), port (11111), priority (0) and pool size (1).
- ClientConnectionPoolInfo(String, String, int) - Constructor for class org.jppf.discovery.ClientConnectionPoolInfo
-
Initialize a pool of plain connections with default priority (0) and pool size (1).
- ClientConnectionPoolInfo(String, boolean, String, int) - Constructor for class org.jppf.discovery.ClientConnectionPoolInfo
-
Initialize a pool of connections with default priority (0) and pool size (1).
- ClientConnectionPoolInfo(String, boolean, String, int, int, int, int) - Constructor for class org.jppf.discovery.ClientConnectionPoolInfo
-
Initialize a pool of connections with the specified parameters.
- ClientConnectionPoolInfo(String, boolean, String, int, int, int, int, boolean) - Constructor for class org.jppf.discovery.ClientConnectionPoolInfo
-
Initialize a pool of connections with the specified parameters.
- ClientConnectionStatusEvent - Class in org.jppf.client.event
-
Event sent to notify of a status change for a client connection.
- ClientConnectionStatusEvent(ClientConnectionStatusHandler, JPPFClientConnectionStatus) - Constructor for class org.jppf.client.event.ClientConnectionStatusEvent
-
Initialize this event with a client connection as source.
- ClientConnectionStatusHandler - Interface in org.jppf.client.event
-
Interface implemented by all classes that desire to handle a connection status
and notify others about status changes.
- ClientConnectionStatusListener - Interface in org.jppf.client.event
-
Instances of this class listen to status change events on client connections.
- ClientDriverDiscovery - Class in org.jppf.discovery
-
Abstract superclass for custom driver discovery mechanisms in JPPF clients.
- ClientDriverDiscovery() - Constructor for class org.jppf.discovery.ClientDriverDiscovery
-
- ClientEnvironmentProvider - Interface in org.jppf.jmx
-
Implementations of this interface provide environment properties to add to or override those passed to
JMXConnectorFactory.newJMXConnector()
when the client side of a JMX connection is attempted.
- ClientQueueEvent - Class in org.jppf.client.event
-
Instances of this class represent events emitted by the JPPF client job queue whenever a job is added to or removed from the queue.
- ClientQueueEvent(JPPFClient, JPPFJob, JPPFPriorityQueue) - Constructor for class org.jppf.client.event.ClientQueueEvent
-
Initialize this event with the specified source JPPF client and Job.
- ClientQueueEventDispatcher - Class in org.jppf.client.event
-
- ClientQueueEventDispatcher() - Constructor for class org.jppf.client.event.ClientQueueEventDispatcher
-
- ClientQueueListener - Interface in org.jppf.client.event
-
Interface for classes that wish to be notified of jobs added to or removed from the job queue.
- ClientQueueListenerAdapter - Class in org.jppf.client.event
-
Client queue listener adapter, providing no-op implementations of the
ClientQueueListener
interface methods.
- ClientQueueListenerAdapter() - Constructor for class org.jppf.client.event.ClientQueueListenerAdapter
-
- CLIENTS - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Number of client connections.
- close() - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
- close() - Method in class org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle
-
- close() - Method in class org.jppf.classloader.JPPFClassLoader
-
Terminate this classloader and clean the resources it uses.
- close() - Method in class org.jppf.client.AbstractClientConnectionPool
-
- close() - Method in class org.jppf.client.AbstractConnectionPool
-
- close() - Method in class org.jppf.client.AbstractGenericClient
-
- close() - Method in class org.jppf.client.AbstractJPPFClient
-
Close this client and release all the resources it is using.
- close() - Method in class org.jppf.client.JPPFClient
-
- close() - Method in interface org.jppf.client.JPPFClientConnection
-
Shutdown this connection and release all the resources it is using.
- close() - Method in class org.jppf.client.JPPFConnectionPool
-
- close() - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
- close() - Method in interface org.jppf.client.monitoring.jobs.JobMonitoringHandler
-
- close() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
- close() - Method in class org.jppf.client.persistence.DefaultFilePersistenceManager
-
- close() - Method in interface org.jppf.client.persistence.JobPersistence
-
Close this store and release any used resources.
- close() - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
Close this stream and release the underlying resources it uses.
- close() - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- close() - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- close() - Method in class org.jppf.logging.jdk.JmxHandler
- close() - Method in class org.jppf.logging.log4j.JmxAppender
-
Close this appender.
- close() - Method in class org.jppf.management.JMXConnectionWrapper
-
- close() - Method in class org.jppf.serialization.JPPFObjectInputStream
-
- close() - Method in class org.jppf.serialization.JPPFObjectOutputStream
-
- close() - Method in class org.jppf.utils.streams.NotifyingInputStream
-
- close() - Method in class org.jppf.utils.streams.NotifyingOutputStream
-
- close(AutoCloseable) - Static method in class org.jppf.utils.streams.StreamUtils
-
Attempt to close the specified closeable without logging an eventual error.
- close(AutoCloseable, Logger) - Static method in class org.jppf.utils.streams.StreamUtils
-
Attempt to close the specified closeable and log any eventual error.
- closeConnection(JPPFConnection) - Static method in class org.jppf.jca.demo.JPPFHelper
-
Close (release) the specified connection.
- closed - Variable in class org.jppf.management.AbstractJMXConnectionWrapper
-
- closeSilent(AutoCloseable) - Static method in class org.jppf.utils.streams.StreamUtils
-
Attempt to silently close (no exception logging) the specified closeable.
- CollectionMap<K,V> - Interface in org.jppf.utils.collections
-
Interface for maps whose values are collections of a given component type.
- CollectionSortedMap<K,V> - Interface in org.jppf.utils.collections
-
Interface for sorted maps whose values are collections of a given component type.
- CollectionUtils - Class in org.jppf.utils.collections
-
This class provides a set of utility methods for manipulating and converting
collections and arrays.
- COLUMN_PATTERN - Static variable in class org.jppf.utils.RegexUtils
-
Pre-compiled regex pattern that matches any column ':' character.
- COMMA_OR_SEMICOLUMN_PATTERN - Static variable in class org.jppf.utils.RegexUtils
-
Pre-compiled regex pattern that matches any comma ',' or semicolumn ';' character.
- COMMA_PATTERN - Static variable in class org.jppf.utils.RegexUtils
-
Pre-compiled regex pattern that matches any comma ',' character.
- CommandLineTask<T> - Class in org.jppf.node.protocol
-
Instances of this class encapsulate the execution of an external process, program or shell script.
This task starts and external process using command line arguments, environment variables, and a list
of input and/or output files to use or generated by the external process.
This task also captures the standard and error output (i.e.
- CommandLineTask() - Constructor for class org.jppf.node.protocol.CommandLineTask
-
Default constructor.
- CommandLineTask(String...) - Constructor for class org.jppf.node.protocol.CommandLineTask
-
Create an instance of this class and set the parameters of the external process or script to launch.
- CommandLineTask(Map<String, String>, String, String...) - Constructor for class org.jppf.node.protocol.CommandLineTask
-
Create an instance of this class and set the parameters of the external process or script to launch.
- comparator - Variable in class org.jppf.utils.collections.AbstractCollectionSortedMap
-
Comparator used to sort the keys.
- compareAndDecrement(ComparisonOperator, int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Compare the value with the expected value using the specified operator, and increment it if the comparison succeeds.
- compareAndIncrement(ComparisonOperator, int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Compare the value with the expected value using the specified operator, and increment it if the comparison succeeds.
- compareAndRun(boolean, Runnable) - Method in class org.jppf.utils.concurrent.SynchronizedBoolean
-
Run an action if the value is the expected one.
- compareAndRun(ComparisonOperator, long, Runnable) - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Compare the value with the expected value, and run the action if they are equal.
- compareAndRun(T, Runnable) - Method in class org.jppf.utils.concurrent.SynchronizedReference
-
Run an action if the value is the expected one.
- compareAndSet(boolean, boolean) - Method in class org.jppf.utils.concurrent.SynchronizedBoolean
-
Compare the value with the expected value, and set it to the update value if they are equal.
- compareAndSet(int, int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Compare the value with the expected value, and set it to the update value if they are equal.
- compareAndSet(ComparisonOperator, int, int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Compare the value with the expected value using the specified operator, and set it to the update value if the comparison succeeds.
- compareAndSet(ComparisonOperator, int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Compare the value with the expected update value using the specified operator, and set it to this update value if the comparison succeeds.
- compareAndSet(long, long) - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Compare the value witht he expected value, and set it to the update value if they are equal.
- compareAndSet(ComparisonOperator, long, long) - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Compare the value with the expected value using the specified operator, and set it to the update value if the comparison succeeds.
- compareAndSet(ComparisonOperator, long) - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Compare the value with the expected update value using the specified operator, and set it to this update value if the comparison succeeds.
- compareAndSet(T, T) - Method in class org.jppf.utils.concurrent.SynchronizedReference
-
Compare the value with the expected value, and set it to the update value if they are equal.
- compareTo(AbstractClientConnectionPool) - Method in class org.jppf.client.AbstractClientConnectionPool
-
Compares this connection pool with another, based on their respective priorities.
- compareTo(JPPFManagementInfo) - Method in class org.jppf.management.JPPFManagementInfo
-
- ComparisonOperator - Interface in org.jppf.utils
-
Interface for numerical binary comparison operators.
- ComparisonUtils - Class in org.jppf.utils
-
A set of utility methods to facilitate concurrent and multithreaded rpogramming.
- CompositeX509TrustManager - Class in org.jppf.ssl
-
Instances of this class allow an SSLSocketFactory or an SSLEngine to perform checks against multiple trust managers from multiple trusstores.
- CompositeX509TrustManager(List<X509TrustManager>) - Constructor for class org.jppf.ssl.CompositeX509TrustManager
-
- compute(JPPFCallable<V>) - Method in class org.jppf.node.protocol.AbstractTask
-
- compute(JPPFCallable<V>) - Method in interface org.jppf.node.protocol.Task
-
Compute a value on the client-side, as the result of the execution of a
JPPFCallable
.
- computeCallable(JPPFCallable<V>) - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
Compute a value on the client-side, as the result of the execution of a
JPPFCallable
.
- computeDistance(TypedProperties, TypedProperties) - Static method in class org.jppf.utils.TypedPropertiesSimilarityEvaluator
-
Compute the cost of transforming the values of props2 into the values of the properties defined in props1.
- computeHash(String, String) - Static method in class org.jppf.utils.CryptoUtils
-
Compute a hash string from a soruce string.
- computeKey(JPPFJob) - Method in class org.jppf.client.persistence.DefaultFilePersistenceManager
-
Compute the key assigned ot the specified job.
- computeKey(JPPFJob) - Method in interface org.jppf.client.persistence.JobPersistence
-
Compute the key for the specified job.
- concatArrays(T[]...) - Static method in class org.jppf.utils.collections.CollectionUtils
-
Concatenate a set of array into a single array.
- concatArrays(Class<T>, T[]...) - Static method in class org.jppf.utils.collections.CollectionUtils
-
Concatenate a set of array into a single array.
- ConcurrentHashMapHandler - Class in org.jppf.serialization
-
- ConcurrentHashMapHandler() - Constructor for class org.jppf.serialization.ConcurrentHashMapHandler
-
- ConcurrentHashSet<E> - Class in org.jppf.utils.collections
-
- ConcurrentHashSet() - Constructor for class org.jppf.utils.collections.ConcurrentHashSet
-
Create a new, empty set with a default initial capacity of 16, a load factor of 0.75 and a concurrency level of 16.
- ConcurrentHashSet(int) - Constructor for class org.jppf.utils.collections.ConcurrentHashSet
-
Create a new, empty set with the specified initial capacity, a load factor of 0.75 and a concurrency level of 16
- ConcurrentHashSet(int, float) - Constructor for class org.jppf.utils.collections.ConcurrentHashSet
-
Create a new, empty set with the specified initial capacity, load factor and a concurrency level of 16.
- ConcurrentHashSet(int, float, int) - Constructor for class org.jppf.utils.collections.ConcurrentHashSet
-
Create a new, empty map with the specified initial capacity, load factor and concurrency level.
- ConcurrentSoftReferenceValuesMap<K,V> - Class in org.jppf.utils.collections
-
A concurrent map whose values are soft references.
- ConcurrentSoftReferenceValuesMap() - Constructor for class org.jppf.utils.collections.ConcurrentSoftReferenceValuesMap
-
- ConcurrentUtils - Class in org.jppf.utils.concurrent
-
A set of utility methods to facilitate concurrent and multithreaded programming.
- ConcurrentUtils.Condition - Interface in org.jppf.utils.concurrent
-
This interface represents a condition to evaluate to either true
or false
.
- ConcurrentUtils.ConditionFalseOnException - Class in org.jppf.utils.concurrent
-
This abstrat class handles exceptions raised by its evaluate()
method and returns false
when it happens.
- ConcurrentUtils.ConditionFalseOnException() - Constructor for class org.jppf.utils.concurrent.ConcurrentUtils.ConditionFalseOnException
-
- config - Variable in class org.jppf.client.AbstractJPPFClient
-
The JPPF configuration properties.
- config - Variable in class org.jppf.net.RangePattern
-
The configuration used for this pattern.
- CONFIG_OVERRIDES_PATH - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Path to the temporary config overrides properties file.
- CONFIG_PLUGIN_PROPERTY - Static variable in class org.jppf.utils.JPPFConfiguration
-
The name of the system property used to specified an alternate JPPF configuration source.
- CONFIG_PROPERTY - Static variable in class org.jppf.utils.JPPFConfiguration
-
Name of the system property holding the location of the JPPF configuration file.
- ConfigurationUtils - Class in org.jppf.utils.configuration
-
Extract JPPF properties defined as public constants in a given class.
- ConfigurationUtils() - Constructor for class org.jppf.utils.configuration.ConfigurationUtils
-
- connect(Map<String, ?>) - Method in class javax.management.remote.jmxmp.JMXMPConnector
-
- connect() - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- connect(Map<String, ?>) - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- connect() - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Initialize the connection to the remote MBean server.
- connect() - Method in class org.jppf.management.JMXConnectionWrapper
-
Initialize the connection to the remote MBean server.
- connectAndWait(long) - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Initiate the connection and wait until the connection is established or the timeout has expired, whichever comes first.
- connectAndWait(long) - Method in class org.jppf.management.JMXConnectionWrapper
-
Initiate the connection and wait until the connection is established or the timeout has expired, whichever comes first.
- connected - Variable in class org.jppf.management.AbstractJMXConnectionWrapper
-
Determines whether the connection to the JMX server has been established.
- CONNECTED - Static variable in interface org.jppf.management.JPPFNodeConnectionNotifierMBean
-
The type of notification which indicates that a node is connected.
- connection - Variable in class org.jppf.management.AbstractMBeanStaticProxy
-
The JMX connection used to invoke remote MBean methods.
- CONNECTION_NAME_PREFIX - Static variable in class org.jppf.management.AbstractJMXConnectionWrapper
-
Prefix for the name given to the connection thread.
- connectionAdded(ConnectionPoolEvent) - Method in interface org.jppf.client.event.ConnectionPoolListener
-
Called when a new connection is created.
- connectionAdded(ConnectionPoolEvent) - Method in class org.jppf.client.event.ConnectionPoolListenerAdapter
-
- connectionClosed(JMXConnectionStatusEvent) - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- ConnectionContext - Class in org.jppf.node.connection
-
Instances of this class define the context for a node (re)connection request.
- connectionCount(JPPFClientConnectionStatus...) - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the number of connections in this pool that have one of the psecified statuses.
- connectionCount() - Method in class org.jppf.client.AbstractConnectionPool
-
- connectionCount() - Method in interface org.jppf.client.ConnectionPool
-
Get the current size of this pool.
- connectionFailed(JMXConnectionStatusEvent) - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- connectionOpened(JMXConnectionStatusEvent) - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- ConnectionPool<E extends AutoCloseable> - Interface in org.jppf.client
-
Interface for pools of connections with a maximum size which can be dynamically updated.
- connectionPoolAdded(ConnectionPoolEvent) - Method in interface org.jppf.client.event.ConnectionPoolListener
-
Called when a new connection pool is created.
- connectionPoolAdded(ConnectionPoolEvent) - Method in class org.jppf.client.event.ConnectionPoolListenerAdapter
-
- ConnectionPoolEvent - Class in org.jppf.client.event
-
- ConnectionPoolFilter<E extends ConnectionPool<?>> - Interface in org.jppf.client
-
- ConnectionPoolListener - Interface in org.jppf.client.event
-
Base interface for classes wishing to be notified of connection pool events.
- ConnectionPoolListenerAdapter - Class in org.jppf.client.event
-
- ConnectionPoolListenerAdapter() - Constructor for class org.jppf.client.event.ConnectionPoolListenerAdapter
-
- connectionPoolRemoved(ConnectionPoolEvent) - Method in interface org.jppf.client.event.ConnectionPoolListener
-
Called when a connection pool removed.
- connectionPoolRemoved(ConnectionPoolEvent) - Method in class org.jppf.client.event.ConnectionPoolListenerAdapter
-
- ConnectionReason - Enum in org.jppf.node.connection
-
This enum lists the possible high-level reasons for a node reconnection request.
- connectionRemoved(ConnectionPoolEvent) - Method in interface org.jppf.client.event.ConnectionPoolListener
-
Called when a connection pool is removed.
- connectionRemoved(ConnectionPoolEvent) - Method in class org.jppf.client.event.ConnectionPoolListenerAdapter
-
- connectionThread - Variable in class org.jppf.management.AbstractJMXConnectionWrapper
-
The connection thread that performs the connection to the management server.
- Contains - Class in org.jppf.node.policy
-
An execution policy rule that encapsulates a test of type property_value_or_expression contains a
.
- Contains(String, boolean, String) - Constructor for class org.jppf.node.policy.Contains
-
Define an contains test between the string value of a property and another string value.
- contains(Object) - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- containsAll(Collection<?>) - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- containsKey(String) - Method in class org.jppf.management.JPPFSystemInformation
-
- containsKey(K) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- containsKey(K) - Method in interface org.jppf.utils.collections.CollectionMap
-
Determine whether this map contains the specified key.
- containsKey(String) - Method in interface org.jppf.utils.PropertiesCollection
-
Determine whether this properties collection contains a property witht he specified key.
- containsProperty(JPPFProperty<?>) - Static method in class org.jppf.utils.JPPFConfiguration
-
Determine whether the JPPF configuration contains the specified property.
- containsProperty(JPPFProperty<?>) - Method in class org.jppf.utils.TypedProperties
-
Determine whether this set of properties contains the specified property.
- containsValue(K, V) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- containsValue(V) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- containsValue(K, V) - Method in interface org.jppf.utils.collections.CollectionMap
-
Determine whether the collection mapped to the specified key contains the specified value.
- containsValue(V) - Method in interface org.jppf.utils.collections.CollectionMap
-
Determine whether at least one of the collections in the map contains the specified value.
- convertSource(String) - Method in class org.jppf.net.RangePattern
-
Convert the specified source into an IP pattern.
- copy() - Method in class org.jppf.management.JPPFNodeState
-
Make a copy of this node state.
- copy() - Method in class org.jppf.node.protocol.JobClientSLA
-
Create a copy of this job SLA.
- copy() - Method in class org.jppf.node.protocol.JobSLA
-
Create a copy of this job SLA.
- copyFields(Object, Object, ClassDescriptor) - Method in class org.jppf.serialization.AbstractSerializationHandler
-
Copy the declared fields of the specified source object into the destination object.
- copyFile(File, File) - Static method in class org.jppf.utils.streams.StreamUtils
-
Copy the data read from the specified input stream to the specified output stream.
- CopyOnWriteListConcurrentMap<K,V> - Class in org.jppf.utils.collections
-
- CopyOnWriteListConcurrentMap() - Constructor for class org.jppf.utils.collections.CopyOnWriteListConcurrentMap
-
Default constructor.
- copyStream(InputStream, OutputStream) - Static method in class org.jppf.utils.streams.StreamUtils
-
Copy the data read from the specified input stream to the specified output stream.
- copyStream(InputStream, OutputStream, boolean) - Static method in class org.jppf.utils.streams.StreamUtils
-
Copy the data read from the specified input stream to the specified output stream.
- copyTo(Location<V>) - Method in class org.jppf.location.AbstractLocation
-
- copyTo(Location<V>) - Method in interface org.jppf.location.Location
-
Copy the content at this location to another location.
- CPU_LOAD_COMPUTATION_INTERVAL - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Determines the frequency at which the JVM's cpu load is recomputed, in ms.
- CPU_TEMPERATURE - Static variable in class org.jppf.management.diagnostics.provider.MonitoringConstants
-
Constant for the name of the cpu temperature property.
- cpuLoad() - Method in interface org.jppf.management.diagnostics.DiagnosticsMBean
-
Get an approximation of the current CPU load.
- cpuLoad() - Method in class org.jppf.management.generated.DriverDiagnosticsMBeanStaticProxy
-
- cpuLoad() - Method in class org.jppf.management.generated.NodeDiagnosticsMBeanStaticProxy
-
- createBundler(AnnealingTuneProfile) - Method in class org.jppf.load.balancer.spi.AutoTunedBundlerProvider
-
Create a bundler instance using the specified parameters profile.
- createBundler(FixedSizeProfile) - Method in class org.jppf.load.balancer.spi.FixedSizeBundlerProvider
-
Create a bundler instance using the specified parameters profile.
- createBundler(T) - Method in interface org.jppf.load.balancer.spi.JPPFBundlerProvider
-
Create a bundler instance using the specified parameters profile.
- createBundler(NodeThreadsProfile) - Method in class org.jppf.load.balancer.spi.NodeThreadsBundlerProvider
-
Create a bundler instance using the specified parameters profile.
- createBundler(ProportionalProfile) - Method in class org.jppf.load.balancer.spi.ProportionalBundlerProvider
-
Create a bundler instance using the specified parameters profile.
- createBundler(RL2Profile) - Method in class org.jppf.load.balancer.spi.RL2BundlerProvider
-
Create a bundler instance using the specified parameters profile.
- createDataSource(String, Properties) - Method in class org.jppf.persistence.JPPFDatasourceFactory
-
Create a data source from the specified configuration properties.
- createDataSources(Properties) - Method in class org.jppf.persistence.JPPFDatasourceFactory
-
Create one or more data sources from the specified configuration properties.
- createDiff(int, int, Random) - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Generate a difference to be applied to the best known bundle size.
- createMap() - Method in class org.jppf.utils.collections.AbstractCollectionConcurrentMap
-
- createMap() - Method in class org.jppf.utils.collections.AbstractCollectionHashtable
-
- createMap() - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
Create a new map.
- createMap() - Method in class org.jppf.utils.collections.AbstractCollectionSortedMap
-
- createMap() - Method in class org.jppf.utils.collections.ArrayListHashMap
-
- createMap() - Method in class org.jppf.utils.collections.CopyOnWriteListConcurrentMap
-
- createMap() - Method in class org.jppf.utils.collections.EnumSetEnumMap
-
- createMap() - Method in class org.jppf.utils.collections.SetHashMap
-
- createMap() - Method in class org.jppf.utils.collections.SetIdentityMap
-
- createMap() - Method in class org.jppf.utils.collections.SynchronizedLinkedListConcurrentMap
-
- createMBean(String, ObjectName) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- createMBean(String, ObjectName, ObjectName) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- createMBean(String, ObjectName, Object[], String[]) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- createMBean(String, ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- createMBean(String, ObjectName, ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- createMBean(String, ObjectName, Object[], String[]) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- createMBean(String, ObjectName, ObjectName, Object[], String[]) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- createMBean(Node) - Method in class org.jppf.management.NodeConfigNotifierMBeanProvider
-
- createMBean() - Method in interface org.jppf.management.spi.JPPFDriverMBeanProvider
-
- createMBean(Node) - Method in interface org.jppf.management.spi.JPPFNodeMBeanProvider
-
- createNextJob() - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
Create the next job in the stream, along with its tasks.
- createNodePanel() - Method in class org.jppf.node.screensaver.impl.JPPFScreenSaverImpl
-
Create the node panel.
- createOrGetCollection(K) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
Get an exisitng collection for the specified key, or create it if it doesn't exist.
- createOrGetCollectionSynchronized(K) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
Get an exisitng collection for the specified key, or create it if it doesn't exist.
- createProfile(TypedProperties) - Method in class org.jppf.load.balancer.spi.AutoTunedBundlerProvider
-
Create a bundler profile containing the parameters of the algorithm.
- createProfile(TypedProperties) - Method in class org.jppf.load.balancer.spi.FixedSizeBundlerProvider
-
Create a bundler profile containing the parameters of the algorithm.
- createProfile(TypedProperties) - Method in interface org.jppf.load.balancer.spi.JPPFBundlerProvider
-
Create a bundler profile containing the parameters of the algorithm.
- createProfile(TypedProperties) - Method in class org.jppf.load.balancer.spi.NodeThreadsBundlerProvider
-
Create a bundler profile containing the parameters of the algorithm.
- createProfile(TypedProperties) - Method in class org.jppf.load.balancer.spi.ProportionalBundlerProvider
-
Create a bundler profile containing the parameters of the algorithm.
- createProfile(TypedProperties) - Method in class org.jppf.load.balancer.spi.RL2BundlerProvider
-
Create a bundler profile containing the parameters of the algorithm.
- createTopPanel() - Method in class org.jppf.node.screensaver.impl.NodePanel
-
Create the panel on top of the node monitoring panel.
- createTypeArray(Object[]) - Static method in class org.jppf.utils.ReflectionUtils
-
Generate an array of the types of the specified arguments.
- CryptoUtils - Class in org.jppf.utils
-
Utility and helper methods to deal with cryptographic operations.
- CryptoUtils() - Constructor for class org.jppf.utils.CryptoUtils
-
- CumulativeSnapshot - Class in org.jppf.utils.stats
-
In this implementation, getLatest()
is computed as the cumulated sum of all values added to the snapshot.
- CustomPolicy - Class in org.jppf.node.policy
-
Abstract superclass for all user-defined policies.
- CustomPolicy(String...) - Constructor for class org.jppf.node.policy.CustomPolicy
-
Initialize this policy with the specified arguments.
- CustomWrapping2.WrappedObject - Class in org.jppf.management
-
- CustomWrapping2.WrappedObject(Object) - Constructor for class org.jppf.management.CustomWrapping2.WrappedObject
-
- gc() - Method in interface org.jppf.management.diagnostics.DiagnosticsMBean
-
Perform a garbage collection.
- gc(NodeSelector) - Method in interface org.jppf.management.forwarding.JPPFNodeForwardingMBean
-
Invoke System.gc()
on the specified nodes.
- gc() - Method in class org.jppf.management.generated.DriverDiagnosticsMBeanStaticProxy
-
- gc(NodeSelector) - Method in class org.jppf.management.generated.JPPFNodeForwardingMBeanStaticProxy
-
- gc() - Method in class org.jppf.management.generated.NodeDiagnosticsMBeanStaticProxy
-
- GC_ON_DISK_OVERFLOW - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Whether to call System.gc() and recompute the avalaible heap size before triggering disk overflow.
- get() - Method in class org.jppf.client.JPPFJob
- get(long, TimeUnit) - Method in class org.jppf.client.JPPFJob
- get(Object) - Method in class org.jppf.utils.collections.SoftReferenceValuesMap
-
- get() - Method in class org.jppf.utils.concurrent.MutableBoolean
-
- get() - Method in class org.jppf.utils.concurrent.MutableReference
-
Get the object held by this reference.
- get() - Method in class org.jppf.utils.concurrent.SynchronizedBoolean
-
- get() - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Get the value.
- get() - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Get the value.
- get() - Method in class org.jppf.utils.concurrent.SynchronizedReference
-
- get(JPPFProperty<T>) - Static method in class org.jppf.utils.JPPFConfiguration
-
Get the value of a predefined property.
- get(JPPFProperty<T>, String...) - Static method in class org.jppf.utils.JPPFConfiguration
-
Get the value of a predefined parametrized property.
- get(JPPFProperty<T>) - Method in class org.jppf.utils.TypedProperties
-
Get the value of a predefined property.
- get(JPPFProperty<T>, String...) - Method in class org.jppf.utils.TypedProperties
-
Get the value of a predefined parametrized property.
- getAcceptedIssuers() - Method in class org.jppf.ssl.CompositeX509TrustManager
-
- getActiveState(NodeSelector) - Method in class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
- getActiveState(NodeSelector) - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- getActiveState(NodeSelector) - Method in interface org.jppf.management.JPPFDriverAdminMBean
-
Get the active states of the nodes specified vith a
NodeSelector
.
- getActivity() - Method in class org.jppf.android.node.AndroidNodeIntegrationAdapter
-
Get the Android activity from which the node is launched.
- getAddress() - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- getAddress() - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- getAdminConsole() - Static method in class org.jppf.ui.console.JPPFAdminConsole
-
Get the administration console as a JComponent
that can be added to any Swing container.
- getAlgorithm() - Method in class org.jppf.load.balancer.LoadBalancingInformation
-
Get the name of the algorithm.
- getAlgorithm() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
Get the name of the related load-balancing algorithm.
- getAlgorithmID() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
- getAlgorithmName() - Method in class org.jppf.load.balancer.spi.AutoTunedBundlerProvider
-
Get the name of the algorithm defined by this provider.
- getAlgorithmName() - Method in class org.jppf.load.balancer.spi.FixedSizeBundlerProvider
-
Get the name of the algorithm defined by this provider.
- getAlgorithmName() - Method in interface org.jppf.load.balancer.spi.JPPFBundlerProvider
-
Get the name of the algorithm defined by this provider.
- getAlgorithmName() - Method in class org.jppf.load.balancer.spi.NodeThreadsBundlerProvider
-
Get the name of the algorithm defined by this provider.
- getAlgorithmName() - Method in class org.jppf.load.balancer.spi.ProportionalBundlerProvider
-
Get the name of the algorithm defined by this provider.
- getAlgorithmName() - Method in class org.jppf.load.balancer.spi.RL2BundlerProvider
-
Get the name of the algorithm defined by this provider.
- getAlgorithmNames() - Method in class org.jppf.load.balancer.LoadBalancingInformation
-
The names of all available algorithms.
- getAliases() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getAliases() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get the aliases for this property, that is, other names it may be known as such as legacy names from prior versions.
- getAll() - Method in interface org.jppf.utils.collections.Metadata
-
Get a copy of the metadata map.
- getAll() - Method in class org.jppf.utils.collections.MetadataImpl
-
- getAllBeanMethods(Class<?>, boolean) - Static method in class org.jppf.utils.ReflectionUtils
-
Obtain all the getters or setters of a specified class.
- getAllConnectionsCount() - Method in class org.jppf.client.AbstractJPPFClient
-
Get count of all client connections handled by this JPPFClient.
- getAllElements(List<T>, int, int) - Static method in class org.jppf.utils.collections.CollectionUtils
-
Generate a list that contains the specified number of elements of the specified list,
starting at the specified position in the specified list.
- getAllJobDispatches(String) - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
Get the dispatches of the specified job accrosss the entire topology.
- getAllJobIds() - Method in interface org.jppf.jca.cci.JPPFConnection
-
Get the ids of all currently available jobs.
- getAllJobIds() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- getAllJobListeners() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get all the job listeners added to this job configuration.
- getAllJobUuids() - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- getAllJobUuids() - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
Get the set of uuids for all the jobs currently queued or executing.
- getAllProperties() - Static method in class org.jppf.management.diagnostics.MonitoringDataProviderHandler
-
- getAllResults() - Method in class org.jppf.client.JobResults
-
Get all the tasks received as results for this job.
- getAllResults() - Method in class org.jppf.client.JPPFJob
-
Get the list of currently available task execution results.
- getAndSet(boolean) - Method in class org.jppf.utils.concurrent.SynchronizedBoolean
-
Set a new value and return the old value.
- getAndSet(int) - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Set a new value and return the old value.
- getAndSet(long) - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Set a new value and return the old value.
- getAndSet(T) - Method in class org.jppf.utils.concurrent.SynchronizedReference
-
Set a new value and return the old value.
- getArgs() - Method in class org.jppf.node.policy.CustomPolicy
-
Get the arguments of this policy.
- getArtifactId() - Method in class org.jppf.location.MavenCentralLocation
-
Get the artifact id of the correpsonding Maven artifact.
- getAttribute(ObjectName, String) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getAttribute(String) - Method in class org.jppf.management.AbstractMBeanStaticProxy
-
Get the value of an attribute of the specified MBean.
- getAttribute(String, String) - Method in class org.jppf.management.JMXConnectionWrapper
-
Get the value of an attribute of the specified MBean.
- getAttribute(ObjectName, String) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getAttribute(Object, String, String) - Static method in class org.jppf.utils.ManagementUtils
-
Get the given attribute of the given mbean via the specified mbean server connection.
- getAttributes() - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- getAttributes(ObjectName, String[]) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getAttributes(ObjectName, String[]) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getAvg() - Method in class org.jppf.utils.stats.AbstractJPPFSnapshot
-
- getAvg() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the average value.
- getAvg() - Method in class org.jppf.utils.stats.SingleValueSnapshot
-
- getBatchSize() - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Get the minimum number of tasks that must be submitted before they are sent to the server.
- getBatchTimeout() - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Get the maximum time to wait before the next batch of tasks is to be sent for execution.
- getBindings() - Method in class org.jppf.node.protocol.ScriptedTask
-
Get the user-defined variable bindings.
- getBindings() - Method in class org.jppf.scripting.ScriptDefinition
-
Get the vairable bindings.
- getBlockedCount() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the count of times this thread has been blocked.
- getBlockedTime() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the total cumulated block time.
- getBoolean(String) - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get the value of a property as a boolean.
- getBoolean(String) - Method in class org.jppf.utils.TypedProperties
-
Get the boolean value of a property with a specified name.
- getBoolean(String, boolean) - Method in class org.jppf.utils.TypedProperties
-
Get the boolean value of a property with a specified name.
- getBroadcasting() - Method in class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
- getBroadcasting() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- getBroadcasting() - Method in interface org.jppf.management.JPPFDriverAdminMBean
-
Determine whether the driver is broadcasting or not.
- getBuildDate() - Method in class org.jppf.utils.VersionUtils.Version
-
Get the JPPF build date.
- getBuildNumber() - Method in class org.jppf.utils.VersionUtils.Version
-
Get the JPPF build number.
- getBundleSize() - Method in class org.jppf.load.balancer.AbstractAdaptiveBundler
-
- getBundleSize() - Method in interface org.jppf.load.balancer.Bundler
-
Get the current bundle size.
- getBundleSize() - Method in class org.jppf.load.balancer.impl.AutoTunedBundler
-
- getBundleSize() - Method in class org.jppf.load.balancer.impl.AutotunedDelegatingBundler
-
Get the current size of bundle.
- getBundleSize() - Method in class org.jppf.load.balancer.impl.FixedSizeBundler
-
This method always returns a statically assigned bundle size.
- getBundleSize() - Method in class org.jppf.load.balancer.impl.NodeThreadsBundler
-
Get the current number of tasks to send to the node.
- getBundleSize() - Method in class org.jppf.load.balancer.impl.ProportionalBundler
-
- getBundleSize() - Method in class org.jppf.load.balancer.impl.RL2Bundler
-
- getCallStack() - Static method in class org.jppf.utils.ExceptionUtils
-
Get the call stack for the current thread.
- getChannelConfiguration() - Method in class org.jppf.load.balancer.AbstractAdaptiveBundler
-
- getChannelConfiguration() - Method in interface org.jppf.load.balancer.ChannelAwareness
-
Get the corresponding node's system information.
- getChannelConfiguration() - Method in class org.jppf.load.balancer.impl.NodeThreadsBundler
-
- getChannelID() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
- getChannelString() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
Get a unique identifier for the channel, reusable over restarts of the remote process (driver or node).
- getChar(String) - Method in class org.jppf.utils.TypedProperties
-
Get the char value of a property with a specified name.
- getChar(String, char) - Method in class org.jppf.utils.TypedProperties
-
Get the char value of a property with a specified name.
- getChild(String) - Method in class org.jppf.client.monitoring.AbstractComponent
-
Get the child with the specified uuid.
- getChildCount() - Method in class org.jppf.client.monitoring.AbstractComponent
-
Get the number of children of this topology component.
- getChildren() - Method in class org.jppf.client.monitoring.AbstractComponent
-
Get the children of this component in a thread-safe way.
- getClassLoader() - Method in class org.jppf.classloader.ClassLoaderEvent
-
Get the class laoder which emitted this event.
- getClassLoader(ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getClassLoader() - Method in class org.jppf.server.node.AbstractCommonNode
-
Get the main classloader for the node.
- getClassLoader(List<String>) - Method in class org.jppf.server.node.JPPFNode
-
- getClassLoaderFor(ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getClassLoaderRepository() - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getClassLoaders() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get all the class loaders added to this job configuration.
- getClassName() - Method in class org.jppf.classloader.ClassLoaderEvent
-
Get the name of a class that was loaded or could not be found by this class loader.
- getClassName() - Method in class org.jppf.management.diagnostics.LockInformation
-
Get the fully qualified class name of this lock.
- getClassPath() - Method in class org.jppf.node.protocol.JobSLA
-
Get the class path associated with the job.
- getClient() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the JPPF client which holds this pool.
- getClient() - Method in class org.jppf.client.event.ClientQueueEvent
-
Get the JPPF client source of this event.
- getClientConnection(int, JPPFClientConnectionStatus...) - Method in class org.jppf.client.AbstractJPPFClient
-
Get a connection with the specified priority that matches one of the specified statuses.
- getClientConnectionStatusHandler() - Method in class org.jppf.client.event.ClientConnectionStatusEvent
-
Get the source of this event.
- getClientSLA() - Method in class org.jppf.client.AbstractJPPFJob
-
Get the job SLA for the client side.
- getClientSLA() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get the service level agreement between the job and the client.
- getClientSLA() - Method in class org.jppf.node.policy.PolicyContext
-
Get the job client side SLA, set at runtime by the server.
- getClientUuid() - Method in class org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle
-
Get the uuid of the JPPF client this class loader gets resources from.
- getCommandList() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the list of command-line arguments.
- getCommitted() - Method in class org.jppf.management.diagnostics.MemoryUsageInformation
-
Get the current memory size.
- getComponent() - Method in class org.jppf.node.screensaver.impl.JPPFScreenSaverImpl
-
- getComponent() - Method in class org.jppf.node.screensaver.impl.SimpleScreenSaver
-
- getComponent() - Method in interface org.jppf.node.screensaver.JPPFScreenSaver
-
Get the Swing component for this screen saver.
- getCompSeparator() - Method in class org.jppf.net.PatternConfiguration
-
Get the separator for the components of an address.
- getConfig() - Method in class org.jppf.client.AbstractJPPFClient
-
Get JPPF configuration properties.
- getConfiguration() - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Get the configuration for this executor service.
- getConfiguration() - Method in class org.jppf.node.protocol.JPPFNodeConfigSpec
-
Get the desired JPPF configuration of each node.
- getConnection() - Method in class org.jppf.client.AbstractClientConnectionPool
-
- getConnection() - Method in interface org.jppf.client.ConnectionPool
-
Get the next connection that is connected and available.
- getConnection() - Method in class org.jppf.client.event.ConnectionPoolEvent
-
Get the connection that triggered this event.
- getConnection() - Method in class org.jppf.client.event.JobEvent
-
Get the remote driver connection through which the job dispatch was sent.
- getConnection() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Get the driver connection.
- getConnection() - Method in class org.jppf.jca.cci.JPPFConnectionFactory
-
- getConnection(ConnectionSpec) - Method in class org.jppf.jca.cci.JPPFConnectionFactory
-
- getConnection() - Static method in class org.jppf.jca.demo.JPPFHelper
-
Obtain a JPPF connection from the resource adapter's connection pool.
- getConnection(String) - Static method in class org.jppf.jca.demo.JPPFHelper
-
Obtain a JPPF connection from the resource adapter's connection pool.
- getConnectionFactory(String) - Static method in class org.jppf.jca.demo.JPPFHelper
-
Obtain a JPPF connection factory from the resource adapter.
- getConnectionId() - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- getConnectionPool() - Method in class org.jppf.client.AbstractJPPFClient
-
Get a pool with at least one
active
connection and with the highest possible priority.
- getConnectionPool() - Method in class org.jppf.client.event.ConnectionPoolEvent
-
Get the source of this event.
- getConnectionPool() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the pool this connection belongs to.
- getConnectionPools(int) - Method in class org.jppf.client.AbstractJPPFClient
-
Get a set of existing connection pools with the specified priority.
- getConnectionPools() - Method in class org.jppf.client.AbstractJPPFClient
-
Get a list of existing connection pools, ordered by descending priority.
- getConnections(JPPFClientConnectionStatus...) - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get a list of connections held by this pool whose status is one of the specified statuses.
- getConnections() - Method in class org.jppf.client.AbstractConnectionPool
-
- getConnections() - Method in interface org.jppf.client.ConnectionPool
-
Get a list of connections held by this pool.
- getConnectionStatus() - Method in class org.jppf.management.JPPFNodeState
-
Get the status of the connection between the node and the server.
- getConnectionUuid() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the unique ID for this connection and its two channels.
- getConnectorServer() - Method in interface org.jppf.management.JMXServer
-
Get the JMX connector server.
- getContentView() - Method in class org.jppf.android.node.AndroidNodeIntegrationAdapter
-
Get the view to be displayed during a job execution, if any.
- getContentView() - Method in class org.jppf.android.node.DefaultAndroidNodeIntegration
-
- getContentView() - Method in class org.jppf.android.node.SimpleNodeIntegration
-
- getContext() - Method in class org.jppf.node.policy.ExecutionPolicy
-
Get the context for this policy.
- getCount() - Method in class org.jppf.utils.TimeMarker
-
Get the count of measurements.
- getCpuLoad() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getDouble(MonitoringConstants.PROCESS_CPU_LOAD)
instead.
- getCpuTime() - Method in class org.jppf.management.JPPFNodeState
-
Get the total cpu time used by the task processing threads.
- getCpuTime() - Method in class org.jppf.management.TaskInformation
-
Get the cpu time taken by the task.
- getCurrentClassAndMethod() - Static method in class org.jppf.utils.ReflectionUtils
-
Get the name of the method that called this one.
- getCurrentClassName() - Static method in class org.jppf.utils.ReflectionUtils
-
Get the name of the current class in the call stack.
- getCurrentMethodName() - Static method in class org.jppf.utils.ReflectionUtils
-
Get the name of the method that called this one.
- getDataProvider() - Method in class org.jppf.client.AbstractJPPFJob
-
Get the container for data shared between tasks.
- getDataProvider() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get the job's data provider.
- getDataProvider() - Method in class org.jppf.node.event.NodeLifeCycleEvent
-
Get the data provider for the current job, if any.
- getDataProvider() - Method in class org.jppf.node.protocol.AbstractTask
-
- getDataProvider() - Method in interface org.jppf.node.protocol.Task
-
Get the provider of shared data for this task.
- getDataSource(String) - Method in class org.jppf.persistence.JPPFDatasourceFactory
-
Get the data source with the specified name.
- getDataSourceNames() - Method in class org.jppf.persistence.JPPFDatasourceFactory
-
Get the names of all currently defined data sources.
- getDate() - Method in class org.jppf.scheduling.JPPFSchedule
-
Get the scheduled date for this configuration.
- getDeadlockedThreads() - Method in class org.jppf.management.diagnostics.ThreadDump
-
Get the ids of the deadlock threads, if any.
- getDecodedURLFromFilePath(File) - Static method in class org.jppf.utils.FileUtils
-
Transform a file path into a URL in non URL-ncoded form.
- getDecodedURLPath(URL) - Static method in class org.jppf.utils.StringUtils
-
Transform a file path into a URL in non URL-ncoded form.
- getDecreaseRatio() - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the decrease rate for this profile.
- getDefaultClientPolicy() - Method in class org.jppf.client.JPPFClient
-
Get the default client-side job execution policy.
- getDefaultDomain() - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getDefaultDomain() - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getDefaultPolicy() - Method in class org.jppf.client.JPPFClient
-
Get the default server-side job execution policy.
- getDefaultProfile() - Static method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the default profile with default parameter values.
- getDefaultProfile() - Static method in class org.jppf.load.balancer.impl.ProportionalProfile
-
Get the default profile with default parameter values.
- getDefaultValue() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getDefaultValue() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get the default value of this property.
- getDelegate() - Method in class org.jppf.serialization.JPPFCompositeSerialization
-
Get the concrete serialization to delegate to.
- getDelegationModel() - Static method in class org.jppf.classloader.AbstractJPPFClassLoader
-
Determine the class loading delegation model currently in use.
- getDelegationModel(NodeSelector) - Method in interface org.jppf.management.forwarding.JPPFNodeForwardingMBean
-
Get the current class loader delegation model for the specified nodes.
- getDelegationModel() - Method in class org.jppf.management.generated.JPPFNodeAdminMBeanStaticProxy
-
- getDelegationModel(NodeSelector) - Method in class org.jppf.management.generated.JPPFNodeForwardingMBeanStaticProxy
-
- getDelegationModel() - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
- getDelegationModel() - Method in interface org.jppf.management.JPPFNodeAdminMBean
-
Get the current class loader delegation model for the node.
- getDeprecatedDoc() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getDeprecatedDoc(Locale) - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getDeprecatedDoc() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get a string explaining why a property was deprecated and/or what to use instead.
- getDeprecatedDoc(Locale) - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get a string explaining why a property was deprecated and/or what to use instead.
- getDesiredNodeConfiguration() - Method in class org.jppf.node.protocol.JobSLA
-
Get the configuration of the node(s) this job should be executed on,
forcing a restart of the node with appropriate configuration overrides if there is no such node.
- getDiagnostics() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Gert the diagnostics mbean for this driver.
- getDiagnosticsProxy() - Method in class org.jppf.management.JMXConnectionWrapper
-
Get a proxy to the diagnostics/JVM health MBean.
- getDiagnosticsProxy() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- getDiagnosticsProxy() - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
- getDispatchExpirationSchedule() - Method in class org.jppf.node.protocol.JobSLA
-
Get the expiration schedule for any subset of the job dispatched to a node.
- getDisplayName() - Method in class org.jppf.client.monitoring.AbstractComponent
-
Get a user-friendly representation of this topology component.
- getDisplayName() - Method in class org.jppf.client.monitoring.jobs.Job
-
- getDisplayName() - Method in class org.jppf.client.monitoring.jobs.JobDispatch
-
- getDisplayName() - Method in class org.jppf.client.monitoring.jobs.JobDriver
-
- getDisplayName() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
- getDisplayName() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
- getDisplayName() - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Get the string representing this connection, used for displaying in the admin conosle.
- getDisplayName() - Method in enum org.jppf.management.JPPFNodeState.ConnectionState
-
Get the localizable display name.
- getDisplayName() - Method in enum org.jppf.management.JPPFNodeState.ExecutionState
-
Get the localizable display name.
- getDisplayName() - Method in enum org.jppf.management.NodePendingAction
-
Get the localizable display name.
- getDocumentation() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getDocumentation(Locale) - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getDocumentation(Locale) - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get a description of this property.
- getDocumentation() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get a description of this property.
- getDomains() - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getDomains() - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getDouble(String) - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get the value of a property as a double.
- getDouble(String) - Method in class org.jppf.utils.TypedProperties
-
Get the double precision value of a property with a specified name.
- getDouble(String, double) - Method in class org.jppf.utils.TypedProperties
-
Get the double precision value of a property with a specified name.
- getDriver() - Method in class org.jppf.client.monitoring.topology.TopologyEvent
-
Get the driver data.
- getDriver(String) - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the driver with the specified uuid.
- getDriver() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
Convenience method to get the driver this node is attached to as a
TopologyDriver
instance.
- getDriverCount() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the number of drivers currently handled.
- getDriverHost() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the host name of the remote driver.
- getDriverIPAddress() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the ip address of the remote driver.
- getDriverPort() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the port to use on the remote driver.
- getDrivers() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the drivers currently handled.
- getDriversForJob(String) - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
Get the drivers to which a job was submitted, either in parallel from the same client, or from one driver to another in a multi-driver topology.
- getDriverUuid() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the uuid of the driver to which connections in this pool are connected.
- getDriverUuid() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the unique identifier of the remote driver.
- getDriverUuid() - Method in class org.jppf.job.JobNotification
-
Get the uuid of the driver that sent this notification.
- getDuration() - Method in class org.jppf.scheduling.JPPFSchedule
-
Get the duration for this configuration.
- getElapsedTime() - Method in class org.jppf.management.TaskInformation
-
Get the wall clock time taken by the task.
- getEnv() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the map holding the environment variables.
- getEnv() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the environment variables to set.
- getEnvironment() - Method in interface org.jppf.jmx.ClientEnvironmentProvider
-
Get a set of environment properties add to or override those passed to each new client-side connection.
- getEnvironment() - Method in interface org.jppf.jmx.ServerEnvironmentProvider
-
Get a set of environment properties add to or override those passed to each new remote connector server.
- getEnvironment() - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- getEnvironment() - Method in interface org.jppf.management.JMXServer
-
Get the environment used at the creation of this server.
- getEnvironment() - Static method in class org.jppf.utils.SystemUtils
-
Get a map of the environment variables.
- getErrorOutput() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the content of the error output for the process.
- getEventType() - Method in class org.jppf.job.JobNotification
-
Get the type of this job event.
- getExecutedJobCount() - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
Get the number of completed jobs.
- getExecutionManager() - Method in class org.jppf.server.node.JPPFNode
-
- getExecutionPolicy() - Method in class org.jppf.node.protocol.JobCommonSLA
-
Get the tasks execution policy.
- getExecutionStatus() - Method in class org.jppf.management.JPPFNodeState
-
Get the latest execution status of the node.
- getExitCode() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the exit code returned by the sub-process.
- getExpirationCount() - Method in class org.jppf.job.ServerTaskInformation
-
Get the number of times a dispatch of the task has expired.
- getFile(String) - Method in class org.jppf.utils.TypedProperties
-
Get the value of the specified property as a
File
.
- getFile(String, File) - Method in class org.jppf.utils.TypedProperties
-
Get the value of the specified property as a
File
.
- getFileAsByte(File) - Static method in class org.jppf.utils.FileUtils
-
Get the content of a file as an array of bytes.
- getFileExtension(File) - Static method in class org.jppf.utils.FileUtils
-
Get the extension of a file.
- getFileInputStream(File) - Static method in class org.jppf.utils.FileUtils
-
Get an input stream given a file.
- getFileInputStream(String) - Static method in class org.jppf.utils.FileUtils
-
Get an input stream given a file path.
- getFileName(String) - Static method in class org.jppf.utils.FileUtils
-
Get the name of a file from its full path.
- getFileNameAndExtension(String) - Static method in class org.jppf.utils.FileUtils
-
Decompose a file name into name + extension.
- getFileOutputStream(String) - Static method in class org.jppf.utils.FileUtils
-
Get an output stream given a file path.
- getFileOutputStream(File) - Static method in class org.jppf.utils.FileUtils
-
Get an output stream given a file path.
- getFilePathList(String) - Static method in class org.jppf.utils.FileUtils
-
Get a list of files whose paths are found in a text file.
- getFileReader(String) - Static method in class org.jppf.utils.FileUtils
-
Get a Reader
for the specified file path, looked up first in the file system then in the classpath.
- getFileWriter(String) - Static method in class org.jppf.utils.FileUtils
-
Get a Writer
for the specified file path.
- getFilter() - Method in class org.jppf.utils.stats.JPPFFilteredStatisticsListener
-
Get an optional filter to associate with this listener.
- getFloat(String) - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get the value of a property as a float.
- getFloat(String) - Method in class org.jppf.utils.TypedProperties
-
Get the single precision value of a property with a specified name.
- getFloat(String, float) - Method in class org.jppf.utils.TypedProperties
-
Get the single precision value of a property with a specified name.
- getFormat() - Method in class org.jppf.scheduling.JPPFSchedule
-
Get the format of timeout date for this task.
- getForwarder() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Get the proxy to the driver MBean that forwards node management requests.
- getGetter(Class<?>, String) - Static method in class org.jppf.utils.ReflectionUtils
-
Get a getter with a given name from a class.
- getGetterForAttribute(Class<?>, String) - Static method in class org.jppf.utils.ReflectionUtils
-
Get a getter corresponding to a specified instance variable name from a class.
- getGridExecutionPolicy() - Method in class org.jppf.node.protocol.JobSLA
-
Get the global grid execution policy (which applies to the driver).
- getGroupId() - Method in class org.jppf.location.MavenCentralLocation
-
Get the group id of the correpsonding Maven artifact.
- getHealthSnapshot() - Method in class org.jppf.client.monitoring.topology.AbstractTopologyComponent
-
Get the object describing the health of a node or driver.
- getHeapMemoryUsage() - Method in class org.jppf.management.diagnostics.MemoryInformation
-
Get the heap memory usage.
- getHeapUsed() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getLong(MonitoringConstants.HEAP_USAGE_MB)
instead.
- getHeapUsedRatio() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getDouble(MonitoringConstants.HEAP_USAGE_RATIO)
instead.
- getHost() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the driver's host name or ip address.
- getHost() - Method in class org.jppf.discovery.DriverConnectionInfo
-
Get the driver host name or IP address.
- getHost() - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Get the host the server is running on.
- getHost() - Method in class org.jppf.management.JPPFManagementInfo
-
Get the host on which the node is running.
- getHost() - Method in interface org.jppf.node.connection.DriverConnectionInfo
-
Get the driver host name or IP address.
- getHost() - Method in class org.jppf.node.connection.JPPFDriverConnectionInfo
-
- getId() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the id of this pool.
- getId() - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Get a string describing this connection.
- getId() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the id of this thread.
- getId() - Method in interface org.jppf.management.JMXServer
-
- getId() - Method in class org.jppf.management.TaskInformation
-
Get the task id.
- getId() - Method in class org.jppf.node.protocol.AbstractTask
-
- getId() - Method in interface org.jppf.node.protocol.Task
-
Get the user-assigned id for this task.
- getIdentityHashcode() - Method in class org.jppf.management.diagnostics.LockInformation
-
Get the identity hash code of this lock.
- getIndex() - Method in class org.jppf.server.node.JPPFContainer.ObjectDeserializationTask
-
- getInetAddress(String) - Method in class org.jppf.utils.TypedProperties
-
Get the value of a property with the specified name as an
InetAddress
.
- getInetAddress(String, InetAddress) - Method in class org.jppf.utils.TypedProperties
-
Get the value of a property with the specified name as an
InetAddress
.
- getInit() - Method in class org.jppf.management.diagnostics.MemoryUsageInformation
-
Get the initial memory size.
- getInitialMeanTime() - Method in class org.jppf.load.balancer.impl.ProportionalProfile
-
Get the initial value of the mean execution time, used to bootstrap the algorithm.
- getInitialSize() - Method in class org.jppf.load.balancer.impl.ProportionalProfile
-
Get the initial bundle size to use when the performance cache is empty.
- getInitialTaskCount() - Method in class org.jppf.job.JobInformation
-
Get the initial task count of the job, that is, the number of tasks it contained when it was received by the driver.
- getInputStream() - Method in interface org.jppf.job.persistence.PersistenceInfo
-
Get an input stream for the persisted object.
- getInputStream() - Method in class org.jppf.location.FileLocation
-
- getInputStream() - Method in interface org.jppf.location.Location
-
Obtain an input stream to read from this location.
- getInputStream() - Method in class org.jppf.location.MemoryLocation
-
- getInputStream() - Method in class org.jppf.location.URLLocation
-
- getInputStreamAsByte(InputStream) - Static method in class org.jppf.utils.streams.StreamUtils
-
Get the content of an input stream as an array of bytes.
- getInstance() - Static method in class org.jppf.management.NodeConfigNotifier
-
Get the singleton instance of this class.
- getInstance() - Static method in class org.jppf.persistence.JPPFDatasourceFactory
-
Get a data source factory.
- getInstance() - Static method in class org.jppf.server.JPPFDriver
-
Get the singleton instance of the JPPFDriver.
- getInt(String) - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get the value of a property as an int.
- getInt(String) - Method in class org.jppf.utils.TypedProperties
-
Get the integer value of a property with a specified name.
- getInt(String, int) - Method in class org.jppf.utils.TypedProperties
-
Get the integer value of a property with a specified name.
- getIpAddress() - Method in class org.jppf.management.JPPFManagementInfo
-
Get the ip address of the host on which the node or driver is running.
- getJmx() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Get the wrapper holding the connection to the JMX server on a driver or node.
- getJmxConnection() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get a connected JMX connection among those in the JMX pool.
- getJmxConnection(boolean) - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get a JMX connection among those in the JMX pool.
- getJMXConnections() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the list of connections currently in the JMX pool.
- getJMXConnectionWrapper() - Method in class org.jppf.management.JMXWrapperEvent
-
Get the jmx connection wrapper source of this event.
- getJmxconnector() - Method in class org.jppf.management.JMXConnectionWrapper
-
The JMX client connector.
- getJMXPoolMaxSize() - Method in class org.jppf.client.AbstractClientConnectionPool
-
- getJMXPoolSize() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the current maximum size of the associated JMX connection pool.
- getJmxPoolSize() - Method in class org.jppf.discovery.ClientConnectionPoolInfo
-
Get the associated JMX connection pool size.
- getJmxPort() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the jmx port to use on the remote driver.
- getJmxServer() - Method in interface org.jppf.node.Node
-
Get the JMX connector server associated with the node.
- getJMXServer(boolean) - Method in class org.jppf.server.JPPFDriver
-
Get the jmx server used to manage and monitor this driver.
- getJmxServer() - Method in class org.jppf.server.node.JPPFNode
-
Get the jmx server that handles administration and monitoring functions for this node.
- getJob() - Method in class org.jppf.client.event.ClientQueueEvent
-
Get the job that was added or removed.
- getJob() - Method in class org.jppf.client.event.JobEvent
-
Get the source of this event.
- getJob() - Method in class org.jppf.client.monitoring.jobs.JobDispatch
-
Get the job to which this dispatch belongs.
- getJob(String) - Method in class org.jppf.client.monitoring.jobs.JobDriver
-
Get a job handled by this driver from its uuid.
- getJob() - Method in class org.jppf.client.monitoring.jobs.JobMonitoringEvent
-
Get the related job, if any.
- getJob() - Method in interface org.jppf.job.persistence.PersistenceInfo
-
Get the related job information.
- getJob() - Method in class org.jppf.load.balancer.AbstractAdaptiveBundler
-
- getJob() - Method in interface org.jppf.load.balancer.JobAwareness
-
Get the current job for which load-balancing is being performed.
- getJob() - Method in class org.jppf.node.event.NodeLifeCycleEvent
-
Get the job currently being executed.
- getJob(String) - Method in class org.jppf.server.JPPFDriver
-
Get a server-side representation of a job from its uuid.
- getJobConfiguration() - Method in interface org.jppf.client.concurrent.ExecutorServiceConfiguration
-
Get the configuration to use for the jobs submitted by the executor service.
- getJobCount() - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
Get the number of submitted jobs.
- getJobDescription(String) - Method in class org.jppf.client.JPPFDriverJobPersistence
-
Get the description of the job with the specified uuid.
- getJobDispatch(String) - Method in class org.jppf.client.monitoring.jobs.Job
-
Get the dispatch with the specified node uuid for this job.
- getJobDispatch() - Method in class org.jppf.client.monitoring.jobs.JobMonitoringEvent
-
Get the related job dispatch, if any.
- getJobDispatches() - Method in class org.jppf.client.monitoring.jobs.Job
-
Get the job dispatches for this job.
- getJobDispatches() - Method in class org.jppf.node.policy.PolicyContext
-
Get the number of nodes the job is already dispatched to.
- getJobDriver() - Method in class org.jppf.client.monitoring.jobs.Job
-
Get the driver that holds this job.
- getJobDriver(String) - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
Get the driver with the specified uuid.
- getJobDriver() - Method in class org.jppf.client.monitoring.jobs.JobMonitoringEvent
-
Get the job driver from which this event originates.
- getJobDrivers() - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
Get the drivers monitored by this job monitor.
- getJobExpirationSchedule() - Method in class org.jppf.node.protocol.JobCommonSLA
-
Get the job expiration schedule configuration.
- getJobId() - Method in class org.jppf.management.TaskInformation
-
Get the id of the job this task belongs to.
- getJobInformation() - Method in class org.jppf.client.monitoring.jobs.Job
-
Get the information on the job.
- getJobInformation() - Method in class org.jppf.client.monitoring.jobs.JobDispatch
-
Get the information on the job.
- getJobInformation() - Method in class org.jppf.job.JobNotification
-
Get the information about the job.
- getJobInformation(String) - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- getJobInformation(JobSelector) - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- getJobInformation(String) - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
Get an object describing the job with the specified id.
- getJobInformation(String) - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
Get an object describing the job with the specified id.
- getJobInformation(JobSelector) - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
The job information for all the jobs accepted by the specified selector.
- getJobInformation() - Method in class org.jppf.server.job.management.NodeJobInformation
-
Get the information about the job dispatch.
- getJobManager() - Method in class org.jppf.client.monitoring.jobs.JobDriver
-
Get the proxy to the driver MBean that manages and monitors jobs.
- getJobManager() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Get the proxy to the driver MBean that manages and monitors jobs.
- getJobManager() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
This convenience method creates a proxy to the driver's mbean which manages and monitors jobs.
- getJobMetadata() - Method in class org.jppf.job.JobTasksEvent
-
Get the job metadata from this event.
- getJobMonitor() - Method in class org.jppf.client.monitoring.jobs.JobMonitoringEvent
-
Get the job monitor which emitted this event.
- getJobMonitor() - Static method in class org.jppf.ui.console.JPPFAdminConsole
-
Get the job monitor used by the admin console.
- getJobMonitor() - Method in class org.jppf.ui.plugin.PluggableView
-
Get the
JobMonitor
associated with the administration console.
- getJobName(String) - Static method in class org.jppf.jca.demo.JPPFHelper
-
Get the name of the specified job.
- getJobName() - Method in class org.jppf.job.JobInformation
-
Get the user-defined name for the job.
- getJobName() - Method in class org.jppf.job.JobTasksEvent
-
Get the name of the job to which the tasks belong.
- getJobName() - Method in class org.jppf.management.TaskInformation
-
Get the name of the job this task belongs to.
- getJobPosition() - Method in class org.jppf.job.ServerTaskInformation
-
Get the position of this task within the job submitted by the client.
- getJobPosition() - Method in class org.jppf.management.TaskInformation
-
Get the position of the task in the job to which it belongs.
- getJobs() - Method in class org.jppf.client.monitoring.jobs.JobDriver
-
Get the list of jobs handled by this driver.
- getJobSchedule() - Method in class org.jppf.node.protocol.JobCommonSLA
-
Get the job schedule.
- getJobSLA() - Method in class org.jppf.job.JobTasksEvent
-
Get the job SLA from this event.
- getJobStatus(String) - Method in interface org.jppf.jca.cci.JPPFConnection
-
Get the execution status of a tasks job.
- getJobTasks() - Method in class org.jppf.client.event.JobEvent
-
Get the tasks that were dispatched or returned.
- getJobTasks() - Method in class org.jppf.client.JPPFJob
-
Get the list of tasks to execute.
- getJobTasksListenerManager() - Method in class org.jppf.server.JPPFDriver
-
Get the object which manages the registration and unregistration of job
dispatch listeners and notifies these listeners of job dispatch events.
- getJobUuid() - Method in class org.jppf.client.event.JobStatusEvent
-
Get the id of the job.
- getJobUuid() - Method in class org.jppf.job.JobTasksEvent
-
Get the uuid of the job to which the tasks belong.
- getJobUuid() - Method in interface org.jppf.job.persistence.PersistenceInfo
-
Get the job uuid.
- getJppf() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the map holding the JPPF configuration properties.
- getJPPFClient() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the JPPF client.
- getJPPFClient() - Static method in class org.jppf.ui.console.JPPFAdminConsole
-
Get the JPPF client used by the admin console.
- getJPPFNodeMaintenanceMProxy() - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
A shortcut method for getProxy(JPPFNodeMaintenanceMBean.MBEAN_NAME, JPPFNodeMaintenanceMBean.class)
.
- getJPPFNodeProvisioningProxy() - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
A shortcut method for getProxy(JPPFNodeProvisioningMBean.MBEAN_NAME, JPPFNodeProvisioningMBean.class)
.
- getJPPFNodeTaskMonitorProxy() - Method in class org.jppf.management.JMXNodeConnectionWrapper
-
A shortcut method for getProxy(JPPFNodeTaskMonitorMBean.MBEAN_NAME, JPPFNodeTaskMonitorMBean.class)
.
- getJPPFTempDir() - Static method in class org.jppf.utils.FileUtils
-
- getLabel() - Method in class org.jppf.utils.stats.AbstractBaseJPPFSnapshot
-
- getLabel() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the label for this snapshot.
- getLanguage() - Method in class org.jppf.node.protocol.ScriptedTask
-
Get the JSR 223 script language to use.
- getLanguage() - Method in class org.jppf.scripting.BaseScriptEvaluator
-
Get the language of the script to evaluate.
- getLanguage() - Method in class org.jppf.scripting.ScriptDefinition
-
- getLastElapsed() - Method in class org.jppf.utils.TimeMarker
-
Get the elapsed time for the last measurement.
- getLastElapsedAsString() - Method in class org.jppf.utils.TimeMarker
-
Get the elapsed time for the last measurement formatted as hh:mm:ss.nnn
- getLastElapsedMillis() - Method in class org.jppf.utils.TimeMarker
-
Get the elapsed time for the last measurement in milliseconds.
- getLastUpdateNanos() - Method in class org.jppf.utils.stats.AbstractBaseJPPFSnapshot
-
- getLastUpdateNanos() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the time elapsed between the creation of this snapshot and its last update, expresseed in nanos.
- getLatest() - Method in class org.jppf.utils.stats.AbstractJPPFSnapshot
-
- getLatest() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the latest observed value.
- getLatest() - Method in class org.jppf.utils.stats.SingleValueSnapshot
-
- getLiveThreads() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getInt(MonitoringConstants.LIVE_THREADS_COUNT)
instead.
- getLoadBalancerPersistenceManagement() - Method in class org.jppf.client.AbstractGenericClient
-
Get the object that manages the persisted states of the load-balancers.
- getLoadBalancerPersistenceManagement() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
This convenience method creates a proxy to the driver's mbean that manages the load-balancers persisted states.
- getLoadBalancerSettings() - Method in class org.jppf.client.JPPFClient
-
Get the current load-balancer settings.
- getLoadedClass() - Method in class org.jppf.classloader.ClassLoaderEvent
-
Get the class that was successfully loaded.
- getLocalizationBase() - Method in class org.jppf.management.diagnostics.provider.DefaultMonitoringDataProvider
-
- getLocalizationBase() - Method in class org.jppf.management.diagnostics.provider.MonitoringDataProvider
-
Get the base path to the localization bundles for this provider.
- getLocalizedLabel(JPPFSnapshot) - Static method in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Get the localized translation of the label of the specified snapshot in the current locale.
- getLocalizedLabel(JPPFSnapshot, Locale) - Static method in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Get the localized translation of the label of the specified snapshot in the specified locale.
- getLocation() - Method in class org.jppf.location.LocationEvent
-
Get the source location, on which the event occurred.
- getLock() - Method in class org.jppf.management.diagnostics.StackFrameInformation
-
Get the associated lock.
- getLockInformation() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the lock this thread is waiting for, if any.
- getLockOwnerId() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the id of the owner of the lock this thread is waiting for, if any.
- getLogger(Class<?>, boolean) - Static method in class org.jppf.utils.LoggingUtils
-
Create an optionally asynchronous logger.
- getLong(String) - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get the value of a property as a long.
- getLong(String) - Method in class org.jppf.utils.TypedProperties
-
Get the long integer value of a property with a specified name.
- getLong(String, long) - Method in class org.jppf.utils.TypedProperties
-
Get the long integer value of a property with a specified name.
- getLower() - Method in class org.jppf.utils.Range
-
Get the lower bound.
- getManagementHost() - Method in interface org.jppf.management.JMXServer
-
Get the host interface on which the JMX server is listeneing for connections.
- getManagementInfo() - Method in class org.jppf.client.monitoring.topology.AbstractTopologyComponent
-
Get the management informtation on this topology component.
- getManagementPort() - Method in interface org.jppf.management.JMXServer
-
Get the port on which the connector is listening for connections from remote clients.
- getMasterNodeUuid() - Method in interface org.jppf.node.Node
-
Get the uuid of the node who this node is a slave of.
- getMasterNodeUuid() - Method in class org.jppf.server.node.JPPFNode
-
- getMasterUuid() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
Get the uuid of the node who this node is a slave of.
- getMasterUuid() - Method in class org.jppf.management.JPPFManagementInfo
-
Get the uuid of the master node that providioned this node.
- getMatchingConstructor(Class<?>, Object[]) - Static method in class org.jppf.utils.ReflectionUtils
-
Get the constructor with in the specified declaring class, that matches
the number, order and types of the specified arguments.
- getMatchingMethod(Class<?>, String, Object[]) - Static method in class org.jppf.utils.ReflectionUtils
-
Get the method with the specified name, in the specified declaring class, that matches the number, order and types of the specified arguments.
- getMax() - Method in class org.jppf.management.diagnostics.MemoryUsageInformation
-
Get the maximum memory size.
- getMax() - Method in class org.jppf.utils.stats.AbstractJPPFSnapshot
-
- getMax() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the peak observed value.
- getMax() - Method in class org.jppf.utils.stats.SingleValueSnapshot
-
- getMaxBundleSize() - Method in class org.jppf.client.JPPFContextClient
-
Get the maximum bundle size for the bundles present in the queue.
- getMaxBundleSize() - Method in class org.jppf.server.JPPFContextDriver
-
- getMaxChannels() - Method in class org.jppf.node.protocol.JobClientSLA
-
Get the maximum number of channels, including the local execution channel if it is enabled, this job can be sent on.
- getMaxDeviation() - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the percentage of deviation of the current mean to the mean
when the system was considered stable.
- getMaxDispatchExpirations() - Method in class org.jppf.node.protocol.JobSLA
-
Get the number of times a dispatched task can expire before it is finally cancelled.
- getMaxGuessToStable() - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the maximum number of guesses of number generated that were already tested
for the algorithm to consider the current best solution stable.
- getMaxNodeProvisioningGroupss() - Method in class org.jppf.node.protocol.JobSLA
-
Get the maximum number of groups of master/slaves nodes the job can be executed on at any given time.
- getMaxNodes() - Method in class org.jppf.job.JobInformation
-
Get the maximum number of nodes this job can run on.
- getMaxNodes() - Method in class org.jppf.node.protocol.JobSLA
-
Get the maximum number of nodes this job can run on.
- getMaxRelativeSize() - Method in class org.jppf.load.balancer.impl.RL2Profile
-
Get the maximum bundle size, expressed as a fraction in the range ]0.0, 1.0], of the current job size.
- getMaxResubmits() - Method in class org.jppf.job.ServerTaskInformation
-
Get the maximum number of times the task can be resubmitted.
- getMaxResubmits() - Method in class org.jppf.node.protocol.AbstractTask
-
- getMaxResubmits() - Method in interface org.jppf.node.protocol.Task
-
Get the maximum number of times a task can resubmit itself.
- getMaxSamples() - Method in class org.jppf.load.balancer.impl.RL2Profile
-
Get the number of known states from which the learning phase is considered complete.
- getMaxTaskResubmits() - Method in class org.jppf.node.protocol.JobSLA
-
- getMaxThreads() - Method in class org.jppf.utils.concurrent.JPPFThreadPool
-
- getMaxThreads() - Method in class org.jppf.utils.concurrent.JPPFThreadPool2
-
- getMaxValue() - Method in class org.jppf.utils.configuration.NumberProperty
-
Get the maximum accepted value for this property.
- getMBeanAttributeName(Method) - Static method in class org.jppf.utils.ReflectionUtils
-
Get the name of an MBean attribute based on a getter or setter method.
- getMBeanAttributeName(String) - Static method in class org.jppf.utils.ReflectionUtils
-
Get the name of an MBean attribute based on the name of a getter or setter method.
- getMbeanConnection() - Method in class org.jppf.management.JMXConnectionWrapper
-
Get the connection to the MBean server.
- getMBeanCount() - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getMBeanCount() - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getMBeanInfo(ObjectName) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getMBeanInfo(ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getMBeanInterfaceName() - Method in class org.jppf.management.NodeConfigNotifierMBeanProvider
-
- getMBeanInterfaceName() - Method in interface org.jppf.management.spi.JPPFMBeanProvider
-
Return the fully qualified name of the management interface defined by this provider.
- getMbeanName() - Method in class org.jppf.logging.log4j.JmxAppender
-
Get the name of the mbean that sends messages as JMX notifications.
- getMBeanName() - Method in class org.jppf.management.forwarding.JPPFNodeForwardingNotification
-
Get the name of the originating MBean in the node.
- getMBeanName() - Static method in class org.jppf.management.generated.DriverDiagnosticsMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFNodeAdminMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFNodeConnectionNotifierMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFNodeForwardingMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFNodeMaintenanceMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFNodeProvisioningMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.LoadBalancerPersistenceManagerMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.NodeConfigNotifierMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.NodeDiagnosticsMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.PeerDriverMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Static method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
Get the JMX object name for this MBean static proxy.
- getMBeanName() - Method in class org.jppf.management.NodeConfigNotifierMBeanProvider
-
- getMBeanName() - Method in interface org.jppf.management.spi.JPPFMBeanProvider
-
Return the name of the specified MBean.
This is the name under which the MBean will be registered with the MBean server.
- getMBeanNotificationsInfo(Object, String) - Static method in class org.jppf.utils.ManagementUtils
-
Get the information for notifications supported by the specified MBean.
- getMBeanServer() - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- getMBeanServer() - Method in interface org.jppf.management.JMXServer
-
Get a reference to the MBean server.
- getMBeanServer() - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getMBeanServerConnection() - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- getMBeanServerConnection(Subject) - Method in class org.jppf.jmxremote.JPPFJMXConnector
-
- getMBeanServerForwarder() - Method in interface org.jppf.management.JMXServer
-
Get an optional MBeanServerForwarder
associated with the underlying remote connector server.
- getMessage(String) - Method in class org.jppf.jca.demo.J2EEDemo
-
Get the resulting message from a submission.
- getMessage(String) - Static method in class org.jppf.jca.demo.JPPFHelper
-
Format the results of the specified job.
- getMessage() - Method in class org.jppf.node.connection.ConnectionContext
-
Get an explanation text for the reconnection.
- getMessage(Throwable) - Static method in class org.jppf.utils.ExceptionUtils
-
Get the message of the specified Throwable
along with its class name.
- getMessageHandler() - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getMetadata() - Method in class org.jppf.client.AbstractJPPFJob
-
- getMetadata() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get the user-defined metadata associated with this job.
- getMetaData() - Method in class org.jppf.jca.cci.JPPFConnectionFactory
-
- getMetadata() - Method in class org.jppf.node.policy.PolicyContext
-
Get the job metadata, set at runtime by the server.
- getMetadata() - Method in interface org.jppf.node.protocol.JPPFDistributedJob
-
Get the user-defined metadata associated with this job.
- getMin() - Method in class org.jppf.utils.stats.AbstractJPPFSnapshot
-
- getMin() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the smallest observed value.
- getMin() - Method in class org.jppf.utils.stats.SingleValueSnapshot
-
- getMinSamples() - Method in class org.jppf.load.balancer.impl.RL2Profile
-
Get the number of known states from which to start computing a probablity that the next action will be chsen randomly.
- getMinSamplesToAnalyse() - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the minimum number of samples that must be collected before an analysis is triggered.
- getMinSamplesToCheckConvergence() - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the the minimum number of samples to be collected before
checking if the performance profile has changed.
- getMinValue() - Method in class org.jppf.utils.configuration.NumberProperty
-
Get the minimum accepted value for this property.
- getMonitorOwner(Object) - Static method in class org.jppf.utils.concurrent.DeadlockDetector
-
Get information on the thread that owns the monitor of the specified object.
- getMultipleResources(String...) - Method in class org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle
-
Get multiple resources, specified by their names, from the classpath.
- getMultiplicator() - Method in class org.jppf.load.balancer.impl.NodeThreadsProfile
-
Get the multiplicator for the number of threads in the node.
- getName() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the name of this pool.
- getName() - Method in class org.jppf.client.AbstractJPPFJob
-
- getName() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the name assigned to this client connection.
- getName() - Method in class org.jppf.discovery.DriverConnectionInfo
-
Get the name given to this connection.
- getName() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the name of this thread.
- getName() - Method in interface org.jppf.node.protocol.ClassPathElement
-
Deprecated.
the name
attribute has no clearly definied, consistent semantics. It can be bypassed entirely.
- getName() - Method in class org.jppf.node.protocol.ClassPathElementImpl
-
Deprecated.
the name
attribute has no clearly defined, consistent semantics. It is no longer used.
- getName() - Method in interface org.jppf.node.protocol.JPPFDistributedJob
-
Get the user-defined display name for this job.
- getName() - Method in class org.jppf.serialization.JPPFCompositeSerialization
-
Get the name given to this composite serialization.
- getName() - Method in class org.jppf.serialization.LZ4Serialization
-
- getName() - Method in class org.jppf.serialization.ZLIBSerialization
-
- getName() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getName() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get the name of this property.
- getNbSlaveNodes() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
Get the number of slaves for a master node.
- getNbSlaves(NodeSelector) - Method in interface org.jppf.management.forwarding.JPPFNodeForwardingMBean
-
Get the number of provisioned slave nodes for the selected nodes.
- getNbSlaves(NodeSelector) - Method in class org.jppf.management.generated.JPPFNodeForwardingMBeanStaticProxy
-
- getNbSlaves() - Method in class org.jppf.management.generated.JPPFNodeProvisioningMBeanStaticProxy
-
- getNbSlaves() - Method in interface org.jppf.node.provisioning.JPPFNodeProvisioningMBean
-
Get the number of slave nodes started by this MBean.
- getNbTasksExecuted() - Method in class org.jppf.management.JPPFNodeState
-
Get the number of tasks executed by the node.
- getNetwork() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the map of the network configuration.
- getNetwork() - Static method in class org.jppf.utils.SystemUtils
-
Get a map of the environment variables.
- getNode() - Method in class org.jppf.client.monitoring.jobs.JobDispatch
-
Get the information on the node for ths job dispatch.
- getNode(String) - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the node with the specified uuid.
- getNode() - Method in class org.jppf.node.event.NodeLifeCycleEvent
-
Get the object representing the current JPPF node.
- getNode() - Method in class org.jppf.node.protocol.AbstractTask
-
- getNode() - Method in interface org.jppf.node.protocol.Task
-
Get the node this task is executing in, if any.
- getNodeCount() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the number of nodes currently handled.
- getNodeFilter() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the node selector used to filter the nodes and associated events.
- getNodeForwarder() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
This convenience method creates a proxy to the driver's mbean which forwards requests to its nodes.
- getNodeInfo() - Method in class org.jppf.job.JobNotification
-
Get the information about the node.
- getNodeInfo() - Method in class org.jppf.job.JobTasksEvent
-
Get the information on the node to which the job was dispatched.
- getNodeInfo() - Method in class org.jppf.server.job.management.NodeJobInformation
-
Get the information about the node.
- getNodeInformation(JobSelector) - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- getNodeInformation(String) - Method in class org.jppf.management.generated.DriverJobManagementMBeanStaticProxy
-
- getNodeInformation(String) - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
Get a list of objects describing the nodes to which the whole or part of a job was dispatched.
- getNodeInformation() - Method in class org.jppf.server.event.NodeConnectionEvent
-
Get the node information for this event.
- getNodeInformation(String) - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
Get a list of objects describing the nodes to which the whole or part of a job was dispatched.
- getNodeInformation(JobSelector) - Method in interface org.jppf.server.job.management.DriverJobManagementMBean
-
Get a list of objects describing the nodes to which the whole or part of a job was dispatched, for all the jobs specified by a job selector.
- getNodeOrPeer() - Method in class org.jppf.client.monitoring.topology.TopologyEvent
-
Get the node data.
- getNodeOrPeer(String) - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the node with the psecified uuid.
- getNodePanel() - Method in class org.jppf.node.screensaver.impl.JPPFScreenSaverImpl
-
Get the node panel.
- getNodes() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Convenience method to get the nodes attached to this driver as
TopologyNode
objects.
- getNodes() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the nodes currently handled.
- getNodesAndPeers() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Convenience method to get the nodes and peers connected to this driver as
TopologyNode
objects.
- getNodeState() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
Get the object describing the current state of a node.
- getNodeUuid() - Method in class org.jppf.management.forwarding.JPPFNodeForwardingNotification
-
Get the uuid of the originating node.
- getNonHeapMemoryUsage() - Method in class org.jppf.management.diagnostics.MemoryInformation
-
Get the non-heap memory usage.
- getNonheapUsed() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getLong(MonitoringConstants.NON_HEAP_USAGE_MB)
instead.
- getNonheapUsedRatio() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getDouble(MonitoringConstants.NON_HEAP_USAGE_RATIO)
instead.
- getNotification() - Method in class org.jppf.management.forwarding.JPPFNodeForwardingNotification
-
Get the notification forwarded from the node.
- getNotificationInfo() - Method in class org.jppf.management.AbstractMBeanStaticProxy
-
Get the MBean notification information.
- getNotificationInfo(String) - Method in class org.jppf.management.JMXConnectionWrapper
-
Get the MBeanNotificationInfo
descriptors for the specified MBean.
- getObject() - Method in class org.jppf.server.node.JPPFContainer.ObjectDeserializationTask
-
- getObjectDescriptor() - Method in class org.jppf.node.protocol.JPPFExceptionResult
-
Get a string describing the object on which the error occurred.
- getObjectInstance(ObjectName) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- getObjectInstance(ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- getOldStatus() - Method in class org.jppf.client.event.ClientConnectionStatusEvent
-
Get the connection status before the change.
- getOnCancelCallback() - Method in interface org.jppf.client.concurrent.TaskConfiguration
-
Get the delegate for the onCancel()
method.
- getOnTimeoutCallback() - Method in interface org.jppf.client.concurrent.TaskConfiguration
-
Get the delegate for the onTimeout()
method.
- getOS() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the properties object holding the operating system information.
- getOS() - Static method in class org.jppf.utils.SystemUtils
-
Get the available physical ram information for the local machine.
- getOutputStream() - Method in class org.jppf.location.FileLocation
-
- getOutputStream() - Method in interface org.jppf.location.Location
-
Obtain an output stream to write to this location.
- getOutputStream() - Method in class org.jppf.location.MavenCentralLocation
-
Since it is not possible to upload data directly to Maven central, this method will always throw an UnsupportedOperationException
.
- getOutputStream() - Method in class org.jppf.location.MemoryLocation
-
- getOutputStream() - Method in class org.jppf.location.URLLocation
-
- getOwnableSynchronizers() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the ownable synchronizers held by this thread.
- getPackaging() - Method in class org.jppf.location.MavenCentralLocation
-
Get the packaging of the correpsonding Maven artifact.
- getParameter(Object) - Method in interface org.jppf.utils.collections.Metadata
-
Retrieve a parameter in the metadata.
- getParameter(Object, T) - Method in interface org.jppf.utils.collections.Metadata
-
Retrieve a parameter in the metadata.
- getParameter(Object) - Method in class org.jppf.utils.collections.MetadataImpl
-
- getParameter(Object, T) - Method in class org.jppf.utils.collections.MetadataImpl
-
- getParameterDoc(String) - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getParameterDoc(String) - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get the documeentation for the specified parmaeter, if it exists.
- getParameters() - Method in class org.jppf.load.balancer.LoadBalancingInformation
-
Get the algorithm's parameters.
- getParameters() - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
Get the parameters defined in the configuration, if any.
- getParameters() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getParameters() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get the parmaeters specified in the name of property, if any.
- getParent() - Method in class org.jppf.client.monitoring.AbstractComponent
-
Get the parent of this compponent.
- getPath() - Method in class org.jppf.location.AbstractLocation
-
- getPath() - Method in interface org.jppf.location.Location
-
Get the path for this location.
- getPathAsByte(String) - Static method in class org.jppf.utils.FileUtils
-
Get the content of a file or resource on the classpath as an array of bytes.
- getPctUsedMemory() - Static method in class org.jppf.utils.SystemUtils
-
- getPeakThreadCount() - Method in class org.jppf.utils.concurrent.JPPFThreadPool
-
- getPeakThreadCount() - Method in class org.jppf.utils.concurrent.JPPFThreadPool2
-
- getPeer(String) - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the peer with the specified uuid.
- getPeerCount() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the number of peers currently handled.
- getPeerProperties() - Method in class org.jppf.management.generated.PeerDriverMBeanStaticProxy
-
- getPeers() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
Convenience method to get the peers connected to this driver as
TopologyPeer
objects.
- getPeers() - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the peers currently handled.
- getPendingAction() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
Get the currently pending action forthis node, if any.
- getPendingAction() - Method in class org.jppf.management.JPPFNodeState
-
Get the current pending action for the node.
- getPerformanceCacheSize() - Method in class org.jppf.load.balancer.impl.ProportionalProfile
-
Get the maximum size of the performance samples cache.
- getPerformanceCacheSize() - Method in class org.jppf.load.balancer.impl.RL2Profile
-
Get the maximum size of the performance samples cache.
- getPerformanceVariationThreshold() - Method in class org.jppf.load.balancer.impl.RL2Profile
-
Get the variation of the mean execution time that triggers a reset of the bundler.
- getPersistedJobObject(String, PersistenceObjectType, int) - Method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
- getPersistedJobObject(long, String, PersistenceObjectType, int) - Method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
- getPersistedJobPositions(String) - Method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
- getPersistedJobUuids() - Method in class org.jppf.job.persistence.impl.AsynchronousPersistence
-
- getPersistedJobUuids() - Method in class org.jppf.job.persistence.impl.CacheablePersistence
-
- getPersistedJobUuids() - Method in class org.jppf.job.persistence.impl.DefaultDatabasePersistence
-
- getPersistedJobUuids() - Method in class org.jppf.job.persistence.impl.DefaultFilePersistence
-
- getPersistedJobUuids() - Method in interface org.jppf.job.persistence.JobPersistence
-
Get the UUIDs of all persisted job.
- getPersistedJobUuids(JobSelector) - Method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
- getPersistenceManager() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get the persistence manager that enables saving and restoring the state of this job.
- getPersistenceManager() - Method in class org.jppf.client.JPPFJob
-
Get the persistence manager that enables saving and restoring the state of this job.
- getPersistenceSpec() - Method in class org.jppf.node.protocol.JobSLA
-
Get the specification of the job persistence in the driver.
- getPersistentData(Object) - Static method in class org.jppf.node.NodeRunner
-
Get a persistent object given its key.
- getPID() - Static method in class org.jppf.utils.SystemUtils
-
- getPlatformServer() - Static method in class org.jppf.utils.ManagementUtils
-
Get the platform MBean server.
- getPolicy() - Method in class org.jppf.management.ExecutionPolicySelector
-
Get the execution policy to use to select the nodes.
- getPoolPriorities() - Method in class org.jppf.client.AbstractJPPFClient
-
Get a list of all priorities for the currently existing pools, ordered by descending priority.
- getPoolSize() - Method in class org.jppf.discovery.DriverConnectionInfo
-
Get the connection pool size.
- getPort() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the port number on which the dirver is listeneing for connections.
- getPort() - Method in class org.jppf.discovery.DriverConnectionInfo
-
Get the driver port to connect to.
- getPort() - Method in class org.jppf.management.JMXConnectionWrapper
-
Get the JMX remote port used by the server.
- getPort() - Method in class org.jppf.management.JPPFManagementInfo
-
Get the port on which the node's JMX server is listening.
- getPort() - Method in interface org.jppf.node.connection.DriverConnectionInfo
-
Get the driver port to connect to.
- getPort() - Method in class org.jppf.node.connection.JPPFDriverConnectionInfo
-
- getPosition() - Method in interface org.jppf.job.persistence.PersistenceInfo
-
Get the position of the task in the job.
- getPossibleValues() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
Get the possible values for this property, if any is defined.
- getPriority() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the priority associated with this pool.
- getPriority() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the priority assigned to this connection.
- getPriority() - Method in class org.jppf.discovery.ClientConnectionPoolInfo
-
Get the connection priority.
- getPriority() - Method in class org.jppf.job.JobInformation
-
Get the priority of the job.
- getPriority() - Method in class org.jppf.node.protocol.JobSLA
-
Get the priority of this job.
- getProcess() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the process that is launched by this task.
- getProfile() - Method in class org.jppf.load.balancer.AbstractBundler
-
Get the parameters of this load-balancing algorithm.
- getProfile() - Method in interface org.jppf.load.balancer.Bundler
-
Get the parameters profile used by this load-balancer.
- getProperties() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get all the key / value pairs representing monitoring data in this snapshot.
- getProperties() - Method in class org.jppf.management.diagnostics.provider.MonitoringDataProvider
-
Get the properties defined for this provider.
- getProperties(String) - Method in class org.jppf.management.JPPFSystemInformation
-
- getProperties() - Static method in class org.jppf.utils.JPPFConfiguration
-
Get the configuration properties.
- getProperties(E) - Method in interface org.jppf.utils.PropertiesCollection
-
Add the specified properties with the specified key.
- getProperties(String) - Method in class org.jppf.utils.TypedProperties
-
Get the value of a property with the specified name as a set of a properties.
- getProperties(String, TypedProperties) - Method in class org.jppf.utils.TypedProperties
-
Get the value of a property with the specified name as a set of properties.
- getPropertiesArray() - Method in class org.jppf.management.JPPFSystemInformation
-
Get all the properties as an array.
- getPropertiesArray() - Method in interface org.jppf.utils.PropertiesCollection
-
Get all the properties as an array.
- getProperty(String) - Method in class org.jppf.management.diagnostics.provider.MonitoringDataProvider
-
Get the property with the specified name.
- getProperty(String) - Method in class org.jppf.management.JPPFSystemInformation
-
- getProperty(PropertiesCollection<String>, String) - Method in class org.jppf.node.policy.ExecutionPolicy
-
Get the value of the specified property in the specified set of system information.
- getProperty(String) - Method in interface org.jppf.utils.PropertiesCollection
-
Get the value of the property with the specified name.
- getPropertyReader() - Method in interface org.jppf.utils.JPPFConfiguration.ConfigurationSourceReader
-
Obtain the JPPF configuration properties from a
Reader
.
- getPropertyStream() - Method in interface org.jppf.utils.JPPFConfiguration.ConfigurationSource
-
Obtain the JPPF configuration properties from an input stream.
- getProportionalityFactor() - Method in class org.jppf.load.balancer.impl.ProportionalProfile
-
Get the proportionality factor.
- getProtocol() - Method in class org.jppf.management.AbstractJMXConnectionWrapper
-
Get the JMX remote protocol used.
- getProviders() - Static method in class org.jppf.management.diagnostics.MonitoringDataProviderHandler
-
- getProxy(String, Class<T>) - Method in class org.jppf.management.JMXConnectionWrapper
-
Obtain a proxy to the specified remote MBean.
- getProxy(ObjectName, Class<T>) - Method in class org.jppf.management.JMXConnectionWrapper
-
Obtain a proxy to the specified remote MBean.
- getQueuedJobs() - Method in class org.jppf.client.event.ClientQueueEvent
-
Get all the
JPPFJob
s currently in the queue.
- getQueuedJobs() - Method in class org.jppf.client.JPPFClient
-
Get the list of currently queued jobs.
- getQueuedJobs(JobSelector) - Method in class org.jppf.client.JPPFClient
-
Get a list of currently queued jobs, filtered by a
JobSelector
.
- getQueuedJobsCount() - Method in class org.jppf.client.JPPFClient
-
Get the current number of queued jobs.
- getQueuedJobsCount(JobSelector) - Method in class org.jppf.client.JPPFClient
-
Get the current number of jobs that satisfy a job selector.
- getQueueSize() - Method in class org.jppf.client.event.ClientQueueEvent
-
Get the size of this job queue.
- getRamUsed() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getLong(MonitoringConstants.RAM_USAGE_MB)
instead.
- getRamUsedRatio() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getDouble(MonitoringConstants.RAM_USAGE_RATIO)
instead.
- getReason() - Method in class org.jppf.node.connection.ConnectionContext
-
Get the reason for the connection or reconnection.
- getRecordFactory() - Method in class org.jppf.jca.cci.JPPFConnectionFactory
-
- getRecoveryPort() - Method in interface org.jppf.node.connection.DriverConnectionInfo
-
Deprecated.
as of JPPF 6.0, the recovery mechanism uses the same port number as the main server port.
This method will return -1
if recovery is disabled, or the value of DriverConnectionInfo.getPort()
if it is enabled.
- getRecoveryPort() - Method in class org.jppf.node.connection.JPPFDriverConnectionInfo
-
Deprecated.
as of JPPF 6.0, the recovery mechanism uses the same port number as the main server port.
This method will return -1
if recovery is disabled, or the value of JPPFDriverConnectionInfo.getPort()
if it is enabled.
- getReference() - Method in class org.jppf.jca.cci.JPPFConnectionFactory
-
- getRequestUuid() - Method in class org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle
-
Get the uuid for the original task bundle that triggered this resource request.
- getResource(String) - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
- getResourceAsStream(String) - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
Get a stream from a resource file accessible from this class loader.
- getResources(String) - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
- getResubmitCount() - Method in class org.jppf.job.ServerTaskInformation
-
Get the number of times the task was resubmitted.
- getResult() - Method in class org.jppf.node.protocol.AbstractTask
-
- getResult() - Method in interface org.jppf.node.protocol.Task
-
Get the result of the task execution.
- getResultAsStream() - Method in class org.jppf.job.ServerTaskInformation
-
Get an input stream of the task's result data, which can be desrialized as a
Task
.
- getResultAsTask() - Method in class org.jppf.job.ServerTaskInformation
-
Deserialize the result into a Task object.
- getResults() - Method in class org.jppf.client.AbstractJPPFJob
-
Get the object that holds the results of executed tasks.
- getResults(String) - Method in interface org.jppf.jca.cci.JPPFConnection
-
- getResultsList() - Method in class org.jppf.client.JobResults
-
Get all the tasks received as results for this job.
- getResultTask(int) - Method in class org.jppf.client.JobResults
-
Get the result for the task at the specified position.
- getReturnedTasks() - Method in class org.jppf.job.JobTasksEvent
-
Get the list of tasks that were disptached.
- getReturnReason() - Method in class org.jppf.job.JobTasksEvent
-
Get the reason why the set of tasks was returned by a node.
- getReusableId() - Method in class org.jppf.node.protocol.ScriptedTask
-
Get the unique identifier for the script.
- getRuntime() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the map holding the runtime information.
- getRuntimeInformation() - Static method in class org.jppf.utils.SystemUtils
-
Get information about the number of processors available to the JVM and the JVM memory usage.
- getScript() - Method in class org.jppf.node.protocol.ScriptedTask
-
Get the script to execute from this task.
- getScript() - Method in class org.jppf.scripting.BaseScriptEvaluator
-
Get the script to evaluate.
- getScript() - Method in class org.jppf.scripting.ScriptDefinition
-
- getSerialization() - Static method in class org.jppf.serialization.JPPFSerialization.Factory
-
Get the configured serialization.
- getSetter(Class<?>, String) - Static method in class org.jppf.utils.ReflectionUtils
-
Get a setter with a given name from a class.
- getSetterForAttribute(Class<?>, String) - Static method in class org.jppf.utils.ReflectionUtils
-
Get a setter corresponding to a specified instance variable name from a class.
- getShortLabel() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getShortLabel(Locale) - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getShortLabel() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get a short label for this property.
- getShortLabel(Locale) - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get a short label for this property.
- getShuttingDown() - Static method in class org.jppf.node.NodeRunner
-
Determine whether this node is currently shutting down.
- getSize() - Method in class org.jppf.client.AbstractConnectionPool
-
- getSize() - Method in interface org.jppf.client.ConnectionPool
-
Get the maximum size of this connection pool.
- getSize() - Method in interface org.jppf.job.persistence.PersistenceInfo
-
Get the size in bytes of the persisted object.
- getSize() - Method in class org.jppf.load.balancer.impl.FixedSizeProfile
-
Get the bundle size.
- getSizeRatioDeviation() - Method in class org.jppf.load.balancer.impl.AnnealingTuneProfile
-
Get the multiplicity used to define the range available to
random generator, as the maximum.
- getSLA() - Method in class org.jppf.client.AbstractJPPFJob
-
- getSLA() - Method in interface org.jppf.client.concurrent.JobConfiguration
-
Get the service level agreement between the job and the server.
- getSLA() - Method in class org.jppf.node.policy.PolicyContext
-
Get the job server side SLA, set at runtime by the server.
- getSLA() - Method in interface org.jppf.node.protocol.JPPFDistributedJob
-
Get the service level agreement between the job and the server.
- getSlaveNodes(String) - Method in class org.jppf.client.monitoring.topology.TopologyManager
-
Get the nodes that are slaves of the specified master node.
- getSnapshot(String) - Method in class org.jppf.utils.stats.JPPFStatistics
-
Get a snapshot specified by its label.
- getSnapshot() - Method in class org.jppf.utils.stats.JPPFStatisticsEvent
-
Get the snapshot that was created, removed or updated.
- getSnapshots() - Method in class org.jppf.utils.stats.JPPFStatistics
-
Get all the snapshots in this object.
- getSnapshots(JPPFStatistics.Filter) - Method in class org.jppf.utils.stats.JPPFStatistics
-
Get the snapshots which satisfy the specified filter.
- getSourceLocation() - Method in interface org.jppf.node.protocol.ClassPathElement
-
Get the location of this element, pointing to or embedding the underlying jar or zip file in the client environment.
- getSourceLocation() - Method in class org.jppf.node.protocol.ClassPathElementImpl
-
- getStackTrace() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the stack trace of this thread.
- getStackTrace(Throwable) - Static method in class org.jppf.utils.ExceptionUtils
-
Get a throwable's stack trace.
- getStackTraceElement() - Method in class org.jppf.management.diagnostics.StackFrameInformation
-
Get the stack trace element.
- getStandardOutput() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the content of the standard output for the process.
- getStartDir() - Method in class org.jppf.node.protocol.CommandLineTask
-
Get the directory to start the command in.
- getState() - Method in class org.jppf.load.balancer.impl.AutoTunedBundler
-
- getState() - Method in class org.jppf.load.balancer.impl.ProportionalBundler
-
- getState() - Method in class org.jppf.load.balancer.impl.RL2Bundler
-
- getState() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
Get the load-balancer state.
- getState() - Method in interface org.jppf.load.balancer.persistence.PersistentState
-
Get this bundler's state.
- getState() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the state of this thread.
- getStateAsBytes() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
Get the serialized state of the load-balancer as an array of bytes.
- getStateLock() - Method in class org.jppf.load.balancer.impl.AutoTunedBundler
-
- getStateLock() - Method in class org.jppf.load.balancer.impl.ProportionalBundler
-
- getStateLock() - Method in class org.jppf.load.balancer.impl.RL2Bundler
-
- getStateLock() - Method in class org.jppf.load.balancer.persistence.LoadBalancerPersistenceInfo
-
Get the lock used to synchronize access to the load-balancer state.
- getStateLock() - Method in interface org.jppf.load.balancer.persistence.PersistentState
-
Get a lock that can be used to synchronize access to the load-balancer state.
- getStatistics() - Method in class org.jppf.server.JPPFDriver
-
Get the object holding the statistics monitors.
- getStatistics() - Method in class org.jppf.utils.stats.JPPFStatisticsEvent
-
Get the statistics source of this event.
- getStats() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the properties object holding the JPPF server statistics, listed as constants in
JPPFStatisticsHelper
.
- getStats() - Method in class org.jppf.node.policy.PolicyContext
-
Get the server statistics.
- getStatus() - Method in class org.jppf.client.AbstractJPPFJob
-
- getStatus() - Method in interface org.jppf.client.event.ClientConnectionStatusHandler
-
Get the status of this connection.
- getStatus() - Method in class org.jppf.client.event.JobStatusEvent
-
The status of the job.
- getStatus(String) - Static method in class org.jppf.jca.demo.JPPFHelper
-
Get the status of the specified job.
- getStatusMap() - Method in class org.jppf.jca.demo.J2EEDemo
-
Get the map of job uuids to their corresponding job status.
- getStatusMap() - Static method in class org.jppf.jca.demo.JPPFHelper
-
Get the map used to lookup the jobs status.
- getStorage() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the map holding the host storage information.
- getStorageInformation() - Static method in class org.jppf.utils.SystemUtils
-
Get storage information about the file system roots available on the current host.
- getString(String) - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Get the value of a property as a String.
- getString(String) - Method in class org.jppf.utils.TypedProperties
-
Get the string value of a property with a specified name.
- getString(String, String) - Method in class org.jppf.utils.TypedProperties
-
Get the string value of a property with a specified name.
- getStringArray(String, String) - Method in class org.jppf.utils.TypedProperties
-
Get the value of the specified property as an array of strings.
- getStringArray(String, String, String[]) - Method in class org.jppf.utils.TypedProperties
-
Get the value of the specified property as an array of strings.
- getSubject() - Method in interface org.jppf.jmxremote.JMXAuthorizationChecker
-
Get the authenticated subject to check for authorization.
- getSubject() - Method in class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- getSubject() - Method in class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- getSynchronized(Object) - Method in class org.jppf.utils.concurrent.MutableReference
-
Get the referend within a block synchronized on the specified monitor.
- getSystem() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the map holding the system properties.
- getSystemCpuLoad() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getDouble(MonitoringConstants.SYSTEM_CPU_LOAD)
instead.
- getSystemIdentity(Object) - Static method in class org.jppf.utils.SystemUtils
-
Get a name for an object in the form simple_class_name@hex_identity_hashcode.
- getSystemIdentityName(Object) - Static method in class org.jppf.utils.SystemUtils
-
Get a name for an object in the form simple_class_name@hex_identity_hashcode.
- getSystemInfo() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Get the driver's system information.
- getSystemInfo() - Method in interface org.jppf.client.JPPFClientConnection
-
Get the system information for the remote driver this connection refers to.
- getSystemInfo() - Static method in class org.jppf.management.diagnostics.provider.Oshi
-
- getSystemInfo() - Method in class org.jppf.management.JPPFManagementInfo
-
Get the system information associated with the node at the time of the initial connection.
- getSystemInformation() - Method in class org.jppf.node.AbstractNode
-
- getSystemInformation() - Method in interface org.jppf.node.Node
-
Get the system information for this node.
- getSystemInformation() - Method in class org.jppf.server.JPPFDriver
-
Get the system ibnformation for this driver.
- getSystemProperties() - Static method in class org.jppf.utils.SystemUtils
-
- getTags() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- getTags() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Get the set of tags that apply to this property.
- getTargetLocation() - Method in interface org.jppf.node.protocol.ClassPathElement
-
Get the location of this element, pointing to or embedding the underlying jar or zip file in the node environment.
- getTargetLocation() - Method in class org.jppf.node.protocol.ClassPathElementImpl
-
- getTask() - Method in class org.jppf.client.taskwrapper.JPPFTaskCallback
-
Get the task this callback is associated with.
- getTask() - Method in class org.jppf.node.event.TaskExecutionEvent
-
Get the JPPF task from which the event originates.
- getTaskClassLoader() - Method in class org.jppf.node.event.NodeLifeCycleEvent
-
Get the class loader used to load the tasks and the classes they need from the client.
- getTaskClassName() - Method in class org.jppf.node.protocol.JPPFExceptionResult
-
Get the fully qualified class name of the intiial task object on which the error occurred.
- getTaskConfiguration() - Method in interface org.jppf.client.concurrent.ExecutorServiceConfiguration
-
Get the configuration to use for the tasks submitted by the executor service.
- getTaskCount() - Method in class org.jppf.client.AbstractJPPFJob
-
- getTaskCount() - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
Get the number of submitted task.
- getTaskCount() - Method in class org.jppf.job.JobInformation
-
Get the current number of tasks in the job.
- getTaskCount() - Method in class org.jppf.node.AbstractNode
-
Get the total number of tasks executed.
- getTaskCount() - Method in interface org.jppf.node.protocol.JPPFDistributedJob
-
Get the number of tasks in the job.
- getTaskInformation() - Method in class org.jppf.management.TaskExecutionNotification
-
Get the object encapsulating information about the task.
- getTaskInformation() - Method in class org.jppf.node.event.TaskExecutionEvent
-
Get the object encapsulating information about the task.
- getTaskObject() - Method in class org.jppf.client.taskwrapper.JPPFAnnotatedTask
-
Get the JPPFRunnable
-annotated object or POJO wrapped by this task.
- getTaskObject() - Method in class org.jppf.node.protocol.AbstractTask
-
- getTaskObject() - Method in interface org.jppf.node.protocol.Task
-
Get the JPPFRunnable
-annotated object or POJO wrapped by this task.
- getTaskPositions(String) - Method in class org.jppf.job.persistence.impl.AsynchronousPersistence
-
- getTaskPositions(String) - Method in class org.jppf.job.persistence.impl.CacheablePersistence
-
- getTaskPositions(String) - Method in class org.jppf.job.persistence.impl.DefaultDatabasePersistence
-
- getTaskPositions(String) - Method in class org.jppf.job.persistence.impl.DefaultFilePersistence
-
- getTaskPositions(String) - Method in interface org.jppf.job.persistence.JobPersistence
-
Get the positions of all the tasks in the specified job.
- getTaskResultPositions(String) - Method in class org.jppf.job.persistence.impl.AsynchronousPersistence
-
- getTaskResultPositions(String) - Method in class org.jppf.job.persistence.impl.CacheablePersistence
-
- getTaskResultPositions(String) - Method in class org.jppf.job.persistence.impl.DefaultDatabasePersistence
-
- getTaskResultPositions(String) - Method in class org.jppf.job.persistence.impl.DefaultFilePersistence
-
- getTaskResultPositions(String) - Method in interface org.jppf.job.persistence.JobPersistence
-
Get the positions of all the task results in the specified job.
- getTasks() - Method in class org.jppf.job.JobTasksEvent
-
Get the list of tasks that were disptached.
- getTasks() - Method in class org.jppf.node.event.NodeLifeCycleEvent
-
Get the tasks currently being executed.
- getText() - Method in class org.jppf.utils.PropertiesTableFormat
-
Get the formatted text.
- getThreadCpuTime(long) - Static method in class org.jppf.utils.ManagementUtils
-
Determien the CPU time for the specified thread.
- getThreadPoolSize() - Method in class org.jppf.management.JPPFNodeState
-
Get the size of the node's thread pool.
- getThreadPriority() - Method in class org.jppf.management.JPPFNodeState
-
Get the priority of the threads in the pool.
- getThreads() - Method in class org.jppf.management.diagnostics.ThreadDump
-
Get information on the threads.
- getThreadUserTime(long) - Static method in class org.jppf.utils.ManagementUtils
-
Determien the user time for the specified thread.
- getThrowable() - Method in class org.jppf.job.ServerTaskInformation
-
Get the throwable raised during execution of the task.
- getThrowable() - Method in class org.jppf.node.connection.ConnectionContext
-
Get an eventual
Throwable
that triggered the reconnection.
- getThrowable() - Method in class org.jppf.node.protocol.AbstractTask
-
- getThrowable() - Method in interface org.jppf.node.protocol.Task
-
Get the Throwable that was raised by this task's execution.
- getThrowableClassName() - Method in class org.jppf.node.protocol.JPPFExceptionResultEx
-
Get the class name of the throwable.
- getThrowableMessage() - Method in class org.jppf.node.protocol.JPPFExceptionResultEx
-
Get the message of the throwable.
- getThrowableStackTrace() - Method in class org.jppf.node.protocol.JPPFExceptionResultEx
-
Get the stack trace of the throwable.
- getTimeoutSchedule() - Method in interface org.jppf.client.concurrent.TaskConfiguration
-
Get the timeout set on the task.
- getTimeoutSchedule() - Method in class org.jppf.node.protocol.AbstractTask
-
- getTimeoutSchedule() - Method in interface org.jppf.node.protocol.Task
-
Get the task timeout schedule configuration.
- getTimer() - Method in class org.jppf.node.screensaver.impl.JPPFScreenSaverImpl
-
Get the Timer used to update GUI.
- getTimestamp() - Method in class org.jppf.load.balancer.AbstractBundler
-
Get the timestamp at which this bundler was created.
- getTimestamp() - Method in interface org.jppf.load.balancer.Bundler
-
Get the timestamp at which this bundler was created.
- getTimestamp() - Method in class org.jppf.management.TaskInformation
-
Get the timestamp for the creation of this event.
- getTopologyDriver() - Method in class org.jppf.client.monitoring.jobs.JobDriver
-
Get the associated driver from the topology monitor.
- getTopologyManager() - Method in class org.jppf.client.monitoring.jobs.JobMonitor
-
Get the topology manager associated with this job monitor.
- getTopologyManager() - Method in class org.jppf.client.monitoring.topology.TopologyEvent
-
Get the topology manager which emitted this event.
- getTopologyManager() - Static method in class org.jppf.ui.console.JPPFAdminConsole
-
Get the topology manager used by the admin console.
- getTopologyManager() - Method in class org.jppf.ui.plugin.PluggableView
-
- getTotal() - Method in class org.jppf.utils.stats.AbstractBaseJPPFSnapshot
-
- getTotal() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the total cumulated sum of the values.
- getTotalElapsed() - Method in class org.jppf.utils.TimeMarker
-
Get the total elapsed time for all measurements in milliseconds.
- getTotalElapsedAsString() - Method in class org.jppf.utils.TimeMarker
-
Get the total elapsed time formatted as hh:mm:ss.nnn
- getTotalElapsedMillis() - Method in class org.jppf.utils.TimeMarker
-
Get the total elapsed time for all measurements.
- getTotalTaskCpuTime() - Method in class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
- getTotalTaskCpuTime() - Method in interface org.jppf.management.JPPFNodeTaskMonitorMBean
-
The total cpu time used by the tasks in milliseconds.
- getTotalTaskElapsedTime() - Method in class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
- getTotalTaskElapsedTime() - Method in interface org.jppf.management.JPPFNodeTaskMonitorMBean
-
The total elapsed time used by the tasks in milliseconds.
- getTotalTasksExecuted() - Method in class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
- getTotalTasksExecuted() - Method in interface org.jppf.management.JPPFNodeTaskMonitorMBean
-
Get the total number of tasks executed by the node.
- getTotalTasksInError() - Method in class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
- getTotalTasksInError() - Method in interface org.jppf.management.JPPFNodeTaskMonitorMBean
-
The total number of tasks that ended in error.
- getTotalTasksSucessfull() - Method in class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
- getTotalTasksSucessfull() - Method in interface org.jppf.management.JPPFNodeTaskMonitorMBean
-
The total number of tasks that executed successfully.
- getTransferredBytes() - Method in class org.jppf.location.LocationEvent
-
Get the number of bytes transferred during this event.
- getTtl() - Method in class org.jppf.utils.concurrent.JPPFThreadPool
-
- getTtl() - Method in class org.jppf.utils.concurrent.JPPFThreadPool2
-
- getType() - Method in interface org.jppf.job.persistence.PersistenceInfo
-
Get the type of persisted object.
- getType() - Method in class org.jppf.node.event.NodeLifeCycleEvent
-
Get the type of this event.
- getUIComponent() - Method in class org.jppf.ui.plugin.PluggableView
-
Get the GUI component which contains the view.
- getUpper() - Method in class org.jppf.utils.Range
-
Get the upper bound.
- getURL() - Method in class org.jppf.management.JMXConnectionWrapper
-
Get the service URL of the MBean server.
- getURLFromFilePath(String) - Static method in class org.jppf.utils.FileUtils
-
Transform a file path into a URL.
- getURLFromFilePath(File) - Static method in class org.jppf.utils.FileUtils
-
Transform a file path into a URL.
- getUsed() - Method in class org.jppf.management.diagnostics.MemoryUsageInformation
-
Get the used memory size.
- getUsedMemory() - Static method in class org.jppf.utils.SystemUtils
-
- getUsedRatio() - Method in class org.jppf.management.diagnostics.MemoryUsageInformation
-
Return the ratio of used memory over maximum available memory.
- getUserObject() - Method in class org.jppf.node.event.TaskExecutionEvent
-
Get the user-defined object to send as part of the notification.
- getUuid() - Method in class org.jppf.client.AbstractJPPFClient
-
Get the unique universal identifier for this JPPF client.
- getUuid() - Method in class org.jppf.client.AbstractJPPFJob
-
- getUuid() - Method in class org.jppf.client.monitoring.AbstractComponent
-
Get the uuid of this ocmponent.
- getUuid() - Method in interface org.jppf.management.JMXServer
-
Get a unique identifier for this management server.
- getUuid() - Method in class org.jppf.management.JPPFManagementInfo
-
Get the unique id for the node's mbean server.
- getUuid() - Method in class org.jppf.management.JPPFSystemInformation
-
Get the properties object holding the JPPF uuid and version information.
- getUuid() - Method in class org.jppf.node.AbstractNode
-
- getUuid() - Method in interface org.jppf.node.Node
-
Get this node's UUID.
- getUuid() - Static method in class org.jppf.node.NodeRunner
-
This node's universal identifier.
- getUuid() - Method in interface org.jppf.node.protocol.JPPFDistributedJob
-
Get the universal unique id for this job.
- getUuid() - Method in class org.jppf.server.JPPFDriver
-
Get this driver's unique identifier.
- getUuids() - Method in class org.jppf.job.JobUuidSelector
-
Get the set of job uuids accepted by this selector.
- getUuids() - Method in class org.jppf.management.UuidSelector
-
Get the list of uuids of the nodes to select.
- getValueCount() - Method in class org.jppf.utils.stats.AbstractJPPFSnapshot
-
- getValueCount() - Method in interface org.jppf.utils.stats.JPPFSnapshot
-
Get the count of values added to this snapshot.
- getValueCount() - Method in class org.jppf.utils.stats.SingleValueSnapshot
-
- getValues() - Method in class org.jppf.management.diagnostics.provider.DefaultMonitoringDataProvider
-
- getValues() - Method in class org.jppf.management.diagnostics.provider.MonitoringDataProvider
-
Get the values for the defined properties.
- getValues(K) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- getValues(K) - Method in interface org.jppf.utils.collections.CollectionMap
-
Get the collection of values maped to the specified key.
- getVersion() - Method in class org.jppf.location.MavenCentralLocation
-
Get the version of the correpsonding Maven artifact.
- getVersion() - Static method in class org.jppf.utils.VersionUtils
-
Return the singleton object which provides the JPPF version information.
- getVersionNumber() - Method in class org.jppf.utils.VersionUtils.Version
-
Get the JPPF version number.
- getWaitCount() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the count of times this thread has been waiting.
- getWaitTime() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get the total cumulated wait time.
- GlowingTextView - Class in org.jppf.android.node.views
-
A customized
TextView
whose text color goes smoothly from a color to another and back while a job is executing.
- GlowingTextView(Context) - Constructor for class org.jppf.android.node.views.GlowingTextView
-
Initialize with the specified
Context
- GlowingTextView(Context, AttributeSet) - Constructor for class org.jppf.android.node.views.GlowingTextView
-
Initialize with the specified
Context
- GlowingTextView(Context, AttributeSet, int) - Constructor for class org.jppf.android.node.views.GlowingTextView
-
Initialize with the specified
Context
- GUI_PUBLISH_MODE - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
UI refresh mode for the job data panel: 'immediate_notifications' | 'deferred_notifications' | 'polling'.
- GUI_PUBLISH_PERIOD - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Interval between updates of the job data view.
- IDLE_INTERRUPT_IF_RUNNING - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Node idle mode: whether to shutdown the node at once when user activity resumes or wait until the node is no longer executing tasks.
- IDLE_MODE_ENABLED - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Enable/disable the idle mode.
- IDLE_NODES - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Number of idle connected nodes.
- IDLE_POLL_INTEFRVAL - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Node idle mode: how often the node will check for keyboard and mouse inactivity.
- IDLE_TIMEOUT - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Node idle mode: the time of keyboard and mouse inactivity before considering the node idle.
- idleNodesInformation() - Method in class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
- idleNodesInformation(NodeSelector) - Method in class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
- idleNodesInformation() - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- idleNodesInformation(NodeSelector) - Method in class org.jppf.management.JMXDriverConnectionWrapper
-
- idleNodesInformation() - Method in interface org.jppf.management.JPPFDriverAdminMBean
-
Request the JMX connection information for all the idle nodes attached to the server.
- idleNodesInformation(NodeSelector) - Method in interface org.jppf.management.JPPFDriverAdminMBean
-
Request the JMX connection information for all the idle nodes attached to the server which satisfy the specified selector.
- idString - Variable in class org.jppf.management.AbstractJMXConnectionWrapper
-
A string representing this connection, used for logging purposes.
- IMAGE_PATH - Static variable in class org.jppf.node.screensaver.impl.NodePanel
-
Path to the images to display in the UI.
- includes(Range<T>) - Method in class org.jppf.utils.Range
-
Determine whether this range is a superset of the specified other.
More formally, this method returns true if other.lower >= this.lower
and other.upper <= this.upper
.
- incrementAndGet() - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Increment the value.
- incrementAndGet() - Method in class org.jppf.utils.concurrent.SynchronizedLong
-
Increment the value.
- incrementGetAndNotify() - Method in class org.jppf.utils.concurrent.SynchronizedInteger
-
Increment the value.
- incTaskCount(long) - Method in class org.jppf.node.screensaver.impl.NodePanel
-
Increment the number of tasks executed by the node.
- init(TypedProperties) - Method in class org.jppf.client.AbstractGenericClient
-
Initialize this client with the specified configuration.
- init() - Method in class org.jppf.management.diagnostics.provider.DefaultMonitoringDataProvider
-
- init() - Method in class org.jppf.management.diagnostics.provider.MonitoringDataProvider
-
Perform the initialization of this provider.
- init(TypedProperties, boolean) - Method in class org.jppf.node.screensaver.impl.JPPFScreenSaverImpl
-
- init(TypedProperties, boolean) - Method in class org.jppf.node.screensaver.impl.SimpleScreenSaver
-
- init(TypedProperties, boolean) - Method in interface org.jppf.node.screensaver.JPPFScreenSaver
-
Initialize this screen saver, and in particular its UI components.
- InitializationHook - Interface in org.jppf.node.initialization
-
Interface for custom discovery of the driver to connect to.
- initialize() - Method in class org.jppf.node.policy.CustomPolicy
-
Perform optional initializations.
- initializing(UnmodifiableTypedProperties) - Method in interface org.jppf.node.initialization.InitializationHook
-
This method is called each time the node is about to attempt to connect to a driver.
- initializing(UnmodifiableTypedProperties) - Method in class org.jppf.node.initialization.OutputRedirectHook
-
- initializing(UnmodifiableTypedProperties) - Method in class org.jppf.node.screensaver.ScreenSaverMain
-
- instantiate(String) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- instantiate(String, ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- instantiate(String, Object[], String[]) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- instantiate(String, ObjectName, Object[], String[]) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- IntArrayProperty - Class in org.jppf.utils.configuration
-
Implementation of
JPPFProperty
for properties whose value is an array of space-separated
int
s.
- IntArrayProperty(String, int[], String...) - Constructor for class org.jppf.utils.configuration.IntArrayProperty
-
Initialize this property with the specified name and default value.
- INTERCEPTORS - Static variable in interface org.jppf.comm.interceptor.NetworkConnectionInterceptor
-
The list of interceptors loaded via SPI, possibly empty.
- interrupt() - Method in class org.jppf.utils.concurrent.DebuggableThread
-
- Interruptibility - Interface in org.jppf.node.protocol
-
This interface should be implemented by JPPF task classes that wish to control
whether they can be interrupted upon cancellation or timeout.
- intersection(Range<T>) - Method in class org.jppf.utils.Range
-
Construct a Range
that represents the intersection of this range and the other specified one.
This is equivalent to building a range object with its lower bound equal to max(this.lower, other.lower)
and its upper bound equal to min(this.upper, other.upper)
- intersects(Range<T>) - Method in class org.jppf.utils.Range
-
Determine whether this range and the specified one have at least one value in common.
- intersects(Range<T>, boolean) - Method in class org.jppf.utils.Range
-
Determine whether this range and the specified one have at least one value in common.
- IntProperty - Class in org.jppf.utils.configuration
-
- IntProperty(String, Integer, String...) - Constructor for class org.jppf.utils.configuration.IntProperty
-
Initialize this property with the specified name and default value.
- IntProperty(String, Integer, Integer, Integer, String...) - Constructor for class org.jppf.utils.configuration.IntProperty
-
Initialize this property with the specified name and default value.
- invoke(ObjectName, String, Object[], String[]) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- invoke(String, Object[], String[]) - Method in class org.jppf.management.AbstractMBeanStaticProxy
-
Invoke a method on the MBean.
- invoke(String, String, Object[], String[]) - Method in class org.jppf.management.JMXConnectionWrapper
-
Invoke a method on the specified MBean.
- invoke(String, String) - Method in class org.jppf.management.JMXConnectionWrapper
-
Invoke a method on the specified MBean.
- invoke(Object, Method, Object[]) - Method in class org.jppf.management.MBeanInvocationHandler
-
- invoke(ObjectName, String, Object[], String[]) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- invoke(Object, String, String, Object[], String[]) - Static method in class org.jppf.utils.ManagementUtils
-
Invoke the given operation on the given mbean via the specified mbean server connection.
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Executes the given tasks, returning a list of Futures holding their status and results
when all complete or the timeout expires, whichever happens first.
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception),
if any do before the given timeout elapses.
- ipAddress() - Method in class org.jppf.utils.HostIP
-
Get the ip address.
- IPV4_CONFIGURATION - Static variable in class org.jppf.net.PatternConfiguration
-
Configuration for IPv4 address patterns.
- IPv4AddressNetmask - Class in org.jppf.net
-
Represents a netmask used for IP addresses include or exclude lists.
A netmask is in CIDR notation and represents an IP address of which only the
first N bits are significant.
- IPv4AddressNetmask(String) - Constructor for class org.jppf.net.IPv4AddressNetmask
-
Initialize this object with the specified string pattern.
- IPv4AddressPattern - Class in org.jppf.net
-
Represents a pattern used for IP addresses include or exclude lists.
A pattern represents a single value or a range of values for each component of an IP address.
- IPv4AddressPattern(String) - Constructor for class org.jppf.net.IPv4AddressPattern
-
Initialize this object with the specified string pattern.
- IPV6_CONFIGURATION - Static variable in class org.jppf.net.PatternConfiguration
-
Configuration for IPv6 address patterns.
- IPv6AddressNetmask - Class in org.jppf.net
-
Represents a netmask used for IPv6 addresses inclusion and exclusion lists.
A netmask is in CIDR notation and represents an IPv6 address of which only
the first N bits are significant.
- IPv6AddressNetmask(String) - Constructor for class org.jppf.net.IPv6AddressNetmask
-
Initialize this object with the specified string pattern.
- IPv6AddressPattern - Class in org.jppf.net
-
Represents a pattern used for IPv6 addresses inclusion and exclusion lists.
A pattern represents a single value or a range of values for each component of an IPv6 address.
- IPv6AddressPattern(String) - Constructor for class org.jppf.net.IPv6AddressPattern
-
Initialize this object with the specified string pattern.
- isActive() - Method in class org.jppf.jmxremote.JPPFJMXConnectorServer
-
- isActive() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether the node is active or inactive.
- isAndroid() - Method in class org.jppf.node.AbstractNode
-
- isAndroid() - Method in interface org.jppf.node.Node
-
Determine whether this node is an Android node.
- isAndroidNode() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents an Android node.
- isApplyMaxResubmitsUponNodeError() - Method in class org.jppf.node.protocol.JobSLA
-
Determine whether the max resubmits limit for tasks is also applied when tasks are resubmitted due to a node error.
- isAutoExecuteOnRestart() - Method in class org.jppf.node.protocol.PersistenceSpec
-
Determine whether the driver should automatically execute the persisted job after a restart.
- isBlocking() - Method in class org.jppf.client.AbstractJPPFJob
-
Determine whether the execution of this job is blocking on the client side.
- isBroadcastJob() - Method in class org.jppf.node.protocol.JobSLA
-
Determine whether the job is a broadcast job.
- isCancelled() - Method in class org.jppf.client.JPPFJob
- isCancelUponClientDisconnect() - Method in class org.jppf.node.protocol.JobSLA
-
Determine whether the job should be canceled by the driver if the client gets disconnected.
- isCaptureOutput() - Method in class org.jppf.node.protocol.CommandLineTask
-
Determines whether the process output is captured.
- isClientClassLoader() - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
Determine whether this class loader accesses the classpath of a remote client.
- isClosed() - Method in class org.jppf.client.AbstractJPPFClient
-
Determine whether this JPPF client is closed.
- isClosed() - Method in interface org.jppf.client.JPPFClientConnection
-
Determine whether this connection was closed.
- isConnected() - Method in class org.jppf.management.JMXConnectionWrapper
-
Determines whether the connection to the JMX server has been established.
- isCopyToExistingFile() - Method in interface org.jppf.node.protocol.ClassPathElement
-
Determine whether to copy the source to the target if the target is a file and if it already exists on the file system.
- isCopyToExistingFile() - Method in class org.jppf.node.protocol.ClassPathElementImpl
-
- isCpuTimeEnabled() - Static method in class org.jppf.utils.ManagementUtils
-
Whether CPU time measurement is enabled/supported.
- isCumulative(JPPFSnapshot) - Static method in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Determine wether the specified snapshot is a cumulative snapshot.
- isDeadlocked() - Method in class org.jppf.management.diagnostics.HealthSnapshot
-
Deprecated.
use getBoolean(MonitoringConstants.DEADLOCKED)
instead.
- isDebugEnabled(Logger) - Static method in class org.jppf.utils.LoggingUtils
-
Determine whether debug level is enabled for the specified logger.
- isDeleteOnCompletion() - Method in class org.jppf.node.protocol.PersistenceSpec
-
Determine whether the persisted job should be deleted from the persistence store when it terminates.
- isDeprecated() - Method in class org.jppf.utils.configuration.AbstractJPPFProperty
-
- isDeprecated() - Method in interface org.jppf.utils.configuration.JPPFProperty
-
Determine whether this property is deprecated.
- isDone() - Method in class org.jppf.client.JPPFJob
- isDotnetCapable() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a node than can execute .Net tasks.
- isDotnetCapable() - Method in interface org.jppf.node.Node
-
Determine whether this node can execute .Net tasks.
- isDotnetCapable() - Method in class org.jppf.server.node.JPPFNode
-
- isDriver() - Method in class org.jppf.client.monitoring.topology.AbstractTopologyComponent
-
Determine whether this object represents a driver.
- isDriver() - Method in class org.jppf.client.monitoring.topology.TopologyDriver
-
This method always returns true
.
- isDriver() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a driver, connected as a peer to the
driver from which this information is obtained.
- isEmpty() - Method in class org.jppf.client.AbstractConnectionPool
-
- isEmpty() - Method in interface org.jppf.client.ConnectionPool
-
Determine whether this pool is empty.
- isEmpty() - Method in interface org.jppf.node.protocol.ClassPath
-
Determine whether this classpath is empty.
- isEmpty() - Method in class org.jppf.node.protocol.ClassPathImpl
-
- isEmpty() - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- isEmpty() - Method in interface org.jppf.utils.collections.CollectionMap
-
Determine whether this map is empty.
- isEmpty() - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- isEmpty() - Method in class org.jppf.utils.collections.SoftReferenceValuesMap
-
- isForceClassLoaderReset() - Method in interface org.jppf.node.protocol.ClassPath
-
Determine whether the node should force a reset of the class loader before executing the tasks.
- isForceClassLoaderReset() - Method in class org.jppf.node.protocol.ClassPathImpl
-
- isForceRestart() - Method in class org.jppf.node.protocol.JPPFNodeConfigSpec
-
Determine whether to force the restart of a node after reconfiguring it.
- isFoundInURLClassPath() - Method in class org.jppf.classloader.ClassLoaderEvent
-
Determine whether the class was loaded from the class loader's URL classpath.
- isGetter(Method) - Static method in class org.jppf.utils.ReflectionUtils
-
Determines whether a method is a getter (accessor), according to Sun's naming conventions.
- isHeartbeatEnabled() - Method in class org.jppf.discovery.DriverConnectionInfo
-
Determine whether the heartbeat mechanism is enabled for the connection pool.
- IsInIPv4Subnet - Class in org.jppf.node.policy
-
An execution policy rule that encapsulates a test of type IPv4 is in
Subnet string.
- IsInIPv4Subnet(String...) - Constructor for class org.jppf.node.policy.IsInIPv4Subnet
-
Define a membership test using ipv4.addresses property to determine if a
node or driver is in one of the specified subnets.
- IsInIPv4Subnet(Collection<String>) - Constructor for class org.jppf.node.policy.IsInIPv4Subnet
-
Define a membership test using ipv6.addresses property to determine if a
node is in one of the specified subnets.
- IsInIPv6Subnet - Class in org.jppf.node.policy
-
An execution policy rule that encapsulates a test of type IPv6 is in Subnet string.
- IsInIPv6Subnet(String...) - Constructor for class org.jppf.node.policy.IsInIPv6Subnet
-
Define a membership test using ipv6.addresses property to determine if a
node or driver is in one of the specified subnets.
- IsInIPv6Subnet(Collection<String>) - Constructor for class org.jppf.node.policy.IsInIPv6Subnet
-
Define a membership test using ipv6.addresses property to determine if a
node is in one of the specified subnets.
- isInNative() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get whether this thread is in native code.
- isInNode() - Method in class org.jppf.node.protocol.AbstractTask
-
- isInNode() - Method in interface org.jppf.node.protocol.Task
-
Determine whether this task is executing within a node, or locally on the client side.
- isInstanceOf(ObjectName, String) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- isInstanceOf(ObjectName, String) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- isInterruptible() - Method in class org.jppf.client.taskwrapper.JPPFAnnotatedTask
-
- isInterruptible() - Method in class org.jppf.node.protocol.AbstractTask
-
- isInterruptible() - Method in interface org.jppf.node.protocol.Interruptibility
-
Determine whether the thread executing the task can be interrupted.
- isJobComplete(String) - Method in class org.jppf.client.JPPFDriverJobPersistence
-
Determines whether the job has completed and all execution results are available.
- isJobComplete(String) - Method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
- isJobersisted(String) - Method in class org.jppf.management.generated.PersistedJobsManagerMBeanStaticProxy
-
- isJobPersisted(String) - Method in class org.jppf.job.persistence.impl.AsynchronousPersistence
-
- isJobPersisted(String) - Method in class org.jppf.job.persistence.impl.CacheablePersistence
-
- isJobPersisted(String) - Method in class org.jppf.job.persistence.impl.DefaultDatabasePersistence
-
- isJobPersisted(String) - Method in class org.jppf.job.persistence.impl.DefaultFilePersistence
-
- isJobPersisted(String) - Method in interface org.jppf.job.persistence.JobPersistence
-
Determine whether a job is persisted, that is, present in the persistence store.
- isJPPFDriver() - Static method in class org.jppf.utils.SystemUtils
-
Determine whether the current JVM is a JPPF driver.
- isJPPFDriverAvailable() - Method in class org.jppf.jca.cci.JPPFConnectionFactory
-
Determine whether there is a least one working connection to a remote JPPF driver.
- isLocal() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a local node on client or driver.
- isLocal() - Method in interface org.jppf.node.Node
-
Determine whether this node is local to another component.
- isLocalExecutionEnabled() - Method in class org.jppf.client.AbstractGenericClient
-
Determine whether local execution is enabled on this client.
- isMac() - Static method in class org.jppf.utils.SystemUtils
-
Determine whether the current OS is Mac-based.
- isManagementAvailable() - Static method in class org.jppf.utils.ManagementUtils
-
Determine whether management is available for the current JVM.
- isMasterNode() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a master node for provisioning.
- isMasterNode() - Method in interface org.jppf.node.Node
-
Determine whether this node is a 'master' node for the provisioning features.
- isMasterNode() - Method in class org.jppf.server.node.JPPFNode
-
- isMBeanRegistered(String) - Static method in class org.jppf.utils.ManagementUtils
-
Determine whether the MBean with the specified is already registered.
- isNode() - Method in class org.jppf.client.monitoring.topology.AbstractTopologyComponent
-
Determine whether this object represents a node.
- isNode() - Method in class org.jppf.client.monitoring.topology.TopologyNode
-
This method always returns true
.
- isNode() - Method in class org.jppf.client.monitoring.topology.TopologyPeer
-
This method always returns false
.
- isNode() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a real node.
- isNonCumulative(JPPFSnapshot) - Static method in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Determine wether the specified snapshot is a non-cumulative snapshot.
- isOffline() - Method in class org.jppf.classloader.AbstractJPPFClassLoaderLifeCycle
-
Determine whether this class loader is in offline mode or not.
- isOffline() - Method in interface org.jppf.node.Node
-
Determine whether this node is running in offline mode.
- isOffline() - Static method in class org.jppf.node.NodeRunner
-
Get the offline node flag.
- isOffline() - Method in class org.jppf.server.node.JPPFNode
-
- isOneOf(List<JPPFClientConnectionStatus>) - Method in enum org.jppf.client.JPPFClientConnectionStatus
-
Determine whether this status is one of those specified as input.
- isOneOf(String, boolean, String...) - Static method in class org.jppf.utils.StringUtils
-
Determine whether the specified source string is equal to one of the specified values.
- isOneOf(T, T...) - Static method in class org.jppf.utils.SystemUtils
-
Determine whether the specified value is one of the possibles.
- isPeer() - Method in class org.jppf.client.monitoring.topology.AbstractTopologyComponent
-
Determine whether this object represents a peer driver.
- isPeer() - Method in class org.jppf.client.monitoring.topology.TopologyPeer
-
This method always returns true
.
- isPeer() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a connection to peer driver.
- isPending() - Method in class org.jppf.job.JobInformation
-
Get the pending state of the job.
- isPersistenceEnabled() - Method in interface org.jppf.load.balancer.persistence.LoadBalancerPersistenceManagement
-
- isPersistenceEnabled() - Method in class org.jppf.management.generated.LoadBalancerPersistenceManagerMBeanStaticProxy
-
- isPersistent() - Method in class org.jppf.node.protocol.PersistenceSpec
-
Determine whether the job is persisted in the driver.
- isRecoveryEnabled() - Method in interface org.jppf.node.connection.DriverConnectionInfo
-
Determine whether the recovery mechanism (exchange of heartbeat messages) is enabled.
- isRecoveryEnabled() - Method in class org.jppf.node.connection.JPPFDriverConnectionInfo
-
- isRegistered(ObjectName) - Method in class org.jppf.jmxremote.JPPFMBeanServerConnection
-
- isRegistered(ObjectName) - Method in class org.jppf.management.MBeanServerForwarderAdapter
-
- isRemoteClassLoadingEnabled() - Method in class org.jppf.node.protocol.JobSLA
-
Determine whether remote class loading is enabled for the job.
- isRemoteExecution() - Method in class org.jppf.client.event.JobEvent
-
Determine whether the current job dispatch is sent to a remote driver.
- isResubmit() - Method in class org.jppf.node.protocol.AbstractTask
-
Determine whether this task should be resubmitted by the server.
- isResubmit() - Method in interface org.jppf.node.protocol.Task
-
Determine whether this task should be resubmitted by the server.
- isSecure() - Method in class org.jppf.discovery.DriverConnectionInfo
-
Determine whether secure (with SSL/TLS) connections should be established.
- isSecure() - Method in class org.jppf.management.JMXConnectionWrapper
-
Determine whether the JMX connection is secure or not.
- isSecure() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether communication with the node or driver is be secure, i.e.
- isSecure() - Method in interface org.jppf.node.connection.DriverConnectionInfo
-
Determine whether secure (with SSL/TLS) connections should be established.
- isSecure() - Method in class org.jppf.node.connection.JPPFDriverConnectionInfo
-
- isSendViaJmx() - Method in class org.jppf.node.event.TaskExecutionEvent
-
If true
then also send this notification via the JMX MBean, otherwise only send to local listeners.
- isServerClassLoader() - Method in class org.jppf.classloader.AbstractJPPFClassLoader
-
Determine whether this class loader accesses the classpath of a remote driver/server.
- isSetter(Method) - Static method in class org.jppf.utils.ReflectionUtils
-
Determines whether a method is a setter (mutator), according to Sun's naming conventions.
- isShowIP() - Static method in class org.jppf.ui.plugin.PluggableView
-
Determine whether IP addresses are shown in the console, instead of host names.
- isShutdown() - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Determine whether this executor has been shut down.
- isShutdown() - Method in class org.jppf.utils.concurrent.JPPFThreadPool
-
- isShutdown() - Method in class org.jppf.utils.concurrent.JPPFThreadPool2
-
- isShuttingDown() - Method in class org.jppf.server.JPPFDriver
-
Determine whether this server has initiated a shutdown, in which case it does not accept connections anymore.
- isSingleValue(JPPFSnapshot) - Static method in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Determine wether the specified snapshot is a single value snapshot.
- isSlaveNode() - Method in class org.jppf.management.JPPFManagementInfo
-
Determine whether this information represents a slave node for provisioning.
- isSlaveNode() - Method in interface org.jppf.node.Node
-
Determine whether this node is a 'slave' node for the provisioning features.
- isSlaveNode() - Method in class org.jppf.server.node.JPPFNode
-
- isSslEnabled() - Method in class org.jppf.client.AbstractClientConnectionPool
-
Check whether this pool is for SSL connections.
- isSSLEnabled() - Method in interface org.jppf.client.JPPFClientConnection
-
Determines if this connection is over SSL.
- isStopped() - Method in interface org.jppf.management.JMXServer
-
Determine whether this JMX server is stopped.
- isSuspended() - Method in class org.jppf.job.JobInformation
-
Determine whether the job is in suspended state.
- isSuspended() - Method in class org.jppf.management.diagnostics.ThreadInformation
-
Get whether this thread is suspended.
- isSuspended() - Method in class org.jppf.node.protocol.JobSLA
-
Determine whether this job is initially suspended.
- isTerminated() - Method in class org.jppf.client.concurrent.JPPFExecutorService
-
Determine whether all tasks have completed following shut down.
- isTerminated() - Method in class org.jppf.utils.concurrent.JPPFThreadPool
-
- isTerminated() - Method in class org.jppf.utils.concurrent.JPPFThreadPool2
-
- isTerminatedStatus() - Method in enum org.jppf.client.JPPFClientConnectionStatus
-
- isUserNotification() - Method in class org.jppf.management.TaskExecutionNotification
-
Determine whether this is a user-defined notification sent from a task.
- isUserNotification() - Method in class org.jppf.node.event.TaskExecutionEvent
-
Determine whether this is a user-sent event.
- isValueInRange(T) - Method in class org.jppf.utils.Range
-
Determine if the specified value is included in this range.
- isValueInRange(T, boolean) - Method in class org.jppf.utils.Range
-
Determine if the specified value is included in this range.
- isWindows() - Static method in class org.jppf.utils.SystemUtils
-
Determine whether the current OS is Windows.
- isWorkingStatus() - Method in enum org.jppf.client.JPPFClientConnectionStatus
-
- isX11() - Static method in class org.jppf.utils.SystemUtils
-
Determine whether the current OS is X11-based.
- iterator() - Method in class org.jppf.client.AbstractConnectionPool
-
- iterator() - Method in class org.jppf.client.JPPFJob
-
- iterator() - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
- iterator() - Method in class org.jppf.node.protocol.ClassPathImpl
-
- iterator() - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- iterator(Lock) - Method in class org.jppf.utils.collections.AbstractCollectionMap
-
- iterator(Lock) - Method in interface org.jppf.utils.collections.CollectionMap
-
Get an iterator which uses the specified lock.
- iterator() - Method in class org.jppf.utils.collections.ConcurrentHashSet
-
- iterator() - Method in class org.jppf.utils.stats.JPPFStatistics
-
- IteratorEnumeration<T> - Class in org.jppf.utils.collections
-
Wraps an Iterator as an Enumeration
- IteratorEnumeration(Iterator<T>) - Constructor for class org.jppf.utils.collections.IteratorEnumeration
-
Initialize this enumeration with the specified iterator.
- J2EEDemo - Class in org.jppf.jca.demo
-
Instances of this class encapsulate a simple call to the JPPF resource adapter.
- J2EEDemo(String) - Constructor for class org.jppf.jca.demo.J2EEDemo
-
Initialize this test object with a specified jndi location for the connection factory.
- JAVA_PATH - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Full path to the Java executable.
- javax.management.remote.generic - package javax.management.remote.generic
-
The Generic JMX API Connector.
- javax.management.remote.jmxmp - package javax.management.remote.jmxmp
-
The JMXMP Connector.
- JMX_IN_TRAFFIC - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Bytes received from unidentified remote peers.
- JMX_OUT_TRAFFIC - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Bytes sent to unidentified remote peers.
- JMX_POOL_SIZE - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
JMX connection pool size when discovery is enabled.
- JMX_REMOTE_PROTOCOL - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
JMX remote protocol.
- JMX_REMOTE_REQUEST_TIMEOUT - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Timeout in milliseconds for JMX requests.
- JmxAppender - Class in org.jppf.logging.log4j
-
An appender that delegates message appending to a JmxLogger.
- JmxAppender() - Constructor for class org.jppf.logging.log4j.JmxAppender
-
Initialize this appender.
- JMXAuthorizationChecker - Interface in org.jppf.jmxremote
-
This interface represents a set of authorization checks for a given authenticated subject.
- JMXAuthorizationCheckerAdapter - Class in org.jppf.jmxremote
-
- JMXAuthorizationCheckerAdapter() - Constructor for class org.jppf.jmxremote.JMXAuthorizationCheckerAdapter
-
- JMXAuthorizationDeniedAdapter - Class in org.jppf.jmxremote
-
- JMXAuthorizationDeniedAdapter() - Constructor for class org.jppf.jmxremote.JMXAuthorizationDeniedAdapter
-
- jmxc - Variable in class org.jppf.management.AbstractJMXConnectionWrapper
-
The JMX client.
- JMXConnectionWrapper - Class in org.jppf.management
-
Wrapper around a JMX connection, providing a thread-safe way of handling disconnections and recovery.
- JMXConnectionWrapper() - Constructor for class org.jppf.management.JMXConnectionWrapper
-
Initialize a local connection (same JVM) to the MBean server.
- JMXConnectionWrapper(String, int, boolean) - Constructor for class org.jppf.management.JMXConnectionWrapper
-
Initialize the connection to the remote MBean server.
- JMXConnectionWrapper(String, String, int, boolean) - Constructor for class org.jppf.management.JMXConnectionWrapper
-
Initialize the connection to the remote MBean server.
- JMXDriverConnectionWrapper - Class in org.jppf.management
-
Driver-specific JMX connection wrapper, implementing a user-friendly interface for the monitoring
and management of a JPPF driver.
- JMXDriverConnectionWrapper() - Constructor for class org.jppf.management.JMXDriverConnectionWrapper
-
Initialize a local connection to the MBean server.
- JMXDriverConnectionWrapper(String, int) - Constructor for class org.jppf.management.JMXDriverConnectionWrapper
-
Initialize a plain (non-secure) connection to the remote MBean server.
- JMXDriverConnectionWrapper(String, int, boolean) - Constructor for class org.jppf.management.JMXDriverConnectionWrapper
-
Initialize the connection to the remote MBean server.
- JmxHandler - Class in org.jppf.logging.jdk
-
A handler that prints log messages as JMX notifications.
- JmxHandler() - Constructor for class org.jppf.logging.jdk.JmxHandler
-
- JMXMPConnector - Class in javax.management.remote.jmxmp
-
The client end of a JMXMP Connector.
- JMXMPConnector(JMXServiceURL) - Constructor for class javax.management.remote.jmxmp.JMXMPConnector
-
Constructs a JMXMP Connector client that can make a connection to the connector server at the given address.
- JMXMPConnector(JMXServiceURL, Map<String, ?>) - Constructor for class javax.management.remote.jmxmp.JMXMPConnector
-
Constructs a JMXMP Connector client that can make a connection to the connector server at the given address.
- JMXMPConnectorServer - Class in javax.management.remote.jmxmp
-
A JMX API connector server that creates connections using the JMX Messaging Protocol over TCP.
- JMXMPConnectorServer() - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
-
Creates a connector server that listens for connection requests on an unspecified port.
- JMXMPConnectorServer(MBeanServer) - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
-
Creates a connector server that listens for connection requests on an unspecified port.
- JMXMPConnectorServer(JMXServiceURL, Map<String, ?>) - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
-
Creates a connector server that listens for connection requests on the given address with the given parameters.
- JMXMPConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
-
Creates a connector server that listens for connection requests on the given address with the given parameters.
- JMXNodeConnectionWrapper - Class in org.jppf.management
-
Node-specific JMX connection wrapper, implementing a user-friendly interface for the monitoring and management of a node.
- JMXNodeConnectionWrapper() - Constructor for class org.jppf.management.JMXNodeConnectionWrapper
-
Initialize a local connection to the MBean server.
- JMXNodeConnectionWrapper(String, int) - Constructor for class org.jppf.management.JMXNodeConnectionWrapper
-
Initialize the connection to the remote MBean server.
- JMXNodeConnectionWrapper(String, int, boolean) - Constructor for class org.jppf.management.JMXNodeConnectionWrapper
-
Initialize the connection to the remote MBean server.
- JMXServer - Interface in org.jppf.management
-
Interface for JMX remote servers associated to drivers and nodes.
- jmxWrapperConnected(JMXWrapperEvent) - Method in interface org.jppf.management.JMXWrapperListener
-
Notify listeners that a JMX connection wrapper successfully connected to the remote JMX server.
- JMXWrapperEvent - Class in org.jppf.management
-
Event sent when a JMXConnectionWrapper is connected.
- JMXWrapperEvent(AbstractJMXConnectionWrapper) - Constructor for class org.jppf.management.JMXWrapperEvent
-
Initialize this event witht he specified source.
- JMXWrapperListener - Interface in org.jppf.management
-
- jmxWrapperTimeout(JMXWrapperEvent) - Method in interface org.jppf.management.JMXWrapperListener
-
Notify listeners that a JMX connection wrapper failed to connect before the timeout specified in the configuration.
- JNDI_NAME - Static variable in class org.jppf.jca.demo.JPPFHelper
-
JNDI name of the JPPFConnectionFactory.
- Job - Class in org.jppf.client.monitoring.jobs
-
Instanes of this class represent a job as seen by a driver.
- job - Variable in class org.jppf.load.balancer.AbstractAdaptiveBundler
-
Holds information about the current job being dispatched.
- JOB_CLIENT_SLA_DEFAULT_POLICY - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
A default client-side execution policy to associate with submitted jobs when they don't have one.
- JOB_COUNT - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Jobs counters.
- JOB_PERSISTENCE - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Class name of the implementation of the job persistence in the driver.
- JOB_PERSISTENCE_DDL_LOCATION - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Location of the file that contains the DDL statements to create the database table for the databse job persistence.
- JOB_PERSISTENCE_MEMORY_THRESHOLD - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
Percentage of used heap above which async job persistence switches to sequential mode, until the used heap decreases below the threshold.
- JOB_SLA_DEFAULT_POLICY - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
A default driver-side execution policy to associate with submitted jobs when they don't have one.
- JOB_TASKS - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Number of tasks in jobs.
- JOB_TIME - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Jobs times.
- JOB_TOTAL - Static variable in class org.jppf.utils.stats.JPPFStatisticsHelper
-
Total number of submitted jobs.
- jobAdded(ClientQueueEvent) - Method in interface org.jppf.client.event.ClientQueueListener
-
Called to notify that a job was added to the queue.
- jobAdded(ClientQueueEvent) - Method in class org.jppf.client.event.ClientQueueListenerAdapter
-
- jobAdded(JobMonitoringEvent) - Method in interface org.jppf.client.monitoring.jobs.JobMonitoringListener
-
Called when a job is added to the driver queue.
- jobAdded(JobMonitoringEvent) - Method in class org.jppf.client.monitoring.jobs.JobMonitoringListenerAdapter
-
- JobAwareness - Interface in org.jppf.load.balancer
-
Bundler implementations should implement this interface if they wish to have access to a job's information.
- JobClientSLA - Class in org.jppf.node.protocol
-
This interface represents the Service Level Agreement between a JPPF job and a JPPF client.
- JobCommonSLA<T extends JobCommonSLA<?>> - Class in org.jppf.node.protocol
-
This interface represents the Service Level Agreement between a JPPF job and a server.
- JobConfiguration - Interface in org.jppf.client.concurrent
-
This interface defines the properties that can be provided to a task submitted by a
JPPFExecutorService
..
- JobDispatch - Class in org.jppf.client.monitoring.jobs
-
This class represents the dispatch of a job to a node.
- jobDispatchAdded(JobMonitoringEvent) - Method in interface org.jppf.client.monitoring.jobs.JobMonitoringListener
-
Called when a job is dispatched to a node.
- jobDispatchAdded(JobMonitoringEvent) - Method in class org.jppf.client.monitoring.jobs.JobMonitoringListenerAdapter
-
- jobDispatched(JobEvent) - Method in interface org.jppf.client.event.JobListener
-
Called when a job, or a subset of its tasks, is sent to the server, or to the local executor.
- jobDispatched(JobEvent) - Method in class org.jppf.client.event.JobListenerAdapter
-
- jobDispatchRemoved(JobMonitoringEvent) - Method in interface org.jppf.client.monitoring.jobs.JobMonitoringListener
-
Called when a job dispatch returns from a node.
- jobDispatchRemoved(JobMonitoringEvent) - Method in class org.jppf.client.monitoring.jobs.JobMonitoringListenerAdapter
-
- JobDriver - Class in org.jppf.client.monitoring.jobs
-
AN instance of this class represents a JPPF driver in the jobs hierarchy.
- jobEnded(JobEvent) - Method in interface org.jppf.client.event.JobListener
-
Called when the execution of a job is complete.
- jobEnded(JobEvent) - Method in class org.jppf.client.event.JobListenerAdapter
-
- jobEnded(JobEvent) - Method in class org.jppf.client.utils.AbstractJPPFJobStream
-
This implementation of
JobListener.jobEnded(JobEvent)
decreases the counter of running jobs,
notifies all threads waiting in
next()
and finally processes the results asynchronously.
- jobEnding(NodeLifeCycleEvent) - Method in class org.jppf.android.node.DefaultAndroidNodeIntegration
-
- jobEnding(NodeLifeCycleEvent) - Method in class org.jppf.android.node.SimpleNodeIntegration
-
- jobEnding(NodeLifeCycleEvent) - Method in interface org.jppf.node.event.NodeLifeCycleListener
-
Called after the node finishes processing a job.
- jobEnding(NodeLifeCycleEvent) - Method in class org.jppf.node.event.NodeLifeCycleListenerAdapter
-
- jobEnding(NodeLifeCycleEvent) - Method in class org.jppf.node.screensaver.impl.NodeState
-
- JobEvent - Class in org.jppf.client.event
-
Event emitted by a job when its execution starts or completes.
- JobEventType - Enum in org.jppf.job
-
This enum describes the types of events emitted by a JPPFJobManager.
- jobHeaderLoaded(NodeLifeCycleEvent) - Method in interface org.jppf.node.event.NodeLifeCycleListener
-
Called when the node has loaded a job header and before the DataProvider
or any of the tasks have been loaded.
- jobHeaderLoaded(NodeLifeCycleEvent) - Method in class org.jppf.node.event.NodeLifeCycleListenerAdapter
-
- jobInfo - Variable in class org.jppf.server.job.management.NodeJobInformation
-
The information about the job dispatch.
- JobInformation - Class in org.jppf.job
-
Instances of this class provide information about the state of a job being processed by a driver.
- JobInformation() - Constructor for class org.jppf.job.JobInformation
-
Initialize this object.
- JobInformation(TaskBundle) - Constructor for class org.jppf.job.JobInformation
-
Initialize this object with the specified parameters.
- JobInformation(String, String, int, int, int, boolean, boolean) - Constructor for class org.jppf.job.JobInformation
-
Initialize this object with the specified parameters.
- JobListener - Interface in org.jppf.client.event
-
Listener interface for receiving job started and job ended event notifications.
- JobListenerAdapter - Class in org.jppf.client.event
-
A convenience class which allows subclassing and implementing only the needed methods of
JobListener
.
- JobListenerAdapter() - Constructor for class org.jppf.client.event.JobListenerAdapter
-
- JobMetadata - Interface in org.jppf.node.protocol
-
Instances of this interface hold metadata about a job, that can be used from a driver or node extension or plugin.
- JobMonitor - Class in org.jppf.client.monitoring.jobs
-
This class provides a representation of the jobs and corresponding node dispatches executing in a JPPF grid.
- JobMonitor(TopologyManager, JobMonitoringListener...) - Constructor for class org.jppf.client.monitoring.jobs.JobMonitor
-
- JobMonitor(JobMonitorUpdateMode, long, TopologyManager, JobMonitoringListener...) - Constructor for class org.jppf.client.monitoring.jobs.JobMonitor
-
Initialize this job manager with the specified topology manager and event mode.
- JobMonitoringEvent - Class in org.jppf.client.monitoring.jobs
-
This class represents an event emitteed by a
JobMonitor
.
- JobMonitoringHandler - Interface in org.jppf.client.monitoring.jobs
-
Interface implemented by all handlers that monitor and mantain the jobs tree.
- JobMonitoringListener - Interface in org.jppf.client.monitoring.jobs
-
Listener interface for changes in the jobs of one or more drivers.
- JobMonitoringListenerAdapter - Class in org.jppf.client.monitoring.jobs
-
A convenience class for subclasses that wish to subscribe to job monitoring events
without having to implement all the methods of the
JobMonitoringListener
interface.
- JobMonitoringListenerAdapter() - Constructor for class org.jppf.client.monitoring.jobs.JobMonitoringListenerAdapter
-
- JobMonitorUpdateMode - Enum in org.jppf.client.monitoring.jobs
-
Enumeration of the possible ways job updates are published as events by the job monitor.
- JobNotification - Class in org.jppf.job
-
Instances of this class represent events emitted by a JPPFJobManager.
- JobNotification(String, JobEventType, JobInformation, JPPFManagementInfo, long) - Constructor for class org.jppf.job.JobNotification
-
Initialize this event with the specified job and node information.
- JobPersistence<K> - Interface in org.jppf.client.persistence
-
Interface for facilities managing the persistence of jobs and their state.
- JobPersistence - Interface in org.jppf.job.persistence
-
This interface must be implemented by services that perform jobs persistence in the driver.
- JobPersistenceException - Exception in org.jppf.client.persistence
-
Exception thrown when an error occurs during a job persistence operation.
- JobPersistenceException(String, Throwable) - Constructor for exception org.jppf.client.persistence.JobPersistenceException
-
Initialize this exception with a specified message and cause exception.
- JobPersistenceException(String) - Constructor for exception org.jppf.client.persistence.JobPersistenceException
-
Initialize this exception with a specified message.
- JobPersistenceException(Throwable) - Constructor for exception org.jppf.client.persistence.JobPersistenceException
-
Initialize this exception with a specified cause exception.
- JobPersistenceException - Exception in org.jppf.job.persistence
-
Exceptions of this class are raised whenever an error occurs during a job persistence operation.
- JobPersistenceException(String, Throwable) - Constructor for exception org.jppf.job.persistence.JobPersistenceException
-
Initialize this exception with a specified message and cause.
- JobPersistenceException(String) - Constructor for exception org.jppf.job.persistence.JobPersistenceException
-
Initialize this exception with a specified message.
- JobPersistenceException(Throwable) - Constructor for exception org.jppf.job.persistence.JobPersistenceException
-
Initialize this exception with a specified cause.
- jobRemoved(ClientQueueEvent) - Method in interface org.jppf.client.event.ClientQueueListener
-
Called to notify that a job was removed from the queue.
- jobRemoved(ClientQueueEvent) - Method in class org.jppf.client.event.ClientQueueListenerAdapter
-
- jobRemoved(JobMonitoringEvent) - Method in interface org.jppf.client.monitoring.jobs.JobMonitoringListener
-
Called when a job is removed from the driver queue.
- jobRemoved(JobMonitoringEvent) - Method in class org.jppf.client.monitoring.jobs.JobMonitoringListenerAdapter
-
- JobResults - Class in org.jppf.client
-
Instances of this class hold and manage the results of a job.
- JobResults() - Constructor for class org.jppf.client.JobResults
-
- jobReturned(JobEvent) - Method in interface org.jppf.client.event.JobListener
-
Called when the execution of a subset of the tasks of a job is complete.
- jobReturned(JobEvent) - Method in class org.jppf.client.event.JobListenerAdapter
-
- JobReturnReason - Enum in org.jppf.job
-
Enumeration of the possible reasons why a set of tasks is returned by a node in a given state.
- JobSelector - Interface in org.jppf.job
-
Interface used to select or filter jobs in a client, driver or node.
- JobSLA - Class in org.jppf.node.protocol
-
This interface represents the Service Level Agreement between a JPPF job and a server.
- JobSLA() - Constructor for class org.jppf.node.protocol.JobSLA
-
Default constructor.
- jobStarted(JobEvent) - Method in interface org.jppf.client.event.JobListener
-
Called when the execution of a job is starting.
- jobStarted(JobEvent) - Method in class org.jppf.client.event.JobListenerAdapter
-
- jobStarting(NodeLifeCycleEvent) - Method in class org.jppf.android.node.DefaultAndroidNodeIntegration
-
- jobStarting(NodeLifeCycleEvent) - Method in class org.jppf.android.node.SimpleNodeIntegration
-
- jobStarting(NodeLifeCycleEvent) - Method in interface org.jppf.node.event.NodeLifeCycleListener
-
Called before the node starts processing a job.
- jobStarting(NodeLifeCycleEvent) - Method in class org.jppf.node.event.NodeLifeCycleListenerAdapter
-
- jobStarting(NodeLifeCycleEvent) - Method in class org.jppf.node.screensaver.impl.NodeState
-
- JobStatus - Enum in org.jppf.client
-
The status of a job.
- jobStatusChanged(JobStatusEvent) - Method in interface org.jppf.client.event.JobStatusListener
-
Called when the status of a job has changed.
- JobStatusEvent - Class in org.jppf.client.event
-
Instances of this class represent a status change notification for a jppf job.
- JobStatusListener - Interface in org.jppf.client.event
-
Listener interface for receiving job status change notifications.
- JobTasksEvent - Class in org.jppf.job
-
Instances of this class encapsulate information on job dispatches to nodes.
- JobTasksListener - Interface in org.jppf.job
-
Listener interface for classes that wish to receive notifications of job tasks dispatched or returned in the driver.
- JobTasksListenerManager - Interface in org.jppf.job
-
Implementations of this interface manage the registration and unregistration
of
job tasks listeners
and notify these listeners of job tasks events.
- jobUpdated(JobMonitoringEvent) - Method in interface org.jppf.client.monitoring.jobs.JobMonitoringListener
-
Called when the state a job has changed.
- jobUpdated(JobMonitoringEvent) - Method in class org.jppf.client.monitoring.jobs.JobMonitoringListenerAdapter
-
- JobUuidSelector - Class in org.jppf.job
-
A job selector which accepts all jobs whose uuids are in the set specified in one of its constructors.
- JobUuidSelector(Collection<String>) - Constructor for class org.jppf.job.JobUuidSelector
-
Initiialize this selector with the specified collection of accepted job uuids.
- JobUuidSelector(String...) - Constructor for class org.jppf.job.JobUuidSelector
-
Initiialize this selector with the specified array of accepted job uuids.
- JPPFAdminConsole - Class in org.jppf.ui.console
-
This class provides an API to launch the JPPF admininstration console
and to embed it within an external GUI application.
- JPPFAdminConsole() - Constructor for class org.jppf.ui.console.JPPFAdminConsole
-
- JPPFAdminMBean - Interface in org.jppf.management
-
Management interface for the administration of a JPPF component, driver or node.
- JPPFAnnotatedTask - Class in org.jppf.client.taskwrapper
-
JPPF task wrapper for an object whose class is annotated with
JPPFRunnable
.
- JPPFAnnotatedTask(Object, Object...) - Constructor for class org.jppf.client.taskwrapper.JPPFAnnotatedTask
-
- JPPFAnnotatedTask(Object, String, Object...) - Constructor for class org.jppf.client.taskwrapper.JPPFAnnotatedTask
-
Initialize this task from a POJO, given a method and its arguments to execute it.
- JPPFBundlerProvider<T extends LoadBalancingProfile> - Interface in org.jppf.load.balancer.spi
-
Interface for all load-balancing algorithm providers.
- JPPFCallable<V> - Interface in org.jppf.utils
-
A serializable extension of the
Callable
interface.
- JPPFClassLoader - Class in org.jppf.classloader
-
JPPF class loader implementation for remote standalone nodes.
- JPPFClassLoader(ClassLoaderConnection<?>, ClassLoader) - Constructor for class org.jppf.classloader.JPPFClassLoader
-
Initialize this class loader with a parent class loader.
- JPPFClassLoader(ClassLoaderConnection<?>, ClassLoader, List<String>) - Constructor for class org.jppf.classloader.JPPFClassLoader
-
Initialize this class loader with a parent class loader.
- JPPFClient - Class in org.jppf.client
-
This class provides an API to submit execution requests and administration commands,
and request server information data.
It has its own unique identifier, used by the nodes, to determine whether classes from
the submitting application should be dynamically reloaded or not, depending on whether
the uuid has changed or not.
- JPPFClient() - Constructor for class org.jppf.client.JPPFClient
-
Initialize this client with an automatically generated application UUID.
- JPPFClient(String) - Constructor for class org.jppf.client.JPPFClient
-
Initialize this client with the specified application UUID.
- JPPFClient(ConnectionPoolListener...) - Constructor for class org.jppf.client.JPPFClient
-
Initialize this client with an automatically generated application UUID.
- JPPFClient(String, ConnectionPoolListener...) - Constructor for class org.jppf.client.JPPFClient
-
Initialize this client with the specified application UUID and new connection listeners.
- JPPFClientConnection - Interface in org.jppf.client
-
Interface for a client connection to a JPPF driver.
- JPPFClientConnectionStatus - Enum in org.jppf.client
-
Status of the connection between a client and a driver.
- JPPFClientStartupSPI - Interface in org.jppf.startup
-
This interface class represents objects that are run at client startup time.
- JPPFCompletionService<V> - Class in org.jppf.client.concurrent
-
- JPPFCompletionService(JPPFExecutorService) - Constructor for class org.jppf.client.concurrent.JPPFCompletionService
-
Initialize this completion service with the specified executor.
- JPPFCompositeSerialization - Class in org.jppf.serialization
-
Abstract super class for serialization schemes that delegate to another serialization scheme.
- JPPFCompositeSerialization() - Constructor for class org.jppf.serialization.JPPFCompositeSerialization
-
- JPPFConfiguration - Class in org.jppf.utils
-
Utility class for loading and accessing the JPPF configuration properties.
- JPPFConfiguration.ConfigurationSource - Interface in org.jppf.utils
-
Implement this interface to provide an alternate configuration source via an
InputStream
.
- JPPFConfiguration.ConfigurationSourceReader - Interface in org.jppf.utils
-
Implement this interface to provide an alternate configuration source via a
Reader
.
- JPPFConnection - Interface in org.jppf.jca.cci
-
Interface for JPPF JCA connections.
- JPPFConnectionFactory - Class in org.jppf.jca.cci
-
Implementation of the ConnectionFactory
interface for
the JPPF resource adapter.
- JPPFConnectionPool - Class in org.jppf.client
-
Instances of this class manage a list of client connections with the same pool name, priority and remote driver.
- JPPFContainer.ObjectDeserializationTask - Class in org.jppf.server.node
-
Instances of this class are used to deserialize objects from an
incoming message in parallel.
- JPPFContainer.ObjectDeserializationTask(DataLocation, int) - Constructor for class org.jppf.server.node.JPPFContainer.ObjectDeserializationTask
-
Initialize this task with the specified data buffer.
- JPPFContextClient - Class in org.jppf.client
-
Context associated with a client.
- JPPFContextClient(JPPFQueue<ClientJob, ClientJob, ClientTaskBundle>) - Constructor for class org.jppf.client.JPPFContextClient
-
Default initializer.
- JPPFContextDriver - Class in org.jppf.server
-
Context associated with a driver.
- JPPFContextDriver(JPPFQueue<?, ?, ?>) - Constructor for class org.jppf.server.JPPFContextDriver
-
Default initializer.
- JPPFCsvFileConnectionStrategy - Class in org.jppf.node.connection
-
This implementation of
DriverConnectionStrategy
reads a list of drivers
from a CSV file where each line has the following format:
- JPPFCsvFileConnectionStrategy() - Constructor for class org.jppf.node.connection.JPPFCsvFileConnectionStrategy
-
Find and read the CSV file.
- JPPFCsvPropertyConnectionStrategy - Class in org.jppf.node.connection
-
This implementation of
DriverConnectionStrategy
reads a list of drivers from a configuration property with the following format:
- JPPFCsvPropertyConnectionStrategy() - Constructor for class org.jppf.node.connection.JPPFCsvPropertyConnectionStrategy
-
Find and read the connection information.
- JPPFDatasourceFactory - Class in org.jppf.persistence
-
This class represents a registry and factory for data sources defined via JPPF configuration properties.
- JPPFDefaultConnectionStrategy - Class in org.jppf.node.connection
-
This implementation of
DriverConnectionStrategy
is the JPPF default
and produces DriverConnectionInfo instances based solely on the JPPF configuration.
- JPPFDefaultConnectionStrategy() - Constructor for class org.jppf.node.connection.JPPFDefaultConnectionStrategy
-
- JPPFDistributedJob - Interface in org.jppf.node.protocol
-
Common interface for client-side jobs (see
JPPFJob
and server-side jobs
(see
TaskBundle
).
- JPPFDriver - Class in org.jppf.server
-
This class serves as an initializer for the entire JPPF server.
- JPPFDriverAdminMBean - Interface in org.jppf.management
-
MBean interface for the management of a JPPF driver.
- JPPFDriverAdminMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFDriverAdminMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFDriverAdminMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFDriverConnectionInfo - Class in org.jppf.node.connection
-
- JPPFDriverConnectionInfo(boolean, String, int, int) - Constructor for class org.jppf.node.connection.JPPFDriverConnectionInfo
-
Deprecated.
as of JPPF 6.0, the recovery mechanism uses the same port number as the main server port.
This constructor assumes recovery is enabled if recoveryPort > 0
, and disabled otherwise.
- JPPFDriverConnectionInfo(boolean, String, int, boolean) - Constructor for class org.jppf.node.connection.JPPFDriverConnectionInfo
-
Initialize the parameters with the specified values.
- JPPFDriverJobPersistence - Class in org.jppf.client
-
Instances of this class allow monitoring and managing, on the client side, the jobs persisted in a remote driver.
- JPPFDriverJobPersistence(JMXDriverConnectionWrapper) - Constructor for class org.jppf.client.JPPFDriverJobPersistence
-
Initialize this persisted job manager with the specified driver JMX connection.
- JPPFDriverMBeanProvider - Interface in org.jppf.management.spi
-
Service provider interface for pluggable management beans for JPPF drivers.
- JPPFDriverStartupSPI - Interface in org.jppf.startup
-
This interface class represents objects that are run at server startup time.
- JPPFError - Error in org.jppf
-
Class of JPPF-specific error that may be caught in special cases.
- JPPFError(String, Throwable) - Constructor for error org.jppf.JPPFError
-
Initialize this error with a specified message and cause exception.
- JPPFError(String) - Constructor for error org.jppf.JPPFError
-
Initialize this error with a specified message.
- JPPFError(Throwable) - Constructor for error org.jppf.JPPFError
-
Initialize this error with a specified cause exception.
- JPPFException - Exception in org.jppf
-
Class of exceptions for JPPF-specific exceptions.
- JPPFException(String, Throwable) - Constructor for exception org.jppf.JPPFException
-
Initialize this exception with a specified message and cause exception.
- JPPFException(String) - Constructor for exception org.jppf.JPPFException
-
Initialize this exception with a specified message.
- JPPFException(Throwable) - Constructor for exception org.jppf.JPPFException
-
Initialize this exception with a specified cause exception.
- JPPFExceptionResult - Class in org.jppf.node.protocol
-
Instances of this class are used to signal that a task could not be sent back by the node to the server.
- JPPFExceptionResult() - Constructor for class org.jppf.node.protocol.JPPFExceptionResult
-
Default constructor provided as a convenience for subclassing.
- JPPFExceptionResult(Throwable, Object) - Constructor for class org.jppf.node.protocol.JPPFExceptionResult
-
Initialize this task with the specified error context.
- JPPFExceptionResultEx - Class in org.jppf.node.protocol
-
- JPPFExceptionResultEx() - Constructor for class org.jppf.node.protocol.JPPFExceptionResultEx
-
Default constructor provided as a convenience for subclassing.
- JPPFExceptionResultEx(Throwable, Object) - Constructor for class org.jppf.node.protocol.JPPFExceptionResultEx
-
Initialize this task with the specified error context.
- JPPFExecutorService - Class in org.jppf.client.concurrent
-
- JPPFExecutorService(JPPFClient) - Constructor for class org.jppf.client.concurrent.JPPFExecutorService
-
Initialize this executor service with the specified JPPF client.
- JPPFExecutorService(JPPFClient, int, long) - Constructor for class org.jppf.client.concurrent.JPPFExecutorService
-
Initialize this executor service with the specified JPPF client, batch size and batch tiemout.
- JPPFFilteredStatisticsListener - Class in org.jppf.utils.stats
-
- JPPFFilteredStatisticsListener() - Constructor for class org.jppf.utils.stats.JPPFFilteredStatisticsListener
-
- JPPFHelper - Class in org.jppf.jca.demo
-
Utility class for obtaining and releasing Resource adapter connections.
- JPPFHelper() - Constructor for class org.jppf.jca.demo.JPPFHelper
-
- JPPFJMXConnector - Class in org.jppf.jmxremote
-
Implementation of the JMXConnector
interface for the JPPF JMX remote connector.
- JPPFJMXConnector(JMXServiceURL, Map<String, ?>) - Constructor for class org.jppf.jmxremote.JPPFJMXConnector
-
- JPPFJMXConnectorServer - Class in org.jppf.jmxremote
-
Concrete subclass of the JMXConnectorServer
class for the JPPF JMX remote connector server.
- JPPFJMXConnectorServer(JMXServiceURL, Map<String, ?>, MBeanServer) - Constructor for class org.jppf.jmxremote.JPPFJMXConnectorServer
-
Initalize this connector server with the specified service URL, environemnt and MBean server.
- JPPFJob - Class in org.jppf.client
-
Instances of this class represent a JPPF job and hold all the required elements:
tasks, execution policy, task listener, data provider, priority, blocking indicator.
- JPPFJob() - Constructor for class org.jppf.client.JPPFJob
-
Default constructor, creates a blocking job with no data provider, default SLA values and a priority of 0.
- JPPFJob(String) - Constructor for class org.jppf.client.JPPFJob
-
Default constructor, creates a blocking job with no data provider, default SLA values and a priority of 0.
- JPPFLocalClassLoader - Class in org.jppf.classloader
-
JPPF class loader implementation for nodes running within the same JVM as the JPPF server (local nodes).
- JPPFLocalClassLoader(ClassLoaderConnection<?>, ClassLoader) - Constructor for class org.jppf.classloader.JPPFLocalClassLoader
-
Initialize this class loader with a parent class loader.
- JPPFLocalClassLoader(ClassLoaderConnection<?>, ClassLoader, List<String>) - Constructor for class org.jppf.classloader.JPPFLocalClassLoader
-
Initialize this class loader with a parent class loader.
- JPPFLogFormatter - Class in org.jppf.logging.jdk
-
Formats log records in format yyyy-MM-dd hh:mm:ss.SSS [LEVEL][thread name][package.ClassName.method()]: message.
- JPPFLogFormatter() - Constructor for class org.jppf.logging.jdk.JPPFLogFormatter
-
- JPPFManagementInfo - Class in org.jppf.management
-
Instances of this class encapsulate the information required to access the JMX server of a node or a driver.
- JPPFMBeanProvider - Interface in org.jppf.management.spi
-
Service provider interface for pluggable management beans.
- JPPFMBeanProviderManager<S extends JPPFMBeanProvider> - Class in org.jppf.management.spi
-
Instances of this class manage all management plugins defined through the Service Provider Interface.
- JPPFMBeanProviderManager(Class<S>, ClassLoader, Object, Object...) - Constructor for class org.jppf.management.spi.JPPFMBeanProviderManager
-
Initialize this mbean provider manager and register the MBeans implementing the specified provider interface.
- JPPFMBeanServerConnection - Class in org.jppf.jmxremote
-
Implementation of the MBeanServerConnection
interface for JPPF JMX remote connectors.
- JPPFMBeanServerConnection(JPPFJMXConnector) - Constructor for class org.jppf.jmxremote.JPPFMBeanServerConnection
-
Initialize with the specified message handler.
- JPPFNode - Class in org.jppf.server.node
-
Instances of this class encapsulate execution nodes.
- JPPFNode() - Constructor for class org.jppf.server.node.JPPFNode
-
Default constructor.
- JPPFNodeAdminMBean - Interface in org.jppf.management
-
Exposed interface of the JPPF node management bean.
- JPPFNodeAdminMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFNodeAdminMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFNodeAdminMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFNodeConfigSpec - Class in org.jppf.node.protocol
-
Instances of this class are set as job SLA attributes and describe the desired node configuration for a job.
- JPPFNodeConfigSpec(TypedProperties) - Constructor for class org.jppf.node.protocol.JPPFNodeConfigSpec
-
Initialize this node config spec with the specified desiredConfiguration and a restart flag set to true
.
- JPPFNodeConfigSpec(TypedProperties, boolean) - Constructor for class org.jppf.node.protocol.JPPFNodeConfigSpec
-
Initialize this node config spec with the specified desiredConfiguration and restart flag.
- JPPFNodeConnectionNotifierMBean - Interface in org.jppf.management
-
This MBean provides notifications of nodes connecting to, or disconnecting from a JPPF driver.
- JPPFNodeConnectionNotifierMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFNodeConnectionNotifierMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFNodeConnectionNotifierMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFNodeForwardingMBean - Interface in org.jppf.management.forwarding
-
MBean interface for forwarding node management requests and monitoring notfications via the driver.
- JPPFNodeForwardingMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFNodeForwardingMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFNodeForwardingMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFNodeForwardingNotification - Class in org.jppf.management.forwarding
-
Instances of this notification class wrap any JMX notification received from a node.
- JPPFNodeForwardingNotification(Notification, String, String) - Constructor for class org.jppf.management.forwarding.JPPFNodeForwardingNotification
-
Initialize this notification with the actual node notification that was received.
- JPPFNodeMaintenanceMBean - Interface in org.jppf.management
-
MBean interface for various maintenance operations on the nodes.
- JPPFNodeMaintenanceMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFNodeMaintenanceMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFNodeMaintenanceMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFNodeMBeanProvider - Interface in org.jppf.management.spi
-
Service provider interface for pluggable management beans for JPPF nodes.
- JPPFNodeProvisioningMBean - Interface in org.jppf.node.provisioning
-
Provides an interface for "master" nodes, giving them the ability to start, stop and monitor "slave" nodes on the same machine.
- JPPFNodeProvisioningMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFNodeProvisioningMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFNodeProvisioningMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFNodeStartupSPI - Interface in org.jppf.startup
-
This interface represents objects that are run at node startup time.
- JPPFNodeState - Class in org.jppf.management
-
Instances of this class represent the state of a node.
- JPPFNodeState() - Constructor for class org.jppf.management.JPPFNodeState
-
- JPPFNodeState.ConnectionState - Enum in org.jppf.management
-
Enumeration of connection states.
- JPPFNodeState.ExecutionState - Enum in org.jppf.management
-
Enumeration of execution states.
- JPPFNodeTaskMonitorMBean - Interface in org.jppf.management
-
MBean interface for task-level monitoring on each node.
- JPPFNodeTaskMonitorMBeanStaticProxy - Class in org.jppf.management.generated
-
- JPPFNodeTaskMonitorMBeanStaticProxy(JMXConnectionWrapper) - Constructor for class org.jppf.management.generated.JPPFNodeTaskMonitorMBeanStaticProxy
-
Initialize this MBean static proxy.
- JPPFObjectInputStream - Class in org.jppf.serialization
-
- JPPFObjectInputStream(InputStream) - Constructor for class org.jppf.serialization.JPPFObjectInputStream
-
Initialize this object input stream with the specified stream.
- JPPFObjectInputStream(InputStream, Deserializer) - Constructor for class org.jppf.serialization.JPPFObjectInputStream
-
Initialize this object input stream with the specified stream.
- JPPFObjectOutputStream - Class in org.jppf.serialization
-
- JPPFObjectOutputStream(OutputStream) - Constructor for class org.jppf.serialization.JPPFObjectOutputStream
-
Initialize this object stream.
- JPPFObjectOutputStream(OutputStream, Serializer) - Constructor for class org.jppf.serialization.JPPFObjectOutputStream
-
Initialize this object stream.
- JPPFProperties - Class in org.jppf.utils.configuration
-
This class holds a static enumeration of the documented JPPF configuration properties.
- JPPFProperties() - Constructor for class org.jppf.utils.configuration.JPPFProperties
-
- JPPFProperty<T> - Interface in org.jppf.utils.configuration
-
Interface for predefined JPPF properties expected to handle a specific value type.
- JPPFQueueLock - Class in org.jppf.utils.concurrent
-
This class is for logging and debugging purposes.
- JPPFQueueLock(String) - Constructor for class org.jppf.utils.concurrent.JPPFQueueLock
-
Creates an instance of JPPFReentrantLock
.
- JPPFReentrantLock - Class in org.jppf.utils.concurrent
-
A non-fair lock implementation that allows assigning a readable and identifiable name and toString()
.
- JPPFReentrantLock() - Constructor for class org.jppf.utils.concurrent.JPPFReentrantLock
-
Creates an instance of JPPFReentrantLock
.
- JPPFReentrantLock(String) - Constructor for class org.jppf.utils.concurrent.JPPFReentrantLock
-
Creates an instance of JPPFReentrantLock
.
- JPPFRunnable - Annotation Type in org.jppf.node.protocol
-
Annotation to determine which method in a class is the task's main method.
- JPPFRuntimeException - Exception in org.jppf
-
Class of exceptions for JPPF-specific exceptions.
- JPPFRuntimeException(String, Throwable) - Constructor for exception org.jppf.JPPFRuntimeException
-
Initialize this exception with a specified message and cause exception.
- JPPFRuntimeException(String) - Constructor for exception org.jppf.JPPFRuntimeException
-
Initialize this exception with a specified message.
- JPPFRuntimeException(Throwable) - Constructor for exception org.jppf.JPPFRuntimeException
-
Initialize this exception with a specified cause exception.
- JPPFSchedule - Class in org.jppf.scheduling
-
Instances of this class contain data used to setup a schedule.
- JPPFSchedule(long) - Constructor for class org.jppf.scheduling.JPPFSchedule
-
Initialize this schedule configuration with the specified duration.
- JPPFSchedule(String, String) - Constructor for class org.jppf.scheduling.JPPFSchedule
-
Initialize this schedule configuration with the specified fixed date annd date format.
- JPPFScreenSaver - Interface in org.jppf.node.screensaver
-
This is the interface to implement for any custom implementation of a screen saver associated with a JPPF node.
- JPPFScreenSaverImpl - Class in org.jppf.node.screensaver.impl
-
A built-in screen saver implementation.
- JPPFScreenSaverImpl() - Constructor for class org.jppf.node.screensaver.impl.JPPFScreenSaverImpl
-
Default constructor.
- JPPFSerialization - Interface in org.jppf.serialization
-
Interface and factory for object serialization and deserialization schemes in JPPF.
- JPPFSerialization.Factory - Class in org.jppf.serialization
-
Factory class for instantiating a default or configured serialization.
- JPPFSerialization.Factory() - Constructor for class org.jppf.serialization.JPPFSerialization.Factory
-
- JPPFSerializationHelper - Class in org.jppf.serialization
-
A collection of static utility methods to help with serialization in JPPF.
- JPPFSerializationHelper() - Constructor for class org.jppf.serialization.JPPFSerializationHelper
-
- JPPFSnapshot - Interface in org.jppf.utils.stats
-
Convenience class for collecting time or size statistics.
- JPPFStartup - Interface in org.jppf.startup
-
Common super interface for node and server startup SPI interfaces.
- JPPFStatistics - Class in org.jppf.utils.stats
-
Instances of this class hold statistics snapshots.
- JPPFStatistics.Filter - Interface in org.jppf.utils.stats
-
A filter interface for snapshots.
- JPPFStatisticsEvent - Class in org.jppf.utils.stats
-
A statistics event.
- JPPFStatisticsEvent(JPPFStatistics, JPPFSnapshot) - Constructor for class org.jppf.utils.stats.JPPFStatisticsEvent
-
Initialize this event with the specified source statistics and snapshot.
- JPPFStatisticsHelper - Class in org.jppf.utils.stats
-
This helper class holds the constants definitions for the labels
of the statistics snapshots used in JPPF, along with utility methods.
- JPPFStatisticsHelper() - Constructor for class org.jppf.utils.stats.JPPFStatisticsHelper
-
- JPPFStatisticsListener - Interface in org.jppf.utils.stats
-
Listener interface for JPPF statistics.
- JPPFSuspendedNodeException - Exception in org.jppf
-
This exception is thrown when a node is in suspended state and its connection was closed while performing I/O with the server.
- JPPFSuspendedNodeException(String, Throwable) - Constructor for exception org.jppf.JPPFSuspendedNodeException
-
Initialize this exception with a specified message and cause exception.
- JPPFSuspendedNodeException(String) - Constructor for exception org.jppf.JPPFSuspendedNodeException
-
Initialize this exception with a specified message.
- JPPFSuspendedNodeException(Throwable) - Constructor for exception org.jppf.JPPFSuspendedNodeException
-
Initialize this exception with a specified cause exception.
- JPPFSystemInformation - Class in org.jppf.management
-
This class encapsulates the system information for a node.
It includes:
System properties, including -D flags
Runtime information such as available processors and memory usage
Environment variables
JPPF configuration properties
IPV4 and IPV6 addresses assigned to the JVM host
Disk space information
Server statistics (server-side only)
- JPPFSystemInformation(String, boolean, boolean) - Constructor for class org.jppf.management.JPPFSystemInformation
-
Initialize this system information object with the specified uuid.
- JPPFSystemInformation(String, boolean, boolean, JPPFStatistics) - Constructor for class org.jppf.management.JPPFSystemInformation
-
Initialize this system information object with the specified uuid.
- JPPFTask - Class in org.jppf.node.protocol
-
This class is kept for compatibility with existing user installations which make use of it,
as we understand there are quite a few that still do.
- JPPFTask() - Constructor for class org.jppf.node.protocol.JPPFTask
-
- JPPFTaskCallback<T> - Class in org.jppf.client.taskwrapper
-
- JPPFTaskCallback() - Constructor for class org.jppf.client.taskwrapper.JPPFTaskCallback
-
- JPPFTaskSerializationException - Class in org.jppf.node.protocol
-
- JPPFTaskSerializationException(String, StackTraceElement[]) - Constructor for class org.jppf.node.protocol.JPPFTaskSerializationException
-
Initialize this exception.
- JPPFTaskSerializationException(Throwable) - Constructor for class org.jppf.node.protocol.JPPFTaskSerializationException
-
Initialize this exception from the specified Throwable
.
- JPPFThreadPool - Class in org.jppf.utils.concurrent
-
A thread pool based on an ubounded queue which supports a core and maximum number of threads, along with a TTL for non-core threads.
- JPPFThreadPool(int) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool
-
Create a fixed size thread pool with the specified number of threads, infinite thread time-to-live and a
default thread factory
.
- JPPFThreadPool(int, ThreadFactory) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool
-
Initialize with the specified number of core threads and thread factory.
- JPPFThreadPool(int, int, long) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool
-
Initialize with the specified number of core threads, maximum number of threads, thread ttl and a
default thread factory
.
- JPPFThreadPool(int, int, long, ThreadFactory) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool
-
Initialize with the specified number of core threads, maximum number of threads, ttl and thread factory.
- JPPFThreadPool(int, int, long, ThreadFactory, BlockingQueue<Runnable>) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool
-
Initialize with the specified number of core threads, maximum number of threads, ttl and thread factory.
- JPPFThreadPool2 - Class in org.jppf.utils.concurrent
-
A thread pool based on an ubounded queue which supports a core and maximum number of threads, along with a TTL for non-core threads.
- JPPFThreadPool2(int) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool2
-
Create a fixed size thread pool with the specified number of threads, infinite thread time-to-live and a
default thread factory
.
- JPPFThreadPool2(int, ThreadFactory) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool2
-
Initialize with the specified number of core threads and thread factory.
- JPPFThreadPool2(int, int, long) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool2
-
Initialize with the specified number of core threads, maximum number of threads, thread ttl and a
default thread factory
.
- JPPFThreadPool2(int, int, long, ThreadFactory) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool2
-
Initialize with the specified number of core threads, maximum number of threads, ttl and thread factory.
- JPPFThreadPool2(int, int, long, ThreadFactory, BlockingQueue<Runnable>) - Constructor for class org.jppf.utils.concurrent.JPPFThreadPool2
-
Initialize with the specified number of core threads, maximum number of threads, ttl and thread factory.
- JPPFTimeoutException - Exception in org.jppf
-
Class of exceptions for JPPF timeout-related exceptions.
- JPPFTimeoutException(String, Throwable) - Constructor for exception org.jppf.JPPFTimeoutException
-
Initialize this exception with a specified message and cause exception.
- JPPFTimeoutException(String) - Constructor for exception org.jppf.JPPFTimeoutException
-
Initialize this exception with a specified message.
- JPPFTimeoutException(Throwable) - Constructor for exception org.jppf.JPPFTimeoutException
-
Initialize this exception with a specified cause exception.
- JPPFUnsupportedOperationException - Exception in org.jppf
-
Exception raised to indicate that a call to a JPPF method is not supported.
- JPPFUnsupportedOperationException(String, Throwable) - Constructor for exception org.jppf.JPPFUnsupportedOperationException
-
Initialize this exception with a specified message and cause exception.
- JPPFUnsupportedOperationException(String) - Constructor for exception org.jppf.JPPFUnsupportedOperationException
-
Initialize this exception with a specified message.
- JPPFUnsupportedOperationException(Throwable) - Constructor for exception org.jppf.JPPFUnsupportedOperationException
-
Initialize this exception with a specified cause exception.
- JPPFUuid - Class in org.jppf.utils
-
Instances of this class serve as unique identifiers for messages sent to and from
remote execution services.
- JPPFUuid() - Constructor for class org.jppf.utils.JPPFUuid
-
Instantiate this JPPFUuid with a generated unique identifier.
- JPPFUuid(char[], int) - Constructor for class org.jppf.utils.JPPFUuid
-
Instantiate this JPPFUuid with a generated unique identifier.
- JVM_OPTIONS - Static variable in class org.jppf.utils.configuration.JPPFProperties
-
JVM options for the node or server process.