org.apache.openejb.client
Class ServiceLocator
java.lang.Object
org.apache.openejb.client.ServiceLocator
- Direct Known Subclasses:
- GenericServiceLocator
public class ServiceLocator
- extends Object
- Version:
- $Rev: 607077 $ $Date: 2007-12-27 15:55:23 +0100 (Do, 27. Dez 2007) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceLocator
public ServiceLocator(URI serverUri)
throws NamingException
- Throws:
NamingException
ServiceLocator
public ServiceLocator(URI serverUri,
String username,
String password)
throws NamingException
- Throws:
NamingException
ServiceLocator
public ServiceLocator(URI serverUri,
String username,
String password,
String realm)
throws NamingException
- Throws:
NamingException
ServiceLocator
public ServiceLocator(Context context)
lookup
public Object lookup(String name)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.