| java.lang.Object org.apache.jmeter.protocol.jms.client.InitialContextFactory
InitialContextFactory | public class InitialContextFactory (Code) | | author: pete author: InitialContextFactory is responsible for getting and instance of the initial author: context. It is also responsible for looking up JMS topics and queues. |
Field Summary | |
static Logger | log |
close | public static void close()(Code) | | clear all the InitialContext objects.
|
lookupTopic | public static synchronized Topic lookupTopic(Context ctx, String name)(Code) | | Method will lookup a given topic using JNDI.
Parameters: ctx - Parameters: name - the topic or null |
|
|