|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ j2ee overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.j2ee
Interface InputLocalHomeInterface

- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface InputLocalHomeInterface
- extends javax.ejb.EJBLocalHome
test for LocalHomeInterfaceCheck
| Method Summary | |
java.lang.Integer |
createInteger(int aParam)
|
void |
createSomething(int aParam)
|
java.lang.Integer |
findInteger(int aParam)
|
void |
findSomething(int aParam)
|
void |
method()
|
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
| Method Detail |
createInteger
public java.lang.Integer createInteger(int aParam) throws javax.ejb.CreateException
createSomething
public void createSomething(int aParam)
findSomething
public void findSomething(int aParam)
findInteger
public java.lang.Integer findInteger(int aParam) throws javax.ejb.FinderException
method
public void method()
throws java.rmi.RemoteException
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> [ j2ee overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC