com.jproxy.samples.ejb.test
Interface ISession

All Superinterfaces:
javax.ejb.EJBObject, ITest, java.rmi.Remote

public interface ISession
extends javax.ejb.EJBObject, ITest

ISession interface agregates all remote interfaces. ISession may extend number of interfaces. Each interface has its own implementation. It allows encapculation different interfaces from its implemntation It also allows validate methods of interfaces during compilation.


Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface com.jproxy.samples.interfaces.ITest
echoBytes, getServerTime
 



Copyright © JProxy LLC. All Rights Reserved.