org.apache.jmeter.protocol.jms.client
Class Publisher
Publisher(boolean useProps, String jndi, String url, String connfactory, String topic, boolean useAuth, String user, String pwd)
|
void | close() - Clise will close the session
|
void | initConnection(Context ctx, String connfactory, String topic)
|
Context | initJNDI(boolean useProps, String jndi, String url, boolean useAuth, String user, String pwd)
|
void | publish(Serializable contents)
|
void | publish(String text)
|
Publisher
public Publisher(boolean useProps,
String jndi,
String url,
String connfactory,
String topic,
boolean useAuth,
String user,
String pwd)
close
public void close()
Clise will close the session
initConnection
public void initConnection(Context ctx,
String connfactory,
String topic)
initJNDI
public Context initJNDI(boolean useProps,
String jndi,
String url,
boolean useAuth,
String user,
String pwd)
publish
public void publish(Serializable contents)
publish
public void publish(String text)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.