Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


com.oracle.bpel.client.config
Class ServerDescriptor

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.oracle.bpel.client.config.AbstractDescriptor
              extended by com.oracle.bpel.client.config.ServerDescriptor

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class ServerDescriptor
extends com.oracle.bpel.client.config.AbstractDescriptor
implements java.io.Serializable

The ServerDescriptor class contains all the configuration settings associated with an Oracle BPEL PM server runtime. These configuration properties allow the user to alter certain aspects of the server's runtime behavior.

Since:
10.1.2
See Also:
Serialized Form

Field Summary
static java.lang.String TAG_BPEL_SERVER
          Top-level document tag.

 

Fields inherited from class com.oracle.bpel.client.config.AbstractDescriptor
ATTR_ID, ATTR_NAME, ATTR_VERSION, mComments, mId, mNames, TAG_CLASSNAME, TAG_COMMENT, TAG_NAME, TAG_PROPERTY, TAG_VALUE

 

Constructor Summary
ServerDescriptor(java.lang.String cxHome, java.io.File sourceFile)
          Constructs a server descriptor from the given source file.

 

Method Summary
 java.lang.String getCXHome()
          Returns the absolute path of the Oracle BPEL PM server installation.
 java.io.File getSourceFile()
          Returns the java.io.File for the descriptor.
 java.lang.String getVersion()
          Returns the internal version of the server descriptor.
 void setVersion(java.lang.String version)
          Sets the internal version of the server descriptor.

 

Methods inherited from class com.oracle.bpel.client.config.AbstractDescriptor
addProperties, addProperties, addProperty0, addProperty1, getComment, getId, getName, getValue, initialize, initialize, setComment, setId, setName, setValue, setValue, toString

 

Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.util.AbstractMap
equals, hashCode

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.Map
equals, hashCode

 

Field Detail

TAG_BPEL_SERVER

public static final java.lang.String TAG_BPEL_SERVER
Top-level document tag.
See Also:
Constant Field Values

Constructor Detail

ServerDescriptor

public ServerDescriptor(java.lang.String cxHome,
                        java.io.File sourceFile)
Constructs a server descriptor from the given source file.

Method Detail

getCXHome

public java.lang.String getCXHome()
Returns the absolute path of the Oracle BPEL PM server installation.

getSourceFile

public java.io.File getSourceFile()
Returns the java.io.File for the descriptor.

getVersion

public java.lang.String getVersion()
Returns the internal version of the server descriptor. The version is kept as an attribute on the top-level document tag.

setVersion

public void setVersion(java.lang.String version)
Sets the internal version of the server descriptor.

Skip navigation links

Oracle BPEL Process Manager Client Java API Reference
10g Release 3 (10.1.3.1.0)

B28986-01


Copyright © 2006, Oracle. All rights reserved.