public class EjbServiceMetadata extends Object
| Constructor and Description |
|---|
EjbServiceMetadata()
Default constructor.
|
EjbServiceMetadata(Class<?> scannedClass,
Class<?> invokeeClass) |
EjbServiceMetadata(XMap properties,
Class<?> invokeeClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRetainIfException(Method method) |
boolean |
isRemoveMethod(Method method) |
boolean |
isStateful() |
public EjbServiceMetadata()
public EjbServiceMetadata(Class<?> scannedClass, Class<?> invokeeClass)
public EjbServiceMetadata(XMap properties, Class<?> invokeeClass)
public boolean isStateful()
public boolean isRemoveMethod(Method method)
public boolean getRetainIfException(Method method)