
eap7.weblogic.tests.data-servicetests.T3ServicesDefLookupTest Maven / Gradle / Ivy
The newest version!
// Contains code that should match for the following tests:
//
// weblogic-services-02000-test
//
import java.util.Hashtable;
import javax.naming.InitialContext;
import weblogic.common.T3ServicesDef;
public class T3ServicesDefLookupTest
{
public String doSomething()
{
InitialContext context = new InitialContext();
T3ServicesDef t3 = (T3ServicesDef)context.lookup("weblogic.common.T3Services");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy