Uses of Class
org.objectweb.joram.client.jms.Topic

Packages that use Topic
org.objectweb.joram.client.jms The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. 
org.objectweb.joram.client.jms.admin The org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. 
 

Uses of Topic in org.objectweb.joram.client.jms
 

Subclasses of Topic in org.objectweb.joram.client.jms
 class TemporaryTopic
          Implements the javax.jms.TemporaryTopic interface.
 

Methods in org.objectweb.joram.client.jms that return Topic
static Topic Topic.create()
          Admin method creating and deploying a topic on the local server.
static Topic Topic.create(int serverId)
          Admin method creating and deploying a topic on a given server.
static Topic Topic.create(int serverId, java.util.Properties prop)
          Admin method creating and deploying a topic on a given server.
static Topic Topic.create(int serverId, java.lang.String name)
          Admin method creating and deploying (or retrieving) a topic on a given server with a given name.
static Topic Topic.create(int serverId, java.lang.String className, java.util.Properties prop)
          Admin method creating and deploying a topic on a given server.
static Topic Topic.create(int serverId, java.lang.String name, java.lang.String className, java.util.Properties prop)
          Admin method creating and deploying (or retrieving) a topic on a given server.
static Topic Topic.create(java.lang.String name)
          Admin method creating and deploying (or retrieving) a topic on the local server.
static Topic Topic.createTopic(java.lang.String agentId, java.lang.String name)
           
 Topic Topic.getHierarchicalFather()
          Monitoring method returning the hierarchical father of this topic, null if none.
 

Methods in org.objectweb.joram.client.jms with parameters of type Topic
 void Topic.addClusteredTopic(Topic addedTopic)
          Adds a topic into the cluster this topic belongs to.
 void Topic.setParent(Topic parent)
          Creates a hierarchical relationship between this topic and its father topic.
 

Uses of Topic in org.objectweb.joram.client.jms.admin
 

Methods in org.objectweb.joram.client.jms.admin with parameters of type Topic
static void AdminHelper.setClusterLink(Topic clusterTopic, Topic joiningTopic)
          Deprecated.  
static void AdminHelper.setHierarchicalLink(Topic father, Topic son)
          Deprecated.  
static void AdminHelper.unsetClusterLink(Topic topic)
          Deprecated.  
static void AdminHelper.unsetHierarchicalLink(Topic topic)
          Deprecated.  
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.