Class JNDIManager
- java.lang.Object
-
- org.killbill.billing.platform.jndi.JNDIManager
-
public class JNDIManager extends Object
-
-
Constructor Summary
Constructors Constructor Description JNDIManager()JNDIManager(int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(String name, Object object)Objectlookup(String name)voidunExport(String name)
-
-
-
Constructor Detail
-
JNDIManager
public JNDIManager() throws RemoteException- Throws:
RemoteException
-
JNDIManager
public JNDIManager(int port) throws RemoteException- Throws:
RemoteException
-
-