org.apache.openejb.client
Class ServiceLocator

java.lang.Object
  extended by 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) $

Constructor Summary
ServiceLocator(Context context)
           
ServiceLocator(URI serverUri)
           
ServiceLocator(URI serverUri, String username, String password)
           
ServiceLocator(URI serverUri, String username, String password, String realm)
           
 
Method Summary
 Object lookup(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

lookup

public Object lookup(String name)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.