Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02

weblogic.j2ee.descriptor.wl
Interface ManagedBeanBean

All Superinterfaces:
InterceptorMethodsBean, J2eeClientEnvironmentBean, J2eeEnvironmentBean

public interface ManagedBeanBean
extends J2eeEnvironmentBean, InterceptorMethodsBean


Method Summary
 AroundInvokeBean createAroundInvoke()
           
 AroundTimeoutBean createAroundTimeout()
           
 DataSourceBean createDataSource()
           
 EjbLocalRefBean createEjbLocalRef()
           
 EjbRefBean createEjbRef()
           
 EnvEntryBean createEnvEntry()
           
 MessageDestinationRefBean createMessageDestinationRef()
           
 PersistenceContextRefBean createPersistenceContextRef()
           
 PersistenceUnitRefBean createPersistenceUnitRef()
           
 LifecycleCallbackBean createPostConstruct()
           
 LifecycleCallbackBean createPreDestroy()
           
 ResourceEnvRefBean createResourceEnvRef()
           
 ResourceRefBean createResourceRef()
           
 ServiceRefBean createServiceRef()
           
 void destroyAroundInvoke(AroundInvokeBean aroundInvoke)
           
 void destroyAroundTimeout(AroundTimeoutBean aroundTimeout)
           
 void destroyDataSource(DataSourceBean ds)
           
 void destroyEjbLocalRef(EjbLocalRefBean ejbLocalRef)
           
 void destroyEjbRef(EjbRefBean ejbRef)
           
 void destroyEnvEntry(EnvEntryBean envEntry)
           
 void destroyMessageDestinationRef(MessageDestinationRefBean messageDestinationRef)
           
 void destroyPersistenceContextRef(PersistenceContextRefBean persistenceContextRef)
           
 void destroyPersistenceUnitRef(PersistenceUnitRefBean persistenceUnitRef)
           
 void destroyPostConstruct(LifecycleCallbackBean postConstruct)
           
 void destroyPreDestroy(LifecycleCallbackBean preDestroy)
           
 void destroyResourceEnvRef(ResourceEnvRefBean resourceEnvRef)
           
 void destroyResourceRef(ResourceRefBean resourceRef)
           
 void destroyServiceRef(ServiceRefBean serviceRef)
           
 AroundInvokeBean[] getAroundInvokes()
           
 AroundTimeoutBean[] getAroundTimeouts()
           
 DataSourceBean[] getDataSources()
           
 EjbLocalRefBean[] getEjbLocalRefs()
           
 EjbRefBean[] getEjbRefs()
           
 EnvEntryBean[] getEnvEntries()
           
 String getManagedBeanClass()
           
 String getManagedBeanName()
           
 MessageDestinationRefBean[] getMessageDestinationRefs()
           
 PersistenceContextRefBean[] getPersistenceContextRefs()
           
 PersistenceUnitRefBean[] getPersistenceUnitRefs()
           
 LifecycleCallbackBean[] getPostConstructs()
           
 LifecycleCallbackBean[] getPreDestroys()
           
 ResourceEnvRefBean[] getResourceEnvRefs()
           
 ResourceRefBean[] getResourceRefs()
           
 ServiceRefBean[] getServiceRefs()
           
 void setManagedBeanClass(String managedBeanClass)
           
 void setManagedBeanName(String managedBeanName)
           
 

Method Detail

getManagedBeanName

String getManagedBeanName()

setManagedBeanName

void setManagedBeanName(String managedBeanName)

getManagedBeanClass

String getManagedBeanClass()

setManagedBeanClass

void setManagedBeanClass(String managedBeanClass)

getAroundInvokes

AroundInvokeBean[] getAroundInvokes()
Specified by:
getAroundInvokes in interface InterceptorMethodsBean

createAroundInvoke

AroundInvokeBean createAroundInvoke()
Specified by:
createAroundInvoke in interface InterceptorMethodsBean

destroyAroundInvoke

void destroyAroundInvoke(AroundInvokeBean aroundInvoke)
Specified by:
destroyAroundInvoke in interface InterceptorMethodsBean

getAroundTimeouts

AroundTimeoutBean[] getAroundTimeouts()
Specified by:
getAroundTimeouts in interface InterceptorMethodsBean

createAroundTimeout

AroundTimeoutBean createAroundTimeout()
Specified by:
createAroundTimeout in interface InterceptorMethodsBean

destroyAroundTimeout

void destroyAroundTimeout(AroundTimeoutBean aroundTimeout)
Specified by:
destroyAroundTimeout in interface InterceptorMethodsBean

getEjbLocalRefs

EjbLocalRefBean[] getEjbLocalRefs()
Specified by:
getEjbLocalRefs in interface J2eeEnvironmentBean

createEjbLocalRef

EjbLocalRefBean createEjbLocalRef()
Specified by:
createEjbLocalRef in interface J2eeEnvironmentBean

destroyEjbLocalRef

void destroyEjbLocalRef(EjbLocalRefBean ejbLocalRef)
Specified by:
destroyEjbLocalRef in interface J2eeEnvironmentBean

getPersistenceContextRefs

PersistenceContextRefBean[] getPersistenceContextRefs()
Specified by:
getPersistenceContextRefs in interface J2eeEnvironmentBean

createPersistenceContextRef

PersistenceContextRefBean createPersistenceContextRef()
Specified by:
createPersistenceContextRef in interface J2eeEnvironmentBean

destroyPersistenceContextRef

void destroyPersistenceContextRef(PersistenceContextRefBean persistenceContextRef)
Specified by:
destroyPersistenceContextRef in interface J2eeEnvironmentBean

getEnvEntries

EnvEntryBean[] getEnvEntries()
Specified by:
getEnvEntries in interface J2eeClientEnvironmentBean

createEnvEntry

EnvEntryBean createEnvEntry()
Specified by:
createEnvEntry in interface J2eeClientEnvironmentBean

destroyEnvEntry

void destroyEnvEntry(EnvEntryBean envEntry)
Specified by:
destroyEnvEntry in interface J2eeClientEnvironmentBean

getEjbRefs

EjbRefBean[] getEjbRefs()
Specified by:
getEjbRefs in interface J2eeClientEnvironmentBean

createEjbRef

EjbRefBean createEjbRef()
Specified by:
createEjbRef in interface J2eeClientEnvironmentBean

destroyEjbRef

void destroyEjbRef(EjbRefBean ejbRef)
Specified by:
destroyEjbRef in interface J2eeClientEnvironmentBean

getServiceRefs

ServiceRefBean[] getServiceRefs()
Specified by:
getServiceRefs in interface J2eeClientEnvironmentBean

createServiceRef

ServiceRefBean createServiceRef()
Specified by:
createServiceRef in interface J2eeClientEnvironmentBean

destroyServiceRef

void destroyServiceRef(ServiceRefBean serviceRef)
Specified by:
destroyServiceRef in interface J2eeClientEnvironmentBean

getResourceRefs

ResourceRefBean[] getResourceRefs()
Specified by:
getResourceRefs in interface J2eeClientEnvironmentBean

createResourceRef

ResourceRefBean createResourceRef()
Specified by:
createResourceRef in interface J2eeClientEnvironmentBean

destroyResourceRef

void destroyResourceRef(ResourceRefBean resourceRef)
Specified by:
destroyResourceRef in interface J2eeClientEnvironmentBean

getResourceEnvRefs

ResourceEnvRefBean[] getResourceEnvRefs()
Specified by:
getResourceEnvRefs in interface J2eeClientEnvironmentBean

createResourceEnvRef

ResourceEnvRefBean createResourceEnvRef()
Specified by:
createResourceEnvRef in interface J2eeClientEnvironmentBean

destroyResourceEnvRef

void destroyResourceEnvRef(ResourceEnvRefBean resourceEnvRef)
Specified by:
destroyResourceEnvRef in interface J2eeClientEnvironmentBean

getMessageDestinationRefs

MessageDestinationRefBean[] getMessageDestinationRefs()
Specified by:
getMessageDestinationRefs in interface J2eeClientEnvironmentBean

createMessageDestinationRef

MessageDestinationRefBean createMessageDestinationRef()
Specified by:
createMessageDestinationRef in interface J2eeClientEnvironmentBean

destroyMessageDestinationRef

void destroyMessageDestinationRef(MessageDestinationRefBean messageDestinationRef)
Specified by:
destroyMessageDestinationRef in interface J2eeClientEnvironmentBean

getPersistenceUnitRefs

PersistenceUnitRefBean[] getPersistenceUnitRefs()
Specified by:
getPersistenceUnitRefs in interface J2eeClientEnvironmentBean

createPersistenceUnitRef

PersistenceUnitRefBean createPersistenceUnitRef()
Specified by:
createPersistenceUnitRef in interface J2eeClientEnvironmentBean

destroyPersistenceUnitRef

void destroyPersistenceUnitRef(PersistenceUnitRefBean persistenceUnitRef)
Specified by:
destroyPersistenceUnitRef in interface J2eeClientEnvironmentBean

getPostConstructs

LifecycleCallbackBean[] getPostConstructs()
Specified by:
getPostConstructs in interface J2eeClientEnvironmentBean

createPostConstruct

LifecycleCallbackBean createPostConstruct()
Specified by:
createPostConstruct in interface J2eeClientEnvironmentBean

destroyPostConstruct

void destroyPostConstruct(LifecycleCallbackBean postConstruct)
Specified by:
destroyPostConstruct in interface J2eeClientEnvironmentBean

getPreDestroys

LifecycleCallbackBean[] getPreDestroys()
Specified by:
getPreDestroys in interface J2eeClientEnvironmentBean

createPreDestroy

LifecycleCallbackBean createPreDestroy()
Specified by:
createPreDestroy in interface J2eeClientEnvironmentBean

destroyPreDestroy

void destroyPreDestroy(LifecycleCallbackBean preDestroy)
Specified by:
destroyPreDestroy in interface J2eeClientEnvironmentBean

getDataSources

DataSourceBean[] getDataSources()
Specified by:
getDataSources in interface J2eeClientEnvironmentBean

createDataSource

DataSourceBean createDataSource()
Specified by:
createDataSource in interface J2eeClientEnvironmentBean

destroyDataSource

void destroyDataSource(DataSourceBean ds)
Specified by:
destroyDataSource in interface J2eeClientEnvironmentBean

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02