org.cogchar.integroid.jmxwrap
Class IntegroidWrapper
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.cogchar.integroid.jmxwrap.NotifyingBeanImpl
org.cogchar.integroid.jmxwrap.IntegroidWrapper
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter, IntegroidWrapperMXBean, CueListener, JobListener
public class IntegroidWrapper
- extends NotifyingBeanImpl
- implements IntegroidWrapperMXBean, JobListener, CueListener
- Author:
- Stu Baurmann
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegroidWrapper
public IntegroidWrapper(IntegroidFacade igf,
ObjectName on)
createAndRegister
public static IntegroidWrapper createAndRegister(IntegroidFacade igf)
throws Throwable
- Throws:
Throwable
postVerbalCue
public void postVerbalCue(Map<String,Double> meanings,
double strength)
- Specified by:
postVerbalCue in interface IntegroidWrapperMXBean
postThoughtCue
public void postThoughtCue(String thoughtName,
double strength)
- Specified by:
postThoughtCue in interface IntegroidWrapperMXBean
postTextCue
public void postTextCue(String channel,
String textData,
double strength)
- Specified by:
postTextCue in interface IntegroidWrapperMXBean
postVariableCue
public void postVariableCue(String name,
String value,
double strength)
- Specified by:
postVariableCue in interface IntegroidWrapperMXBean
postHeardCue
public void postHeardCue(String text)
- Specified by:
postHeardCue in interface IntegroidWrapperMXBean
notifyCuePosted
public void notifyCuePosted(CueStub c)
- Specified by:
notifyCuePosted in interface CueListener
notifyCueUpdated
public void notifyCueUpdated(CueStub c)
- Specified by:
notifyCueUpdated in interface CueListener
notifyCueCleared
public void notifyCueCleared(CueStub c)
- Specified by:
notifyCueCleared in interface CueListener
notifyJobPosted
public void notifyJobPosted(JobStub j)
- Specified by:
notifyJobPosted in interface JobListener
notifyJobCleared
public void notifyJobCleared(JobStub j)
- Specified by:
notifyJobCleared in interface JobListener
mapJobNoticeObject
public Object mapJobNoticeObject(JobStub j)
Copyright © 2010-2012. All Rights Reserved.