Package jason.infra.centralised
Class RunCentralisedMAS
java.lang.Object
javax.management.NotificationBroadcasterSupport
jason.infra.local.BaseLocalMAS
jason.infra.local.RunLocalMAS
jason.infra.centralised.RunCentralisedMAS
- All Implemented Interfaces:
RunLocalMASMBean
,javax.management.NotificationBroadcaster
,javax.management.NotificationEmitter
@Deprecated public class RunCentralisedMAS extends RunLocalMAS
Deprecated.
use RunLocalMas instead
Runs MASProject using centralised infrastructure.
-
Nested Class Summary
Nested classes/interfaces inherited from class jason.infra.local.RunLocalMAS
RunLocalMAS.LocalAgArchSynchronousScheduled
-
Field Summary
Fields inherited from class jason.infra.local.RunLocalMAS
createdAgents, isRunning, isRunningFinish
Fields inherited from class jason.infra.local.BaseLocalMAS
ags, appFromClassPath, control, debug, defaultProjectFileName, dfAg, env, logger, logPropFile, project, runner, stopMASFileName
-
Constructor Summary
Constructors Constructor Description RunCentralisedMAS()
Deprecated. -
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Deprecated.Methods inherited from class jason.infra.local.RunLocalMAS
changeToDebugMode, create, createAgs, createButtons, createController, createEnvironment, createNewReplAgButton, createPauseButton, createReplAg, createStopButton, enableDebugControl, finish, getDefaultLogProperties, hasDebugControl, init, isRunning, killAg, parseArgs, registerMBean, setupDefaultConsoleLogger, setupLogger, setupLogger, start, startAgs, startSyncMode, stopAgs, waitEnd
Methods inherited from class jason.infra.local.BaseLocalMAS
addAg, delAg, dfAgExists, dfDeRegister, dfRegister, dfSearch, dfSubscribe, finish, getAg, getAgs, getControllerInfraTier, getDF, getDFAg, getDFAgArch, getEnvironmentInfraTier, getNbAgents, getProject, getRunner, getRuntimeServices, getSubscribers, getWP, isDebug, sendProvider, setProject, setRuntimeServives
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jason.infra.local.RunLocalMASMBean
getNbAgents
-
Constructor Details
-
RunCentralisedMAS
public RunCentralisedMAS()Deprecated.
-
-
Method Details
-
main
Deprecated.- Throws:
JasonException
-