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

A

add(CmndProc.Dispatch, CmndProc.Command) - Method in class org.lsst.ccs.utilities.sa.CmndProc
Adds a command processor
add(String, int, String[]) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Adds a command to the table
add(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Adds a new entry
add(CmndProcess.Dispatch, CmndProcess.Command) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
Adds a command processor
add(CmndProcess.CmndDisp) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
Adds a command processor, enhanced version
add(String, int, String[], String, CmndProcess.Lookup...) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Adds a command to the table
add(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Adds a new entry
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
adds an executant to the list of those going to execute Commands when needed.
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
Registers a code ready to receive "synchronous" commands
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
Registers a code ready to receive "synchronous" commands
addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
Registers a code ready to receive "synchronous" commands
addObserver(ASyncObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
 
addObserver(SynchronousObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
 
addReportLine(String) - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
 
addReportLine(String) - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
long reports that span many lines (such as stackTraces) may have intermediate calls to addReportLine before a call to endReport
addStatusBusListener(ScriptingStatusBusListener, String) - Method in interface org.lsst.ccs.utilities.scripting2.CCS
Add a Status bus listener.
agent - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
AltMain - Class in org.lsst.ccs.utilities.main
 
AltMain() - Constructor for class org.lsst.ccs.utilities.main.AltMain
 
append(LoggingEvent) - Method in class org.lsst.ccs.utilities.logging.JULAppender
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
apply(double) - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
apply(double) - Method in class org.lsst.ccs.utilities.dsp.MedianHFFilter
 
argDesc(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the argument descriptor for a command, given its index
args - Variable in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
 
ASyncObserver<P> - Interface in org.lsst.ccs.utilities.dispatch
An Observable that needs parrallel processing of updates.
attachSubsystem(String) - Method in interface org.lsst.ccs.utilities.scripting.CCS
Creates and instance of a ScriptingSubsystemWrapper by making sure that the given subsystemName corresponds to a CCS subsystem that is currently available, not locked and alive.

B

BeanFor<T> - Interface in org.lsst.ccs.utilities.beanutils
Code implementing this interface are considered beans for the T type (which is not a bean!)
BeanProxyFor<T> - Class in org.lsst.ccs.utilities.beanutils
Super classes of all Bean "proxies" : that is class the offer a bean "vision" of a non-bean class.
BeanProxyFor() - Constructor for class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
BeanProxyFor(T) - Constructor for class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
BeanProxyFor.ProxyAgent - Class in org.lsst.ccs.utilities.beanutils
 
BeanStateException - Exception in org.lsst.ccs.utilities.beanutils
An operation was performed while the bean was in an incorrect state: e.g.
BeanStateException() - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BeanStateException(String) - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BeanStateException(String, Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BeanStateException(Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.BeanStateException
 
BoxCarFilter - Class in org.lsst.ccs.utilities.dsp
 
BoxCarFilter(int) - Constructor for class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
BundledException - Exception in org.lsst.ccs.utilities.exc
This is to create a Bundle of linked Exception : a code may not stop at the first Exception it catches but store the Exception in reverse order and then , when finished, throw a Set of Exception.
BundledException(ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledException(String, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledException(String, Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledException(Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledException
 
BundledRuntimeException - Exception in org.lsst.ccs.utilities.exc
 
BundledRuntimeException(ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
BundledRuntimeException(String, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
BundledRuntimeException(String, Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
BundledRuntimeException(Throwable, ThrowableList) - Constructor for exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
bytesToFloat(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte little-endian subarray to float
bytesToFloatBE(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte big-endian subarray to float
bytesToInt(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte little-endian subarray to integer
bytesToIntBE(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 4-byte big-endian subarray to integer
bytesToShort(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 2-byte little-endian subarray to short
bytesToShortBE(byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert 2-byte big-endian subarray to short

C

call(String, Object...) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
calls the registered invoker which corresponds to the token.
callBack(String, Object...) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
calls the registered invoker which corresponds to the token.
CCS - Interface in org.lsst.ccs.utilities.scripting
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
CCS - Interface in org.lsst.ccs.utilities.scripting2
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
cleanConsole() - Static method in class org.lsst.ccs.utilities.logging.LogManagement
gets the top logger (name "") and removes the standard ConsoleHandler
ClickDialog - Class in org.lsst.ccs.utilities.zonesui
 
ClickDialog(Window, String, boolean, JPanel) - Constructor for class org.lsst.ccs.utilities.zonesui.ClickDialog
 
clone() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
clone() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
clone() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
clone() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
close() - Method in class org.lsst.ccs.utilities.logging.JULAppender
 
CMD_AMBIG - Static variable in class org.lsst.ccs.utilities.sa.CmndProc
 
CMD_AMBIG - Static variable in class org.lsst.ccs.utilities.sa.CmndProcess
 
CMD_UNKNOWN - Static variable in class org.lsst.ccs.utilities.sa.CmndProc
 
CMD_UNKNOWN - Static variable in class org.lsst.ccs.utilities.sa.CmndProcess
 
CmndProc - Class in org.lsst.ccs.utilities.sa
Class to implement command processing
CmndProc() - Constructor for class org.lsst.ccs.utilities.sa.CmndProc
Main constructor
CmndProc.Command - Class in org.lsst.ccs.utilities.sa
Inner class to implement command decoding
CmndProc.Command(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProc.Command
Constructor
CmndProc.Dispatch - Interface in org.lsst.ccs.utilities.sa
Inner interface to define command dispatching
CmndProc.Lookup - Class in org.lsst.ccs.utilities.sa
Inner class to implement lookup tables
CmndProc.Lookup(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Constructor
CmndProcess - Class in org.lsst.ccs.utilities.sa
Class to implement command processing, new style
CmndProcess() - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess
Main constructors
CmndProcess(boolean) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess
 
CmndProcess.CmndDisp - Interface in org.lsst.ccs.utilities.sa
Enhanced inner interface to define command dispatching
CmndProcess.Command - Class in org.lsst.ccs.utilities.sa
Inner class to implement command decoding
CmndProcess.Command(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess.Command
Constructor
CmndProcess.Dispatch - Interface in org.lsst.ccs.utilities.sa
Inner interface to define command dispatching
CmndProcess.Lookup - Class in org.lsst.ccs.utilities.sa
Inner class to implement lookup tables
CmndProcess.Lookup(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Constructor
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the code for a command, given its index
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Gets the code given its index
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the code for a command, given its index
code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Gets the code given its index
CommandFor<T> - Interface in org.lsst.ccs.utilities.dispatch
This interface defines the behaviour of a class implementing a Command pattern.
CommandUtilities - Class in org.lsst.ccs.utilities.commands
 
CommandUtilities() - Constructor for class org.lsst.ccs.utilities.commands.CommandUtilities
 
CommonResources - Class in org.lsst.ccs.utilities.jars
This class deals with "common resources": that is resources that are not linked to a specific package (such resources are often queried using an initial slash when querying a resource through the Class resource methods such as getResource : getResource("/global.properties")).
CommonResources() - Constructor for class org.lsst.ccs.utilities.jars.CommonResources
 
configure() - Static method in class org.lsst.ccs.utilities.logging.Logger
 
ConsoleHandlerN - Class in org.lsst.ccs.utilities.logging
A Console handler that detects duplicate logs.
ConsoleHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.ConsoleHandlerN
 
ConsOut - Class in org.lsst.ccs.utilities.sa
\file ConsOut.java Methods for real console output \author Owen Saxton
ConsOut() - Constructor for class org.lsst.ccs.utilities.sa.ConsOut
 
Convert - Class in org.lsst.ccs.utilities.conv
Routines for converting between numbers and byte sub-arrays
Convert() - Constructor for class org.lsst.ccs.utilities.conv.Convert
 
count() - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the number of commands
count() - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Gets the number of items
count() - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the number of commands
count() - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Gets the number of items
createLogRecord(Level, String) - Method in class org.lsst.ccs.utilities.logging.Logger
creates a simple log record.
CriticalCtor - Annotation Type in org.lsst.ccs.utilities.beanutils
Annotates the "minimum" critical constructor of a non-bean object.
CURLOG - Static variable in class org.lsst.ccs.utilities.jars.CommonResources
 
current() - Method in exception org.lsst.ccs.utilities.exc.BundledException
 
current() - Method in exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
current() - Method in interface org.lsst.ccs.utilities.exc.ThrowableList
 
currentCoords(int, int) - Method in interface org.lsst.ccs.utilities.zonesui.PositionListener
 
currentCoords(int, int) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 

D

debug(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINE Level
debug(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINE Level
decode(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Decodes a code to its equivalent name
decode(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Decodes a code to its equivalent name
decoupledLog(long, LogRecord, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
same method as log(LogRecord, String...
decoupledLog(long, Level, String, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
same method as public boolean log(Level level, String message, Object argument, String...
decoupledLog(long, Level, String, Object[], String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the corresponding log method but executed in a different Thread.
decoupledLog(long, Level, String, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the corresponding log method but executed in a different Thread.
DelayQueue - Class in org.lsst.ccs.utilities.dsp
 
DelayQueue(int) - Constructor for class org.lsst.ccs.utilities.dsp.DelayQueue
 
delegate - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
DigitalFilter - Interface in org.lsst.ccs.utilities.dsp
 
disable(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Disables a command, given its index
disable(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Disables a command, given its index
dispatch(int, Scanner) - Method in interface org.lsst.ccs.utilities.sa.CmndProc.Dispatch
 
dispatch(int, int, Object[]) - Method in interface org.lsst.ccs.utilities.sa.CmndProcess.Dispatch
 
dispatchCommand(CommandFor<T>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
Send a Command request for all registered executants.
dispatchCommand(SynchronousCommandFor<? super T>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
Sends a command to all registered codes ready to handle it.
dumpTask(String) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
Removes a response task

E

encode(String, boolean) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Encodes a name to its equivalent code
encode(String, boolean) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Encodes a name to its equivalent code
endReport() - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
 
endReport() - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
marks the end of a trace (this can be used with implementations that use parenthesized expressions -such as XML-).
equals(Object) - Method in class org.lsst.ccs.utilities.structs.Pair
 
equals(Object) - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
error(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level (use preferably the error method that uses a Throwable parameter)
error(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level
ERROR_MANAGER - Static variable in class org.lsst.ccs.utilities.logging.LogManagement
a simple global ErrorManager that print logging framework problems to the console.
executor - Variable in class org.lsst.ccs.utilities.logging.Logger
 

F

fatal(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level (use preferably the fatal method that uses a Throwable parameter)
fatal(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level
FileHandlerN - Class in org.lsst.ccs.utilities.logging
 
FileHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String, boolean) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String, int, int) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FileHandlerN(String, int, int, boolean) - Constructor for class org.lsst.ccs.utilities.logging.FileHandlerN
 
FilterFactory - Class in org.lsst.ccs.utilities.dsp
 
FilterFactory() - Constructor for class org.lsst.ccs.utilities.dsp.FilterFactory
 
FilterFactory.FilterSpecs - Class in org.lsst.ccs.utilities.dsp
 
FilterFactory.FilterSpecs() - Constructor for class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
FilterFactory.FilterType - Enum in org.lsst.ccs.utilities.dsp
 
find(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the index of a command, given its name This routine compares the command string with the first part of all the table entries and returns one of the following: index (>= 0) If the command is fully matched CMD_UNKNOWN If the command is not in the table CMD_AMBIG If the command matches more than one entry CMD_AMBIG - 1 - index If the command is partially matched
find(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the index of a command, given its name This routine compares the command string with the first part of all the table entries and returns one of the following: index (>= 0) If the command is fully matched CMD_UNKNOWN If the command is not in the table CMD_AMBIG If the command matches more than one entry CMD_AMBIG - 1 - index If the command is partially matched
fine(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINE Level
finer(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINER level
finest(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINEST level
FIRFilter - Class in org.lsst.ccs.utilities.dsp
 
FIRFilter(double[]) - Constructor for class org.lsst.ccs.utilities.dsp.FIRFilter
 
floatToBytes(float, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert float to 4-byte little-endian subarray
floatToBytesBE(float, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert float to 4-byte big-endian subarray
flush() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
flush() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
flush() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
flush() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
format(String, Object...) - Method in class org.lsst.ccs.utilities.sa.ConsOut
 
format(String, Object...) - Method in interface org.lsst.ccs.utilities.sa.Output
 
freqResp(double) - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
freqResp(double) - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
freqResp(double) - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
freqResp(double) - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 

G

gatherAllPropertiesFrom(ClassLoader, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
this method will create a Properties object filled with ALL the ".properties" resources and Files that happen to bear the same name in the ClassPath and in the current directory.
gatherAllPropertiesFrom(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
same as the method with a ClassLoader argument but uses the current ClassLoader
generateToken() - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
generates a unique token (for this ClassLoader context!)
genShape() - Method in interface org.lsst.ccs.utilities.zonesui.ShapeBean
 
genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
get() - Method in interface org.lsst.ccs.utilities.beanutils.BeanFor
 
get() - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
getAnnotatedMethodsFromObject(Object, Class) - Static method in class org.lsst.ccs.utilities.commands.CommandUtilities
 
getAttenuation() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getBandPassFIR(double, double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getClassURLNamesFor(Object) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
get the names of places where a Class lies in the classPath
getCommand() - Method in interface org.lsst.ccs.utilities.sa.CmndProcess.CmndDisp
 
getDashedLineColor() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getDelay() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
getDelay() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
getDelay() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
getDelay() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
getFIRFilter(double, double, double, double, FilterFactory.FilterType) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getFIRFilter(FilterFactory.FilterSpecs) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getFN() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getHeight() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getHeight() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
getHighFrequency() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getHighPassFIR(double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getIcon() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
 
getInput(Class, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
searches for a file as a local file or a resource linked to a class or a global resource.
getInteraction(String) - Method in interface org.lsst.ccs.utilities.zonesui.InteractionProducer
 
getKey() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
getKey() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
getKey() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
getLevel() - Method in class org.lsst.ccs.utilities.logging.Logger
 
getLogger(String) - Static method in class org.lsst.ccs.utilities.logging.Logger
factory method to obtain a Logger proxy.
getLogger(String, String) - Static method in class org.lsst.ccs.utilities.logging.Logger
factory method to obtain a Logger proxy.
getLowFrequency() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getLowPassFIR(double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
getManifestFor(Object) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
returns a Manifest for an object
getMavenProjectProperties(String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
a facility method to fetch our $Project.maven.properties based on standard resource algorithm (it supposes there is only one jar for the same project in the ClassPath).
getMavenProjectURLs(String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
returns an URL for our specific $Project.maven.properties file linked to a maven project.
getMaximumSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getMaxLeng(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the maximum length of matching commands
getMaxLeng(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the maximum length of matching commands
getMessage() - Method in interface org.lsst.ccs.utilities.scripting2.ScriptingStatusBusMessage
 
getMinimumSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getMinimumSize() - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
getName() - Method in class org.lsst.ccs.utilities.logging.Logger
 
getNbPoint() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
getOrder() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
getOrder() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 
getOrigin() - Method in interface org.lsst.ccs.utilities.scripting2.ScriptingStatusBusMessage
 
getPoints() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getPomProperties(String, String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
a facility method based on standard resource algorithm (it supposes there is only one jar for the same project in the ClassPath).
getPomURLs(String, String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
returns an URL for the pom.properties file linked to a maven project.
getPreferredSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getPreferredSize() - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
getPropertiesFrom(URL) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
fills a Property Object from an URL the references a file in ".properties" format
getPropertiesFromAny(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
 
getProperty(String) - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor.ProxyAgent
 
getProxy() - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
to be called once to get a dynamically generated proxy that will forward calls to registered agents.
getProxy() - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
to be called once to get a dynamically generated proxy that will forward calls to registered agents.
getRate() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
getReporter() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
 
getResourceContainer(URL, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
gets the name of a jar that contains a "common resource"
getResult() - Method in interface org.lsst.ccs.utilities.scripting.ScriptingCommandResponse
Get the result of the execution.
getShape() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
getShapeBean() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
getShapeDescription() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
 
getStroke() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
getThrowExceptions() - Method in interface org.lsst.ccs.utilities.scripting.CCS
Returns true if exceptions are thrown, otherwise they are returned as the Object on the invoke methods.
getTipText() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
getTipText() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
getTitle() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
 
getTransitionBandwidth() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getType() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
getURLsFor(Object, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
return the URL of a resource that lies in the same jar as a class.
getURLsFrom(ClassLoader, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
As "seen" from a ClassLoader the various URLs that point to resources with a given name.
getURLsFrom(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
As "seen" from the context ClassLoader the various URLs that point to resources with a given name
getValue() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
getValue() - Method in class org.lsst.ccs.utilities.structs.ViewValue
 
getView() - Method in class org.lsst.ccs.utilities.structs.ViewValue
 
getWidth() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getWidth() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
getX() - Method in class org.lsst.ccs.utilities.structs.Pair
 
getX() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getX(int[][]) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getX() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
getXY() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getY() - Method in class org.lsst.ccs.utilities.structs.Pair
 
getY() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
getY(int[][]) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
getY() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 

H

hashCode() - Method in class org.lsst.ccs.utilities.structs.Pair
 
hashCode() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
help(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the help for a command, given its index
help(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the help for a command, given its index

I

ImageDescription - Interface in org.lsst.ccs.utilities.zonesui
 
ImageZones - Class in org.lsst.ccs.utilities.zonesui
 
ImageZones(ImageDescription, InteractionProducer, PositionListener) - Constructor for class org.lsst.ccs.utilities.zonesui.ImageZones
 
info(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at INFO Level
info(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at INFO Level
InteractionProducer - Interface in org.lsst.ccs.utilities.zonesui
 
intToBytes(int, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert integer to 4-byte little-endian subarray
intToBytesBE(int, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert integer to 4-byte big-endian subarray
InvocationDispenser - Class in org.lsst.ccs.utilities.dispatch
Typical use of this pattern is to have two threads: one is going to write commands to a stream.
InvocationDispenser() - Constructor for class org.lsst.ccs.utilities.dispatch.InvocationDispenser
 
InvocationDispenser.TokenLostException - Exception in org.lsst.ccs.utilities.dispatch
 
InvocationDispenser.TokenLostException(String) - Constructor for exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
 
invoke(Object...) - Method in interface org.lsst.ccs.utilities.dispatch.Invoker
 
invokeAsynchronous(String, Object...) - Method in interface org.lsst.ccs.utilities.scripting.ScriptingSubsystemWrapper
Invoke an asynchronous command on the subsystem
invokeAsynchronous(String) - Method in interface org.lsst.ccs.utilities.scripting.ScriptingSubsystemWrapper
Invoke an asynchronous command on the subsystem
invokeOn(T) - Method in interface org.lsst.ccs.utilities.dispatch.CommandFor
 
Invoker - Interface in org.lsst.ccs.utilities.dispatch
 
invokeSynchronous(int, String, Object...) - Method in interface org.lsst.ccs.utilities.scripting.ScriptingSubsystemWrapper
Invoke a synchronous command on the subsystem
invokeSynchronous(int, String) - Method in interface org.lsst.ccs.utilities.scripting.ScriptingSubsystemWrapper
Invoke a synchronous command on the subsystem
isConfigInitialized() - Static method in class org.lsst.ccs.utilities.logging.LogManagement
 
isDebugEnabled() - Method in class org.lsst.ccs.utilities.logging.Logger
tells if the FINE level is activated for the corresponding JUL Logger.
isInfoEnabled() - Method in class org.lsst.ccs.utilities.logging.Logger
tells if the INFO level is activated for the corresponding JUL Logger.
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.ConsoleHandlerN
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.FileHandlerN
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.IsLoggableDelegate
 
isLoggable(Level) - Method in class org.lsst.ccs.utilities.logging.Logger
tells if the corresponding JUL level is activated for the corresponding JUL Logger.
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.SocketHandlerN
 
isLoggable(LogRecord) - Method in class org.lsst.ccs.utilities.logging.StreamHandlerN
 
isLoggableDelegate - Static variable in class org.lsst.ccs.utilities.logging.ConsoleHandlerN
 
isLoggableDelegate - Variable in class org.lsst.ccs.utilities.logging.FileHandlerN
 
IsLoggableDelegate - Class in org.lsst.ccs.utilities.logging
A utility to plug into Handlers that want to detect duplicate logs.
IsLoggableDelegate() - Constructor for class org.lsst.ccs.utilities.logging.IsLoggableDelegate
 
isLoggableDelegate - Variable in class org.lsst.ccs.utilities.logging.SocketHandlerN
 
isLoggableDelegate - Variable in class org.lsst.ccs.utilities.logging.StreamHandlerN
 
isTokenUsed(String) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
tells if the token is known.

J

JULAppender - Class in org.lsst.ccs.utilities.logging
simple bridge from Log4J to JUL.
JULAppender() - Constructor for class org.lsst.ccs.utilities.logging.JULAppender
Creates a new appender with no special layout
JULAppender(Layout) - Constructor for class org.lsst.ccs.utilities.logging.JULAppender
Creates a new appender with the specified layout

K

key - Variable in class org.lsst.ccs.utilities.structs.UniquePair
 
keys - Static variable in class org.lsst.ccs.utilities.tracers.Tracer
 

L

list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
List of all registered agent that may take action.
list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
 
list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelObservable
 
list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
 
list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
 
list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
 
log(LogRecord, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
utility method to send a LogRecord to the corresponding JUL logger and to a list of other loggers.
log(Level, String, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the equivalent standard JUL method but forwards also to other Loggers.
log(Level, String, Object[], String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the equivalent standard JUL method but forwards also to other Loggers.
log(Level, String, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
does the same as the equivalent standard JUL method but forwards also to other Loggers.
Logger - Class in org.lsst.ccs.utilities.logging
Just a wrapper class around java.util.Logger to add specific logging methods.
LogManagement - Class in org.lsst.ccs.utilities.logging
Ths static initialization of this class should be fired early in an application by doing
LogManagement() - Constructor for class org.lsst.ccs.utilities.logging.LogManagement
 
logMessage(Level, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
utility method to log a message with a Level
logSimpleThrowable(Level, Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
utility method to forward a Throwable and a message to the loggers.
lookup(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the lookup tables for a command, given its index
loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
ExecutorService that deals with the Threads handling the commands.
loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
 
loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelObservable
ExecutorService that deals with the Threads handling the commands.

M

main(String[]) - Static method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
main(String[]) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
 
main(String[]) - Static method in class org.lsst.ccs.utilities.main.AltMain
 
MavenResources - Class in org.lsst.ccs.utilities.jars
 
MavenResources() - Constructor for class org.lsst.ccs.utilities.jars.MavenResources
 
MedianFilter - Class in org.lsst.ccs.utilities.dsp
 
MedianFilter(int) - Constructor for class org.lsst.ccs.utilities.dsp.MedianFilter
 
MedianHFFilter - Class in org.lsst.ccs.utilities.dsp
 
MedianHFFilter(int) - Constructor for class org.lsst.ccs.utilities.dsp.MedianHFFilter
 
method - Variable in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
 
methodsCalled - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
 
mouseClicked(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
mouseDragged(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
mouseEntered(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
mouseExited(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
mouseMoved(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
mousePressed(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
mouseReleased(MouseEvent) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 

N

name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Gets the name of a command, given its index
name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
Gets the name given its index
name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Gets the name of a command, given its index
name(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
Gets the name given its index
notifyObservers(P) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
do not need a call to setChanged: observers are immediately notified through different threads
notifyObservers(P) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
do not need a call to setChanged: observers are immediately notified.

O

onStatusBusMessage(ScriptingStatusBusMessage) - Method in interface org.lsst.ccs.utilities.scripting2.ScriptingStatusBusListener
 
org.lsst.ccs.utilities.beanutils - package org.lsst.ccs.utilities.beanutils
Codes that enables non-bean classes to be "seen" as standard beans.
org.lsst.ccs.utilities.commands - package org.lsst.ccs.utilities.commands
 
org.lsst.ccs.utilities.conv - package org.lsst.ccs.utilities.conv
 
org.lsst.ccs.utilities.dispatch - package org.lsst.ccs.utilities.dispatch
The Observer/observable pattern may come in different flavors offered by this package.
org.lsst.ccs.utilities.dsp - package org.lsst.ccs.utilities.dsp
 
org.lsst.ccs.utilities.exc - package org.lsst.ccs.utilities.exc
 
org.lsst.ccs.utilities.jars - package org.lsst.ccs.utilities.jars
 
org.lsst.ccs.utilities.logging - package org.lsst.ccs.utilities.logging
This package provides proxies to the standard java.util.logging package.
org.lsst.ccs.utilities.main - package org.lsst.ccs.utilities.main
 
org.lsst.ccs.utilities.sa - package org.lsst.ccs.utilities.sa
 
org.lsst.ccs.utilities.scripting - package org.lsst.ccs.utilities.scripting
 
org.lsst.ccs.utilities.scripting2 - package org.lsst.ccs.utilities.scripting2
 
org.lsst.ccs.utilities.structs - package org.lsst.ccs.utilities.structs
 
org.lsst.ccs.utilities.tracers - package org.lsst.ccs.utilities.tracers
 
org.lsst.ccs.utilities.zonesui - package org.lsst.ccs.utilities.zonesui
 
Output - Interface in org.lsst.ccs.utilities.sa
\file Output.java Interface for console output \author Owen Saxton

P

paintComponent(Graphics) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
Pair<K,V> - Class in org.lsst.ccs.utilities.structs
 
Pair(K, V) - Constructor for class org.lsst.ccs.utilities.structs.Pair
 
ParallelCommandDispatcher<T> - Class in org.lsst.ccs.utilities.dispatch
Dispatches a Command object to registered "executants" able to handle the command; each command execution may be handled by a different Thread so every registered agent does not have to wait for termination of code from the previous call.
ParallelCommandDispatcher() - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
Creates an asynchronous Dispatcher for Commands.
ParallelCommandDispatcher(ExecutorService) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
Creates an asynchronous Dispatcher for Commands: uses a specific ExecutorService.
ParallelCommandDispatcher(boolean) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
 
ParallelDispatchProxy<I> - Class in org.lsst.ccs.utilities.dispatch
Instances of this class creates a dynamic proxy that parallely dispatches method call to registered agents implementing an interface type.
ParallelDispatchProxy(Class<I>) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
prepares a generator able to deliver a Proxy object able to dispatch method calls to registered agents.
ParallelDispatchProxy(Class<I>, boolean) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
Same as ParallelDispatchProxy but specification of a single Thread dispatch can be added.
ParallelDispatchProxy(Class<I>, ClassLoader) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
Same as previous but with a specified ClassLoader
ParallelDispatchProxy(Class<I>, ClassLoader, boolean) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
 
ParallelObservable<P> - Class in org.lsst.ccs.utilities.dispatch
An Observable that notifies Observers through an ExecutorService (that is through different threads).
ParallelObservable() - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelObservable
Here the threads handling the updates are daemons.
ParallelObservable(ExecutorService) - Constructor for class org.lsst.ccs.utilities.dispatch.ParallelObservable
 
PositionListener - Interface in org.lsst.ccs.utilities.zonesui
 
previous() - Method in exception org.lsst.ccs.utilities.exc.BundledException
 
previous() - Method in exception org.lsst.ccs.utilities.exc.BundledRuntimeException
 
previous() - Method in interface org.lsst.ccs.utilities.exc.ThrowableList
 
print() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
print(Object) - Method in class org.lsst.ccs.utilities.sa.ConsOut
 
print(Object) - Method in interface org.lsst.ccs.utilities.sa.Output
 
println(Object) - Method in class org.lsst.ccs.utilities.sa.ConsOut
 
println() - Method in class org.lsst.ccs.utilities.sa.ConsOut
 
println(Object) - Method in interface org.lsst.ccs.utilities.sa.Output
 
println() - Method in interface org.lsst.ccs.utilities.sa.Output
 
process(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc
Processes a command line
process(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
Processes a command line
proxy - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
 
proxy - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
 
push(Object) - Method in class org.lsst.ccs.utilities.dsp.DelayQueue
 

R

readFromXML(InputStream) - Static method in class org.lsst.ccs.utilities.zonesui.XMLStore
 
register(Invoker) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
registers an Invoker and returns a token to be used to run the invocation code
register(String, Invoker) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
registers an invoker and the token is given by the calling code.
registerFuture(String, Invoker) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
Gets a Future object from this task registration.
removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
removes an executant form the list
removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
Remove the code from the listeners list
removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
Remove the code from the listeners list
removeExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
Remove the code from the listeners list
removeObserver(ASyncObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
 
removeObserver(SynchronousObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
 
removeStatusBusListener(ScriptingStatusBusListener) - Method in interface org.lsst.ccs.utilities.scripting2.CCS
Removes the Status bus listener.
report(String) - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
 
report(String) - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
starts a trace and reports a String.
reporter - Static variable in class org.lsst.ccs.utilities.tracers.Tracer
 
requiresLayout() - Method in class org.lsst.ccs.utilities.logging.JULAppender
 
reset() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
 
reset() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
 
reset() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
 
reset() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
 

S

scanArgs(Scanner, String, Object[], CmndProc.Lookup...) - Static method in class org.lsst.ccs.utilities.sa.CmndProc
 
ScriptingCommandNotAcceptedException - Class in org.lsst.ccs.utilities.scripting
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
ScriptingCommandNotAcceptedException() - Constructor for class org.lsst.ccs.utilities.scripting.ScriptingCommandNotAcceptedException
 
ScriptingCommandResponse - Interface in org.lsst.ccs.utilities.scripting
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
ScriptingStatusBusListener - Interface in org.lsst.ccs.utilities.scripting2
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
ScriptingStatusBusMessage - Interface in org.lsst.ccs.utilities.scripting2
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
ScriptingSubsystemWrapper - Interface in org.lsst.ccs.utilities.scripting
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
ScriptingTimeoutException - Class in org.lsst.ccs.utilities.scripting
THIS IS THROW AWAY CODE ONLY NEEDED FOR THE SCRIPTING DISCUSSION.
ScriptingTimeoutException() - Constructor for class org.lsst.ccs.utilities.scripting.ScriptingTimeoutException
 
setAttenuation(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setConfigInitialized(boolean) - Static method in class org.lsst.ccs.utilities.logging.LogManagement
 
setDashedLineColor(Color) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
setDashedLineColor(Color) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
setDashedLineWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
setDashedLineWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
setDefaultConsoleHandler(Level) - Static method in class org.lsst.ccs.utilities.logging.LogManagement
 
setFN(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setHeight(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setHeight(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setHeight(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
setHighFrequency(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setKey(String) - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
setKey(String) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
setLowFrequency(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setOrder(int) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setPoints(String...) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
setProperty(String, Object) - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor.ProxyAgent
will consult ctorArgs: if present and object not created -> assigns value if all assigned create object

consuls delegate methods -> if present and object created -> forwards value -> if present and not ctorArgs and not created -> assigns locally -> else fails

setReporter(Tracer.Strategy) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
 
setShape(Shape) - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
setShapeBean(ShapeBean) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
setStroke(Stroke) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
 
setStroke(Stroke) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
setThrowExceptions(boolean) - Method in interface org.lsst.ccs.utilities.scripting.CCS
In the scripting environment, exceptions resulted from method invocation can either be thrown or returned.
setTipText(String) - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
setTipText(String) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
setTransitionBandwidth(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setType(FilterFactory.FilterType) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
 
setValue(V) - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
setWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setWidth(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
setX(V) - Method in class org.lsst.ccs.utilities.structs.Pair
 
setX(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setX(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setX(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
setY(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setY(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
setY(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
severe(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level (use preferably the severe method that uses a Throwable parameter)
severe(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at SEVERE Level
ShapeBean - Interface in org.lsst.ccs.utilities.zonesui
 
shortToBytes(short, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert short to 2-byte little-endian subarray
shortToBytesBE(short, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
Convert short to 2-byte big-endian subarray
showHelp(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Shows help for a command, given its index
showHelp(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Shows help for a command, given its index
showHelpSumm(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
Shows help summary for matching commands
showHelpSumm(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
 
showHelpSumm(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
Shows help summary for matching commands
showHelpSumm(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
 
SocketHandlerN - Class in org.lsst.ccs.utilities.logging
A SocketHandler that detects duplicate publications.Y
SocketHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
 
SocketHandlerN(String, int) - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
 
stackTrace() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
reports a complete stack trace of the current code execution.
stackTrace(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
reports a complete stack trace of the current code execution only if the filter string is part of the org.lsst.ccs.traces property.
stackTrace(T) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
reports a complete stack trace of the current code execution only if the filter enum constant is cited in the org.lsst.ccs.traces property.
stackTrace(int) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
reports part a stacktrace starting at index levelOut
StreamHandlerN - Class in org.lsst.ccs.utilities.logging
: A StreamHandler that detects duplicate publications.
StreamHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
 
StreamHandlerN(OutputStream, Formatter) - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
 
SynchronousCommandDispatcher<T> - Class in org.lsst.ccs.utilities.dispatch
Registers codes interested in receiving commands.
SynchronousCommandDispatcher() - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
 
SynchronousCommandFor<T> - Interface in org.lsst.ccs.utilities.dispatch
This marker interface is used to specify that implementers of the code executing the command explicitly acknowledge that the caller is waiting for completion of the command.
SynchronousDispatchProxy<I> - Class in org.lsst.ccs.utilities.dispatch
Instances of this class creates a dynamic proxy that dispatches method call to registered agents implementing an interface type.
SynchronousDispatchProxy(Class<I>) - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
prepares a generator able to deliver a Proxy object able to dispatch method calls to registered agents.
SynchronousDispatchProxy(Class<I>, ClassLoader) - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
Same as previous but with a specified ClassLoader
SynchronousObservable<P> - Class in org.lsst.ccs.utilities.dispatch
An Observable with protocol control at compile time.
SynchronousObservable() - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousObservable
 
SynchronousObserver<P> - Interface in org.lsst.ccs.utilities.dispatch
An Observer that knows that its code should terminate quickly because it is invoked in sequence by the SynchronousObservable.

T

ThrowableList - Interface in org.lsst.ccs.utilities.exc
this is to build compound exception: that is exceptions that may be thrown in a bundle.
throwing(String, String, Throwable) - Method in class org.lsst.ccs.utilities.logging.Logger
invokes the throwing method on the corresponding JUL logger.
token - Variable in exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
 
toString() - Method in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
 
toString() - Method in exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
 
toString() - Method in exception org.lsst.ccs.utilities.exc.BundledException
 
toString() - Method in class org.lsst.ccs.utilities.structs.Pair
 
toString() - Method in class org.lsst.ccs.utilities.structs.UniquePair
 
toString() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
 
toString() - Method in class org.lsst.ccs.utilities.zonesui.Zone
 
toString() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
 
toString() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
 
toString() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
 
trace(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at FINER level
trace(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
utility method to fire a trace.
trace(String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
reports a trace only if the filter string is part of the org.lsst.ccs.traces property.
trace(T, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
uses an enum constant to filter the message passed to the tracer.
traceInfos(Object) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
traces the package infos of a Class (including version).
traceOurMavenProperties(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
traces non-standard $Project.maven.properties.
tracePomProperties(String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
traces standard pom properties as deployed by maven.
traceProperties(Object, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
Trace properties linked to an object.
Tracer - Class in org.lsst.ccs.utilities.tracers
Utility to add traces to a code.
Tracer() - Constructor for class org.lsst.ccs.utilities.tracers.Tracer
 
Tracer.MultiReporter - Class in org.lsst.ccs.utilities.tracers
Convenience class to create a code that reports to many report "handlers".
Tracer.MultiReporter(Tracer.Strategy...) - Constructor for class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
 
Tracer.Strategy - Interface in org.lsst.ccs.utilities.tracers
defines the behaviour of a tracer.
traceWhere(Object) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
traces where a class comes from.

U

UniquePair<K,V> - Class in org.lsst.ccs.utilities.structs
 
UniquePair(K, V) - Constructor for class org.lsst.ccs.utilities.structs.UniquePair
 
update(P) - Method in interface org.lsst.ccs.utilities.dispatch.ASyncObserver
 
update(P) - Method in interface org.lsst.ccs.utilities.dispatch.SynchronousObserver
Does not have an Observable parameter: use an Event object as "protocol" if you need one.
URL_ARRAY_MODEL - Static variable in class org.lsst.ccs.utilities.jars.CommonResources
 

V

value - Variable in class org.lsst.ccs.utilities.structs.UniquePair
 
valueOf(String) - Static method in enum org.lsst.ccs.utilities.dsp.FilterFactory.FilterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.utilities.dsp.FilterFactory.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewValue - Class in org.lsst.ccs.utilities.structs
 
ViewValue(String, Object) - Constructor for class org.lsst.ccs.utilities.structs.ViewValue
 

W

waitForStatusBusMessage(String, int) - Method in interface org.lsst.ccs.utilities.scripting2.CCS
Waits until it receives a status message that matches the provided filter.
warn(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at WARNING Level
warn(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at WARNING Level
warning(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at WARNING Level
warning(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
logs a message at WARNING Level
WrappedBeanMethodInvocationException - Exception in org.lsst.ccs.utilities.beanutils
Wraps an exception thrown while invoking a bean method delegated to a non-bean;
WrappedBeanMethodInvocationException(Throwable, AccessibleObject, Object...) - Constructor for exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
 
WrappedException - Exception in org.lsst.ccs.utilities.beanutils
Wraps an Exception thrown during bean operations in a RuntimeException
WrappedException(String, Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.WrappedException
 
WrappedException(Throwable) - Constructor for exception org.lsst.ccs.utilities.beanutils.WrappedException
 
write(byte[], int, int) - Method in class org.lsst.ccs.utilities.sa.ConsOut
 
write(byte[], int, int) - Method in interface org.lsst.ccs.utilities.sa.Output
 
writeToXML(ArrayList<Zone>, OutputStream) - Static method in class org.lsst.ccs.utilities.zonesui.XMLStore
 

X

x - Variable in class org.lsst.ccs.utilities.structs.Pair
 
XMLStore - Class in org.lsst.ccs.utilities.zonesui
 
XMLStore() - Constructor for class org.lsst.ccs.utilities.zonesui.XMLStore
 

Y

y - Variable in class org.lsst.ccs.utilities.structs.Pair
 

Z

ZEllipse - Class in org.lsst.ccs.utilities.zonesui
 
ZEllipse() - Constructor for class org.lsst.ccs.utilities.zonesui.ZEllipse
 
ZEllipse(int, int, int, int) - Constructor for class org.lsst.ccs.utilities.zonesui.ZEllipse
 
Zone - Class in org.lsst.ccs.utilities.zonesui
 
Zone() - Constructor for class org.lsst.ccs.utilities.zonesui.Zone
 
Zone(String, String, Shape) - Constructor for class org.lsst.ccs.utilities.zonesui.Zone
 
ZonesPanel - Class in org.lsst.ccs.utilities.zonesui
 
ZonesPanel(ImageDescription, InteractionProducer) - Constructor for class org.lsst.ccs.utilities.zonesui.ZonesPanel
 
ZoneXML - Class in org.lsst.ccs.utilities.zonesui
 
ZoneXML() - Constructor for class org.lsst.ccs.utilities.zonesui.ZoneXML
 
ZoneXML(String, String, ShapeBean) - Constructor for class org.lsst.ccs.utilities.zonesui.ZoneXML
 
ZPolygon - Class in org.lsst.ccs.utilities.zonesui
 
ZPolygon() - Constructor for class org.lsst.ccs.utilities.zonesui.ZPolygon
 
ZPolygon(String...) - Constructor for class org.lsst.ccs.utilities.zonesui.ZPolygon
 
ZRectangle - Class in org.lsst.ccs.utilities.zonesui
 
ZRectangle() - Constructor for class org.lsst.ccs.utilities.zonesui.ZRectangle
 
ZRectangle(int, int, int, int) - Constructor for class org.lsst.ccs.utilities.zonesui.ZRectangle
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

Copyright © 2013 LSST. All Rights Reserved.