Package | Description |
---|---|
com.streamscape.runtime.mf.admin.pkg |
Modifier and Type | Method and Description |
---|---|
static void |
PackageStore.beginXact()
Starts a pseudo-transaction for the calling thread.
|
static void |
PackageStore.beginXact(FabricComponent component)
Starts a pseudo-transaction for the calling thread.
|
static void |
PackageStore.commitXact()
Commits a pseudo-transaction and releases all resources held by the transaction.
|
static Package |
PackageStore.createClientFactoryPackage(java.lang.String name)
A convenience method for creating a
Client Factory package. |
static Package |
PackageStore.createCollectionPackage(java.lang.String name)
A convenience method for creating an
Archive Collection package. |
static Package |
PackageStore.createJDBCFactoryPackage(java.lang.String name)
A convenience method for creating new
JDBC Factory package. |
static Package |
PackageStore.createSDOPackage(java.lang.String name)
A convenience method for creating a
Structured Data Objects collection package. |
static Package |
PackageStore.createServicePackage(java.lang.String name)
A convenience method for creating a
Service package. |
static Package |
PackageStore.createTransportFactoryPackage(java.lang.String name)
A convenience method for creating a new
Transport Factory package. |
static boolean |
PackageStore.existsArchive(java.lang.String jarName)
Returns
true if the named archive exists in the library area. |
static void |
PackageStore.exportPackage(java.lang.String workingDir,
PackageType type,
java.lang.String name)
Exports the package definition and its associate JAR File to a specified directory.
|
static void |
PackageStore.importPackage(java.lang.String workingDir,
Package pkg)
Import a package and associate JAR Files specified by the
Package object into the runtime
repository and/or local cache depending on the Runtime Context settings. |
static Package |
PackageStore.loadPackage(PackageType type,
java.lang.String name)
Loads a
Package object of a given type from a specific persistence context. |
static Package |
PackageStore.loadPackage(java.lang.String workingDir,
PackageType type,
java.lang.String name)
Loads a
Package object of a given type from the working directory. |
static java.net.URL[] |
PackageStore.loadPackageURLs(Package pkg)
Loads the factory package from a repository or runtime cache depending on the
Runtime Context settings. |
static java.net.URL[] |
PackageStore.loadPackageURLs(java.lang.String workingDir,
Package pkg)
Loads the package URLs from a specified directory.
|
static void |
PackageStore.removePackage(PackageType type,
java.lang.String name,
boolean withJars)
Removes the package.
|
static void |
PackageStore.savePackageObject(java.lang.String workingDir,
Package pkg)
Saves a package configuration object to a specific
Working Directory . |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.