jade.core
Class BackEndManager

java.lang.Object
  extended by jade.core.BackEndManager

public class BackEndManager
extends java.lang.Object

This class is an auxiliary JADE Node that act as parent node for all back-ends in the local JVM

Author:
Giovanni Caire - TILAB

Field Summary
protected  IMTPManager myIMTPManager
           
 
Method Summary
 void deregister(NodeDescriptor child)
           
static BackEndManager getInstance(Profile p)
           
 Node getNode()
           
 void register(NodeDescriptor child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myIMTPManager

protected IMTPManager myIMTPManager
Method Detail

getInstance

public static BackEndManager getInstance(Profile p)
                                  throws ProfileException
Throws:
ProfileException

getNode

public Node getNode()

register

public void register(NodeDescriptor child)

deregister

public void deregister(NodeDescriptor child)