Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.workflow.activityguide.metadata.ejb
Class AGMetadataServiceBean

java.lang.Object
  extended by org.springframework.ejb.support.AbstractEnterpriseBean
      extended by org.springframework.ejb.support.AbstractSessionBean
          extended by org.springframework.ejb.support.AbstractStatelessSessionBean
              extended by oracle.bpel.services.workflow.activityguide.metadata.ejb.AGMetadataServiceBean

All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean, org.springframework.ejb.support.SmartSessionBean

public class AGMetadataServiceBean
extends org.springframework.ejb.support.AbstractStatelessSessionBean
implements javax.ejb.SessionBean
See Also:
Serialized Form

Field Summary

 

Fields inherited from class org.springframework.ejb.support.AbstractEnterpriseBean
BEAN_FACTORY_PATH_ENVIRONMENT_KEY

 

Constructor Summary
AGMetadataServiceBean()
           

 

Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinition(IWorkflowContext context, com.oracle.bpel.activityguide.instance.model.AGInstance agInstance)
           
 com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinitionById(IWorkflowContext context, java.lang.String agDefinitionId)
           
 ResourceBundleInfo getResourceBundleInfo(IWorkflowContext context, java.lang.String agDefinitionId, java.util.Locale locale)
           
 void onEjbCreate()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           

 

Methods inherited from class org.springframework.ejb.support.AbstractSessionBean
getSessionContext

 

Methods inherited from class org.springframework.ejb.support.AbstractEnterpriseBean
setBeanFactoryLocator, setBeanFactoryLocatorKey

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AGMetadataServiceBean

public AGMetadataServiceBean()

Method Detail

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Overrides:
ejbCreate in class org.springframework.ejb.support.AbstractStatelessSessionBean
Throws:
javax.ejb.CreateException

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Overrides:
ejbActivate in class org.springframework.ejb.support.AbstractStatelessSessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Overrides:
ejbPassivate in class org.springframework.ejb.support.AbstractStatelessSessionBean

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Overrides:
ejbRemove in class org.springframework.ejb.support.AbstractEnterpriseBean

onEjbCreate

public void onEjbCreate()
Specified by:
onEjbCreate in class org.springframework.ejb.support.AbstractStatelessSessionBean

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Overrides:
setSessionContext in class org.springframework.ejb.support.AbstractSessionBean

getAGDefinitionById

public com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinitionById(IWorkflowContext context,
                                                                                                java.lang.String agDefinitionId)
                                                                                         throws AGMetadataServiceException
Throws:
AGMetadataServiceException
See Also:
IAGMetadataService.getAGDefinitionById(oracle.bpel.services.workflow.verification.IWorkflowContext, java.lang.String)

getAGDefinition

public com.oracle.bpel.activityguide.metadata.definition.model.AGDefinition getAGDefinition(IWorkflowContext context,
                                                                                            com.oracle.bpel.activityguide.instance.model.AGInstance agInstance)
                                                                                     throws AGMetadataServiceException
Throws:
AGMetadataServiceException
See Also:
IAGMetadataService.getAGDefinition(oracle.bpel.services.workflow.verification.IWorkflowContext, com.oracle.bpel.activityguide.instance.model.AGInstance)

getResourceBundleInfo

public ResourceBundleInfo getResourceBundleInfo(IWorkflowContext context,
                                                java.lang.String agDefinitionId,
                                                java.util.Locale locale)
                                         throws AGMetadataServiceException
Throws:
AGMetadataServiceException
See Also:
IAGMetadataService.getResourceBundleInfo(oracle.bpel.services.workflow.verification.IWorkflowContext, java.lang.String, java.util.Locale)

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.