de.jiac.micro.core
Interface IScope

All Known Implementing Classes:
AgentScope, NodeScope, Scope

public interface IScope

Version:
$Revision$
Author:
Marcel Patzlaff

Nested Class Summary
static interface IScope.IScopeStateChangeListener
           
 
Field Summary
static String NODE_SCOPE_CLASS
           
static byte SIG_INITIALISE
           
static byte SIG_PAUSE
           
static byte SIG_RESUME
           
static byte SIG_START
           
static byte SIG_TERMINATE
           
 
Method Summary
 IContainer getContainerReference()
           
 void setup(com.github.libxjava.lang.IClassLoader classLoader, String configurationClass, IScope.IScopeStateChangeListener listener)
           
 void signal(byte signal)
           
 

Field Detail

NODE_SCOPE_CLASS

static final String NODE_SCOPE_CLASS
See Also:
Constant Field Values

SIG_TERMINATE

static final byte SIG_TERMINATE
See Also:
Constant Field Values

SIG_INITIALISE

static final byte SIG_INITIALISE
See Also:
Constant Field Values

SIG_PAUSE

static final byte SIG_PAUSE
See Also:
Constant Field Values

SIG_START

static final byte SIG_START
See Also:
Constant Field Values

SIG_RESUME

static final byte SIG_RESUME
See Also:
Constant Field Values
Method Detail

setup

void setup(com.github.libxjava.lang.IClassLoader classLoader,
           String configurationClass,
           IScope.IScopeStateChangeListener listener)

signal

void signal(byte signal)

getContainerReference

IContainer getContainerReference()


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.