public class ServerLocalProxy extends java.lang.Object implements ObjectProxy, java.io.Serializable
| Constructor and Description |
|---|
ServerLocalProxy(AbstractEjbBeanManager<?> server,
java.lang.Class<?> clientApi)
Creates a new server proxy
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createObject(java.util.Hashtable<?,?> env)
Creates the object from the proxy.
|
java.lang.String |
toString() |
public ServerLocalProxy(AbstractEjbBeanManager<?> server, java.lang.Class<?> clientApi)
public java.lang.Object createObject(java.util.Hashtable<?,?> env)
throws javax.naming.NamingException
createObject in interface ObjectProxyenv - the calling environmentjavax.naming.NamingExceptionpublic java.lang.String toString()
toString in class java.lang.Object