org.objectweb.easybeans.tests.enhancer.interceptors.business.bean
Interface StatelessLocalBisItf

All Superinterfaces:
StatelessLocalItf
All Known Implementing Classes:
StatelessBean

public interface StatelessLocalBisItf
extends StatelessLocalItf

Local interface.

Author:
Florent Benoit

Method Summary
 void methodNotInAllInterface()
          business interface which is not in the extended interface.
 
Methods inherited from interface org.objectweb.easybeans.tests.enhancer.interceptors.business.bean.StatelessLocalItf
addInt, excludedInterceptorsMethod, getBoolean, getBooleans, getByte, getBytes, getChar, getChars, getDouble, getDoubles, getFloat, getFloats, getInt, getInts, getLong, getLongs, getPrimitive, getShort, getShorts, singleMethodIntercepted, someCustomizedExceptions, someCustomizedExceptions2, someCustomizedExceptions3, throwExceptionByInterceptor, valueDoubledByInterceptor
 

Method Detail

methodNotInAllInterface

void methodNotInAllInterface()
business interface which is not in the extended interface.