Package | Description |
---|---|
oracle.fmwplatform.envspec.model |
This package contains classes that are used to represent models of real (existing) or imagined (to be created) environments.
|
oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.blueprint.coherence |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.blueprint.jms |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.blueprint.soa |
Classes used to describe a Blueprint.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
static <T extends AppSvcResource> |
BlueprintUtils.getFilteredResourceOfType(Blueprint bp,
Class<T> resourceType,
String resourceName)
Gets a filtered list of resources of the given resourceType.
|
static <T extends AppSvcResource> |
BlueprintUtils.getFilteredResourcesOfType(Blueprint bp,
Class<T> resourceType,
List<String> resourceNames,
boolean exclude)
Gets a filtered list of resources of the given resourceType.
|
static <T extends AppSvcResource> |
BlueprintUtils.targetResourceToClusters(Blueprint bp,
AppSvcResource resource,
List<String> clusterNames,
boolean replace)
Target the given resource to list of clusters
|
static <T extends AppSvcResource> |
BlueprintUtils.targetResourceToClusters(Blueprint bp,
String resourceName,
Class<T> resourceClass,
List<String> clusterNames,
boolean replace)
Target the given resource to list of clusters
|
Modifier and Type | Method and Description |
---|---|
static List<AppSvcResource> |
BlueprintUtils.getFilteredResourcesOfAllTypes(Blueprint bp,
List<String> resourceNames,
boolean exclude)
Gets a filtered list of resources from the blueprint.
|
Modifier and Type | Method and Description |
---|---|
static void |
BlueprintUtils.removeResourceFromAppSvcGroups(Blueprint bp,
AppSvcResource resource)
Remove the given resource from containing AppSvcGroups
|
static void |
BlueprintUtils.targetApplicationToClusters(Blueprint bp,
AppSvcResource resource,
List<String> clusterNames,
boolean replace)
Target the given Application to list of clusters
|
static <T extends AppSvcResource> |
BlueprintUtils.targetResourceToClusters(Blueprint bp,
AppSvcResource resource,
List<String> clusterNames,
boolean replace)
Target the given resource to list of clusters
|
Modifier and Type | Method and Description |
---|---|
static List<AppSvcGroup> |
BlueprintUtils.getAppSvcGroupsContainingResource(Blueprint bp,
String resourceName,
Class<? extends AppSvcResource> resourceClass)
Gets the list of AppSvcGroups that contain the given resource
|
static void |
BlueprintUtils.removeResourceFromAppSvcGroups(Blueprint bp,
String resourceName,
Class<? extends AppSvcResource> resourceClass)
Remove the given resource from containing AppSvcGroups
|
static void |
BlueprintUtils.removeResourceFromBlueprint(Blueprint bp,
Class<? extends AppSvcResource> resourceType,
String resourceName)
Removes/Deletes a given resource from the blueprint.
|
Modifier and Type | Class and Description |
---|---|
class |
Application
An Application is used to describe a Java application.
|
class |
CapacityConstraint
A CapacityConstraint is work manager constraint that limits the total number of outstanding requests.
|
class |
Classpath
The classpath is represented by a list of ClasspathFileSystemResource objects.
|
class |
ClasspathFileSystemResource
The class to represent a file system resource as an element in a classpath.
|
class |
ContextRequestClass
A ContextRequestClass is xxxxxxxx.
|
class |
DomainLibFileSystemResource
The class to represent a file system resource as an element in the $DOMAIN_HOME/lib directory.
|
class |
EnvironmentResource
EnvironmentResource is the superclass representing environment settings on which the
blueprint depends.
|
class |
EnvironmentVariableResource
The class representing an environment variable.
|
class |
FairShareRequestClass
A FairShareRequestClass is xxxxxxxx.
|
class |
FileStore
A FileStore is WebLogic Server persistent store that uses the file system for persistence.
|
class |
FileSystemResource
The superclass of all resources that refer to something in the file system.
|
class |
ForeignJndiProvider
A ForeignJndiProvider is a WebLogic Server configuration mechanism for referencing a remote JNDI
provider for the purposes of binding local JNDI references to remote objects.
|
class |
GenericFileSystemResource
The class to represent a generic file system resource, such
as a properties file referred to by a Java System Property.
|
class |
JdbcStore
A JdbcStore is WebLogic Persistent Store that uses the database for persistence.
|
class |
JDBCSystemResource
A JDBCSystemResource is used to describe a JDBC system resource.
|
class |
Library
An Application is used to describe a Java application.
|
class |
MailSession
A MailSession represents a JavaMail session.
|
class |
MaxThreadsConstraint
A MaxThreadsConstraint is a type of constraint that can be applied in
a work manager that limits the maximum number of threads that the work
manager will use.
|
class |
MinThreadsConstraint
A MinThreadsConstraint is a constraint that can be applied to
a work manager that limits the minimum number of threads that
the work manager will use.
|
class |
OsgiFramework |
class |
ResponseTimeRequestClass
A ResponseTimeRequestClass is xxxxxxxx.
|
class |
ShutdownClass
A ShutdownClass is class that WLS runs at server shutdown time.
|
class |
StartupClass
A StartupClass is class that WLS runs at server startup.
|
class |
SystemPropertyResource
Class representing a system property.
|
class |
WLDFHarvester
WLDFHarvester is a wldf harvester
|
class |
WLDFInstrumentation
WLDFInstrumentation is a wldf instrumentation container
|
class |
WLDFSystemResource
A WLDFSystemResource is a WLDF module definition
|
class |
WLDFWatchNotification
WLDFWatchNotification is a watch and notify rule for wldf watch
|
class |
WorkManager
A WorkManager is WebLogic configuration artifact that is used to influence how work is scheduled for execution.
|
Modifier and Type | Method and Description |
---|---|
<T extends AppSvcResource> |
Blueprint.findMatchingResource(T resourceToMatch)
Locate and return a matching resource.
|
<T extends AppSvcResource> |
Blueprint.getAppSvcResourceByType(Class<T> clazz)
Get the list of a particular resource type.
|
<T extends AppSvcResource> |
Blueprint.getAppSvcResourceByTypeAndId(Class<T> clazz,
String id)
Get a resource by type and ID.
|
<T extends AppSvcResource> |
AppSvcGroup.getResources(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
AppSvcResource |
Blueprint.getResourceById(String id)
Get a resource by ID.
|
Modifier and Type | Method and Description |
---|---|
List<AppSvcResource> |
Blueprint.getResources()
Get the list of all resources in this blueprint
|
List<AppSvcResource> |
AppSvcGroup.getResources() |
Modifier and Type | Method and Description |
---|---|
boolean |
Blueprint.addResource(AppSvcResource resource)
Adds a given resource to this blueprint
|
boolean |
AppSvcGroup.addResource(AppSvcResource app) |
boolean |
Blueprint.removeResource(AppSvcResource resource)
Removes a given resource from the blueprint.
|
boolean |
AppSvcGroup.removeResource(AppSvcResource app) |
Modifier and Type | Method and Description |
---|---|
boolean |
Blueprint.addAllResources(Collection<AppSvcResource> resources)
Adds a given collection of resources to this blueprint
|
void |
AppSvcGroup.setResources(List<AppSvcResource> appServiceResources) |
Modifier and Type | Class and Description |
---|---|
class |
CoherenceCacheConfig
CoherenceCacheConfig is a configuration object that encapsulates the information about a Coherence cache.
|
class |
CoherenceClusterSystemResource
A CoherenceClusterSystemResource is a config.xml-defined Coherence cluster.
|
Modifier and Type | Class and Description |
---|---|
class |
JMSBridgeDestination
A JMSBridgeDestination is a JMS destination that is referenced by a WebLogic JMS
Messaging Bridge as either a source or target destination.
|
class |
JMSMessagingBridge
A MessagingBridge is a WebLogic JMS Messaging Bridge that moves messages between two destinations.
|
class |
JMSServer
A JMSServer is a WebLogic JMS management artifact that hosts JMS artifacts and can move between WebLogic Server
server processes, if so configured.
|
class |
JMSSystemResource
A JMSSystemResource is a set of config.xml-defined JMS resources.
|
class |
PathService
A PathService is a WebLogic JMS Path Service used with Unit-of-Order Routing.
|
class |
SAFAgent
An SAFAgent is a WebLogic JMS Store-and-Forward Agent.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDeployment
Defines how a set of SOA composites are/should be deployed.
|
Modifier and Type | Method and Description |
---|---|
List<AppSvcResource> |
Domain.getEffectiveResourcesForAppSvcGroupId(String appSvcGroupId) |