Interface ProviderBean
- All Superinterfaces:
weblogic.descriptor.DescriptorBean,weblogic.descriptor.SettableBean
public interface ProviderBean
extends weblogic.descriptor.DescriptorBean
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptioncreateParam(String name) voiddestroyParam(ParamBean param) getName()lookupParam(String name) voidvoidsetProviderClass(String providerClass) Methods inherited from interface weblogic.descriptor.DescriptorBean
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListenerMethods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
-
Method Details
-
getName
String getName()- Returns:
-
setName
-
getProviderClass
String getProviderClass() -
setProviderClass
-
getParams
ParamBean[] getParams()- Returns:
- ParamBean array
-
createParam
- Parameters:
name- ParamBean name- Returns:
- ParamBean
-
lookupParam
- Parameters:
name- ParamBean name- Returns:
- ParamBean
-
destroyParam
- Parameters:
param- ParamBean
-