com.jproxy.samples.ejb.test
Class SessionClientNoEJB
java.lang.Object
com.jproxy.samples.ejb.test.SessionClientNoEJB
- public class SessionClientNoEJB
- extends java.lang.Object
Method Summary |
void |
destroy()
|
void |
init()
Applet init method
JProxy may be used as simple ORB. |
static void |
main(java.lang.String[] args)
|
void |
test()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostUrl
public java.lang.String hostUrl
session
public ISession session
context
public javax.naming.InitialContext context
env
public java.util.Properties env
SessionClientNoEJB
public SessionClientNoEJB()
init
public void init()
throws java.lang.Exception
- Applet init method
JProxy may be used as simple ORB. No EJB or RMI containers are necessary.
- Throws:
java.lang.Exception
test
public void test()
throws java.lang.Exception
- Throws:
java.lang.Exception
destroy
public void destroy()
main
public static void main(java.lang.String[] args)
Copyright © JProxy LLC. All Rights Reserved.