Method Summary |
|
public void | addApplicationException(Class exception, boolean rollback) |
public void | addQuery(Method queryMethod, String queryString) |
public void | addSecurityRoleReference(String securityRoleReference, String linkedRoleName) |
public void | appendMethodPermissions(Method m, List<String> roleNames) |
public void | createMethodMap() |
protected String | extractHomeBeanMethodName(String methodName) |
public T | get(Class<T> type) |
public String | getAbstractSchemaName() |
public Map<String, String> | getActivationProperties() |
public Set<InterceptorData> | getAllInterceptors() |
public List<Method> | getAroundInvoke() |
public Collection<String> | getAuthorizedRoles(Method method) |
public String[] | getAuthorizedRoles(String action) |
public Class | getBeanClass() |
public BusinessLocalHome | getBusinessLocalHome() |
public BusinessLocalHome | getBusinessLocalHome(List<Class> interfaces) |
public Class | getBusinessLocalInterface() |
public List<Class> | getBusinessLocalInterfaces() |
public BusinessRemoteHome | getBusinessRemoteHome() |
public BusinessRemoteHome | getBusinessRemoteHome(List<Class> interfaces) |
public Class | getBusinessRemoteInterface() |
public List<Class> | getBusinessRemoteInterfaces() |
public List<InterceptorData> | getCallbackInterceptors() |
public ClassLoader | getClassLoader() |
public Class | getCmpImplClass() |
public String[] | getCmrFields() |
public BeanType | getComponentType() |
public Container | getContainer() |
public Object | getContainerData() |
public Method | getCreateMethod() |
public Object | getDeploymentID() |
public String | getDestinationId() |
public EJBHome | getEJBHome() |
public EJBLocalHome | getEJBLocalHome() |
public String | getEjbName() |
public Method | getEjbTimeout() |
public EjbTimerService | getEjbTimerService() |
public ExceptionType | getExceptionType(Throwable e) |
public Index<EntityManagerFactory, Map> | getExtendedEntityManagerFactories() |
public Class | getHomeInterface() |
public List<Injection> | getInjections() |
public Class | getInterface(InterfaceType interfaceType) |
public InterfaceType | getInterfaceType(Class clazz) |
public List<Class> | getInterfaces(InterfaceType interfaceType) |
public String | getJarPath() |
public Context | getJndiEnc() |
public KeyGenerator | getKeyGenerator() |
public Class | getLocalHomeInterface() |
public Class | getLocalInterface() |
public Method | getMatchingBeanMethod(Method interfaceMethod) |
public Method | getMatchingPostCreateMethod(Method createMethod) |
public Class | getMdbInterface() |
public List<InterceptorData> | getMethodInterceptors(Method method) |
public String | getModuleID() |
public List<Class> | getObjectInterface(Class homeInterface) |
public List<Method> | getPostActivate() |
public List<Method> | getPostConstruct() |
public List<Method> | getPreDestroy() |
public List<Method> | getPrePassivate() |
public Class | getPrimaryKeyClass() |
public String | getPrimaryKeyField() |
public String | getQuery(Method queryMethod) |
public Class | getRemoteInterface() |
public List<Method> | getRemoveMethods() |
public String | getRunAs() |
public String | getSecurityRole(String securityRoleReference) |
public Class | getServiceEndpointInterface() |
public byte | getTransactionAttribute(Method method) |
public TransactionPolicy | getTransactionPolicy(Method method) |
public boolean | isBeanManagedTransaction() |
public boolean | isCmp2() |
public boolean | isDestroyed() |
public boolean | isReentrant() |
public boolean | isRemoteQueryResults(String methodSignature) |
public void | mapMethods(Method interfaceMethod, Method beanMethod) |
public boolean | retainIfExeption(Method removeMethod) |
public T | set(Class<T> type, T value) |
public void | setAbstractSchemaName(String abstractSchemaName) |
public void | setActivationProperties(Map<String, String> activationProperties) |
public void | setBeanManagedTransaction(boolean value) |
public void | setCallbackInterceptors(List<InterceptorData> callbackInterceptors) |
public void | setCmp2(boolean cmp2) |
public void | setCmpImplClass(Class cmpImplClass) |
public void | setCmrFields(String[] cmrFields) |
public void | setContainer(Container container) |
public void | setContainerData(Object containerData) |
public void | setDestinationId(String destinationId) |
public void | setDestroyed(boolean destroyed) |
public void | setEjbName(String ejbName) |
public void | setEjbTimeout(Method ejbTimeout) |
public void | setEjbTimerService(EjbTimerService ejbTimerService) |
public void | setExtendedEntityManagerFactories(Index<EntityManagerFactory, Map> extendedEntityManagerFactories) |
public void | setIsReentrant(boolean reentrant) |
public void | setJarPath(String jarPath) |
public void | setKeyGenerator(KeyGenerator keyGenerator) |
public void | setMethodInterceptors(Method method, List<InterceptorData> interceptors) |
public void | setMethodTransactionAttribute(Method method, String transAttribute) |
public void | setModuleId(String moduleId) |
public void | setPrimaryKeyField(String primaryKeyField) |
public void | setRemoteQueryResults(String methodSignature) |
public void | setRetainIfExeption(Method removeMethod, boolean retain) |
public void | setRunAs(String runAs) |
public void | setServiceEndpointInterface(Class serviceEndpointInterface) |
public String | toString() |