org.cogchar.integroid.jmxwrap
Interface IntegroidWrapperMXBean

All Known Implementing Classes:
IntegroidWrapper

public interface IntegroidWrapperMXBean

Author:
Stu Baurmann

Field Summary
static String ATTRIB_CUE_CLEARED
           
static String ATTRIB_CUE_POSTED
           
static String ATTRIB_CUE_UPDATED
           
static String ATTRIB_JOB_CLEARED
           
static String ATTRIB_JOB_POSTED
           
static String ATTRIB_JOB_UPDATED
           
static String INTEGROID_JMX_OBJNAME
           
 
Method Summary
 void postHeardCue(String text)
           
 void postTextCue(String channel, String textData, double strength)
           
 void postThoughtCue(String thoughtName, double strength)
           
 void postVariableCue(String name, String value, double strength)
           
 void postVerbalCue(Map<String,Double> meanings, double strength)
           
 

Field Detail

INTEGROID_JMX_OBJNAME

static final String INTEGROID_JMX_OBJNAME
See Also:
Constant Field Values

ATTRIB_CUE_POSTED

static final String ATTRIB_CUE_POSTED
See Also:
Constant Field Values

ATTRIB_CUE_UPDATED

static final String ATTRIB_CUE_UPDATED
See Also:
Constant Field Values

ATTRIB_CUE_CLEARED

static final String ATTRIB_CUE_CLEARED
See Also:
Constant Field Values

ATTRIB_JOB_POSTED

static final String ATTRIB_JOB_POSTED
See Also:
Constant Field Values

ATTRIB_JOB_UPDATED

static final String ATTRIB_JOB_UPDATED
See Also:
Constant Field Values

ATTRIB_JOB_CLEARED

static final String ATTRIB_JOB_CLEARED
See Also:
Constant Field Values
Method Detail

postVerbalCue

void postVerbalCue(Map<String,Double> meanings,
                   double strength)

postThoughtCue

void postThoughtCue(String thoughtName,
                    double strength)

postTextCue

void postTextCue(String channel,
                 String textData,
                 double strength)

postVariableCue

void postVariableCue(String name,
                     String value,
                     double strength)

postHeardCue

void postHeardCue(String text)


Copyright © 2010-2012. All Rights Reserved.