|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.mode.SampMode
public class SampMode
Processing mode for sending the table to other subscribed clients using the SAMP tool interop protocol.
Constructor Summary | |
---|---|
SampMode()
Constructor. |
Method Summary | |
---|---|
TableConsumer |
createConsumer(Environment env)
Creates a TableConsumer, deriving any additional required configuration from a given environment. |
Parameter[] |
getAssociatedParameters()
Returns a list of any parameters which are associated with this mode. |
String |
getDescription()
Returns a textual description of this processing mode. |
static org.astrogrid.samp.Metadata |
getStiltsMetadata()
Returns metadata describing the STILTS application as a SAMP client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SampMode()
Method Detail |
---|
public String getDescription()
ProcessingMode
getDescription
in interface ProcessingMode
public Parameter[] getAssociatedParameters()
ProcessingMode
getAssociatedParameters
in interface ProcessingMode
public TableConsumer createConsumer(Environment env) throws TaskException
ProcessingMode
createConsumer
in interface ProcessingMode
env
- execution environment
TaskException
public static org.astrogrid.samp.Metadata getStiltsMetadata()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |