|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.gen.BusinessMethodGenerator
com.caucho.ejb.gen.StatelessCreateMethod
public class StatelessCreateMethod
Represents a stateless create business method
| Constructor Summary | |
|---|---|
StatelessCreateMethod(StatelessGenerator bean,
StatelessView homeView,
View objectView,
ApiMethod apiMethod,
ApiMethod implMethod,
int index)
|
|
| Method Summary | |
|---|---|
protected void |
generateContent(JavaWriter out)
|
protected void |
generatePostCall(JavaWriter out)
Generates the underlying bean instance |
protected void |
generatePreCall(JavaWriter out)
Generates the underlying bean instance |
protected void |
generateThis(JavaWriter out)
Generates the underlying bean instance |
protected java.lang.String |
getSuper()
Generates the underlying bean instance |
boolean |
isEnhanced()
Returns true if any interceptors enhance the business method |
| Methods inherited from class com.caucho.ejb.gen.BusinessMethodGenerator |
|---|
createXa, generate, generateCall, generateCall, generateConstructor, generateConstructorTop, generateHeader, generateInterceptorTarget, generatePreReturn, generatePrologue, generatePrologueTop, generateThrows, getApiMethod, getEjbClass, getImplMethod, getInterceptor, getSecurity, getView, getXa, hasException, hasXA, introspect, setRemove, setRemoveRetainIfException, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatelessCreateMethod(StatelessGenerator bean,
StatelessView homeView,
View objectView,
ApiMethod apiMethod,
ApiMethod implMethod,
int index)
| Method Detail |
|---|
public boolean isEnhanced()
BusinessMethodGenerator
isEnhanced in interface EjbCallChainisEnhanced in class BusinessMethodGenerator
protected void generateContent(JavaWriter out)
throws java.io.IOException
generateContent in class BusinessMethodGeneratorjava.io.IOException
protected void generatePreCall(JavaWriter out)
throws java.io.IOException
BusinessMethodGenerator
generatePreCall in class BusinessMethodGeneratorjava.io.IOException
protected void generateThis(JavaWriter out)
throws java.io.IOException
generateThis in class BusinessMethodGeneratorjava.io.IOExceptionprotected java.lang.String getSuper()
getSuper in class BusinessMethodGenerator
protected void generatePostCall(JavaWriter out)
throws java.io.IOException
BusinessMethodGenerator
generatePostCall in class BusinessMethodGeneratorjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||