Package | Description |
---|---|
com.caucho.ejb.cfg |
Modifier and Type | Class and Description |
---|---|
class |
AfterBeginMethod<X>
Configuration for remove-method.
|
class |
BeforeCompletionMethod<X>
Configuration for remove-method.
|
class |
ConcurrentMethod<X>
Configuration for remove-method.
|
class |
PostConstructType<X>
Configuration for the init-param pattern.
|
class |
RemoveMethod<X>
Configuration for remove-method.
|
Modifier and Type | Method and Description |
---|---|
EjbMethodPattern<X> |
EjbBean.createMethod(MethodSignature sig)
Adds a method.
|
EjbMethodPattern<X> |
EjbBean.getMethodPattern(AnnotatedMethod<?> method,
java.lang.String intf)
Gets the best method.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<EjbMethodPattern<X>> |
EjbBean.getMethodList()
returns the method list.
|
Modifier and Type | Method and Description |
---|---|
void |
EjbBean.addMethod(EjbMethodPattern<X> method)
Adds a method.
|