All Packages Class Hierarchy This Package Previous Next Index
Class ants.Application
java.lang.Object
|
+----ants.Entity
|
+----ants.ManagedObject
|
+----ants.Application
- public abstract class Application
- extends ManagedObject
- implements Runnable
shell of an application of a node
-
defaults
-
-
port
-
-
Application()
-
-
Application(Manager, String)
-
-
attachNode(Node)
-
-
getDefaultResources()
-
-
receive(Capsule)
-
-
run()
-
-
send(Capsule)
-
-
send(Capsule, int)
-
-
setArgs(KeyArgs)
-
-
setDefaultResources(int)
-
-
thisNode()
-
defaults
public static final String defaults[]
port
protected short port
Application
public Application()
Application
public Application(Manager b,
String n)
getDefaultResources
public int getDefaultResources()
setDefaultResources
public void setDefaultResources(int r)
thisNode
public Node thisNode()
send
public boolean send(Capsule cap,
int resources)
send
public boolean send(Capsule cap)
receive
public void receive(Capsule cap)
attachNode
public void attachNode(Node s) throws Exception
run
public void run()
setArgs
public void setArgs(KeyArgs k) throws Exception
- Overrides:
- setArgs in class Entity
All Packages Class Hierarchy This Package Previous Next Index