FusionReactor API
v3.0.0
A C E F G H I K P R S T

A

applyChanges(Map) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
Apply a set of changes to this configuration object.
assertValidity() - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
Check whether the currently loaded configuration is valid.

C

com.intergral.fusionreactor.api - package com.intergral.fusionreactor.api
Provides a public API to allow servlets, JSP, CF and other scripting languages to obtain information about the running state of FusionReactor.
ConfigurationInvalidExceptionSurrogate - Exception in com.intergral.fusionreactor.api
This class signals that the ConfigurationSurrogate whose validity was being tested was found to be invalid.
ConfigurationInvalidExceptionSurrogate(Throwable) - Constructor for exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
ConfigurationSurrogate - Interface in com.intergral.fusionreactor.api
This interface specifies the public members of a FusionReactor Configuration object.

E

equals(Object) - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
explainKillStatus(int) - Method in class com.intergral.fusionreactor.api.FRAPI
Explain a given kill result value.

F

fillInStackTrace() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
FRAPI - Class in com.intergral.fusionreactor.api
This class defines the public interface to FusionReactor.
FusionRequestSurrogate - Interface in com.intergral.fusionreactor.api
This interface specifies the available proxied information from an internal FusionRequest.

G

getAllocatedMemory() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the quantity of memory allocated to the JVM by the operating system.
getAsProperties() - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getBooleanValue(String, boolean) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getBooleanValue(String) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getCause() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
getCpuUsage() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the current CPU usage.
getFreeMemory() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the quantity of free memory available to the VM, including any not yet allocated.
getFusionRequestId() - Method in interface com.intergral.fusionreactor.api.FusionRequestSurrogate
Get the tracking ID of this request.
getInstance() - Static method in class com.intergral.fusionreactor.api.FRAPI
Get a concrete instance of the FusionReactor API, on which further calls can be made.
getIntValue(String, int) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getIntValue(String) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getIpAddress() - Method in interface com.intergral.fusionreactor.api.FusionRequestSurrogate
Get the IP address of the client.
getKeyIterator() - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getLocalizedMessage() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
getMessage() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
getRequestUrl() - Method in interface com.intergral.fusionreactor.api.FusionRequestSurrogate
Get the URL, with protocol and query arguments (if applicable) associated with this request.
getRunningConfiguration() - Method in class com.intergral.fusionreactor.api.FRAPI
Return a deep-clone of the currently running configuration.
getRunningRequests() - Method in class com.intergral.fusionreactor.api.FRAPI
Return an array containing objects representing all requests currently being tracked by FusionReactor.
getRuntime() - Method in interface com.intergral.fusionreactor.api.FusionRequestSurrogate
Get the runtime for the request.
getStackTrace() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
getStartTime() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the time in milliseconds since the epoch at which the server was started.
getStartTimeMillis() - Method in interface com.intergral.fusionreactor.api.FusionRequestSurrogate
Get the time at whichi this request was raised inside FusionReactor, measured in milliseconds from the Java time datum (midnight on January 1st, 1970 UTC).
getStartTimeString() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the system uptime as a date/time string of the form HH:mm:ss dd-MMM-yyyy
getStringValue(String, String) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getStringValue(String) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getThread() - Method in interface com.intergral.fusionreactor.api.FusionRequestSurrogate
Get the name of the thread handling the request.
getTotalMemory() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the quantity of memory availble to the JVM, including any not yet allocated to it by the JVM.
getUptime() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the number of milliseconds since FusionReactor was last started.
getUsedMemory() - Method in class com.intergral.fusionreactor.api.FRAPI
Get the quantity of memory currently allocated by the JVM to Java objects.
getValueIterator() - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 
getVersion() - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
 

H

hashCode() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 

I

initCause(Throwable) - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
isFusionReactorRunning() - Method in class com.intergral.fusionreactor.api.FRAPI
Attempt to locate FusionReactor in memory and return a boolean indicating success or failure.

K

kill(long, String) - Method in class com.intergral.fusionreactor.api.FRAPI
Kill a running request.
KILL_STATUS_ALREADY_DISPOSED - Static variable in class com.intergral.fusionreactor.api.FRAPI
Indicates this request has already been disposed of, i.e.
KILL_STATUS_ALREADY_NOTIFIED - Static variable in class com.intergral.fusionreactor.api.FRAPI
Indicates this request has already been notified of a kill action by some other mechanism.
KILL_STATUS_KILLED - Static variable in class com.intergral.fusionreactor.api.FRAPI
Indicates this request was killed.

P

printStackTrace() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
printStackTrace(PrintStream) - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
printStackTrace(PrintWriter) - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 

R

removeKey(String) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
Remove a key from the configuration.

S

setPageTimeout(int) - Method in class com.intergral.fusionreactor.api.FRAPI
Reset the timeout value for this page.
setRequestCaptureFolder(String) - Method in class com.intergral.fusionreactor.api.FRAPI
Change the location to which Request Capture will store request and response data.
setRunningConfiguration(ConfigurationSurrogate) - Method in class com.intergral.fusionreactor.api.FRAPI
Set the running configuration to the passed ConfigurationSurrogate.
setStackTrace(StackTraceElement[]) - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
setValue(String, String) - Method in interface com.intergral.fusionreactor.api.ConfigurationSurrogate
Insert a new configuration key/value into the store.

T

toString() - Method in exception com.intergral.fusionreactor.api.ConfigurationInvalidExceptionSurrogate
 
trace(String) - Method in class com.intergral.fusionreactor.api.FRAPI
Attach a user trace string to this request.

A C E F G H I K P R S T
FusionReactor API
v3.0.0

Copyright © 2005-2008 Intergral Information Solutions GmbH. All Rights Reserved.