|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Topology | |
org.objectweb.jac.core.dist | Provides JAC system core classes for distribution and remote communication. |
Uses of Topology in org.objectweb.jac.core.dist |
Fields in org.objectweb.jac.core.dist declared as Topology | |
protected static Topology |
Topology.globalTopology
Store the gobal topology of the JAC distributed system. |
Methods in org.objectweb.jac.core.dist that return Topology | |
static Topology |
Topology.getTopology(Application application)
Returns the topology defined for the given application. |
static Topology |
Topology.get()
This method returns the gobal topology of the JAC distributed middleware. |
static Topology |
Topology.getPartialTopology(gnu.regexp.RE regexp)
This method returns a topology with all the containers that match the regular expression within the global topology of org.objectweb.jac. |
static Topology |
Topology.getPartialTopology(String regexp)
This method returns a topology with all the containers that match the regular expression within the global topology of org.objectweb.jac. |
Methods in org.objectweb.jac.core.dist with parameters of type Topology | |
static void |
Topology.setTopology(Application application,
Topology topology)
Sets the topology for a given application. |
Constructors in org.objectweb.jac.core.dist with parameters of type Topology | |
Deployment(AspectComponent ac,
Topology topology)
Creates a new deployment. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |