|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.protocol.jms.client.InitialContextFactory
public class InitialContextFactory
InitialContextFactory is responsible for getting an instance of the initial context.
| Constructor Summary | |
|---|---|
InitialContextFactory()
|
|
| Method Summary | |
|---|---|
static void |
close()
clear all the InitialContext objects. |
static Context |
getContext(boolean useProps,
String initialContextFactory,
String providerUrl,
boolean useAuth,
String securityPrincipal,
String securityCredentials)
Initialize the JNDI initial context |
static Context |
lookupContext(String initialContextFactory,
String providerUrl,
boolean useAuth,
String securityPrincipal,
String securityCredentials)
Look up the context from the local cache, creating it if necessary. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InitialContextFactory()
| Method Detail |
|---|
public static Context lookupContext(String initialContextFactory,
String providerUrl,
boolean useAuth,
String securityPrincipal,
String securityCredentials)
throws NamingException
initialContextFactory - used to set the property Context.INITIAL_CONTEXT_FACTORYproviderUrl - used to set the property Context.PROVIDER_URLuseAuth - set true if security is to be used.securityPrincipal - used to set the property Context.SECURITY_PRINCIPALsecurityCredentials - used to set the property Context.SECURITY_CREDENTIALS
NamingException
public static Context getContext(boolean useProps,
String initialContextFactory,
String providerUrl,
boolean useAuth,
String securityPrincipal,
String securityCredentials)
throws NamingException
useProps - if true, create a new InitialContext; otherwise use the other parameters to call
lookupContext(String, String, boolean, String, String)initialContextFactory - providerUrl - useAuth - securityPrincipal - securityCredentials -
NamingExceptionpublic static void close()
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||