|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface specifies the system properties that BusinessObjects Enterprise expects to be set. These properties only need to be specified if BusinessObjects Enterprise is not installed in the default directory. Currently, BusinessObjects Enterprise expects the following system properties:
bobj.enterprise.home
bobj.common
unix.bshell (Unix Only)
The bobj.enterprise.home property needs to be set to the location of the BusinessObjects Enterprise, if the following is true:
The bobj.common property needs to be set to the location of the common files on Windows. This only needs to be specified if you have changed the common files location during the Windows install. This does not need to be set if you use Unix.
The unix.bshell property is only used on Unix. If this property is not specified, BusinessObjects Enterprise assumes
the Bourne shell is in the system path and is "sh".
Note: These properties will take effect only if they are set before any user logs on.
| Field Summary | |
static java.lang.String |
BOBJ_COMMON
bobj.common
Key for specifying the location where all Business Objects products are installed on Windows
if the common files are not installed in the default directory.
|
static java.lang.String |
BOBJ_ENTERPRISE_HOME
bobj.enterprise.home
Key for specifying the location where BusinessObjects Enterprise products are installed if they are
not installed to the default directory..
|
static java.lang.String |
CRYSTAL_COMMON
Deprecated. since version 11. Should use BOBJ_COMMON instead. |
static java.lang.String |
CRYSTAL_ENTERPRISE_HOME
Deprecated. since version 11. Should use BOBJ_ENTERPRISE_HOME instead.
|
static java.lang.String |
CRYSTAL_ENTERPRISE_JAVASDK_HOME
Deprecated. should use CRYSTAL_ENTERPRISE_HOME instead |
static java.lang.String |
CRYSTAL_ENTERPRISE_REPORTS
Deprecated. should use CRYSTAL_ENTERPRISE_HOME instead |
static java.lang.String |
CRYSTAL_HOME
Deprecated. should use BOBJ_ENTERPRISE_HOME instead |
static java.lang.String |
ORB_OCI_PROTOCOL
This constant defines a system property which can be set to control the ORB OCI protocol |
static java.lang.String |
ORB_OCI_PROTOCOL_IIOP
This constant defines the value for ORB_OCI_PROTOCOL that sets the OCI protocol to IIOP. |
static java.lang.String |
ORB_OCI_PROTOCOL_SSL
This constant defines the value for ORB_OCI_PROTOCOL that sets the OCI protocol to SSL. |
static java.lang.String |
ORB_PORT
This constant defines a system property which can be set to the ORB_PORT |
static java.lang.String |
ORB_THREADMODEL
This constant defines a system property which can be set to control the ORB thread model. |
static java.lang.String |
ORB_THREADMODEL_BLOCKING
This constant defines the value for ORB_THREADMODEL that sets the blocking threadmodel. |
static java.lang.String |
ORB_THREADMODEL_THREADED
This constant defines the value for ORB_THREADMODEL that sets the threaded threadmodel. |
static java.lang.String |
UNIX_BSHELL
unix.bshell
Key for specifying the Bourne shell path. |
| Field Detail |
public static final java.lang.String CRYSTAL_HOME
BOBJ_ENTERPRISE_HOME instead
crystal.home
Key for specifying the location where all Business Objects products are installed if they are
not installed to the default directory..
Use this key to specify a path such as C:\program files\crystal decisions.
public static final java.lang.String CRYSTAL_ENTERPRISE_REPORTS
CRYSTAL_ENTERPRISE_HOME instead
crystal.enterprise.reports
Key for specifying the BusinessObjects Enterprise reports folder. This property specifies the path to the report plugin directory. This enables the SDK to find the reportadd executable so that the application server can create a new process to add or refresh report objects.
public static final java.lang.String CRYSTAL_ENTERPRISE_HOME
BOBJ_ENTERPRISE_HOME instead.
crystal.enterprise.home
Key for specifying the location where BusinessObjects Enterprise products are installed if they are
not installed to the default directory..
Use this key to specify a path such as C:\program files\crystal decisions\Enterprise.
public static final java.lang.String BOBJ_ENTERPRISE_HOME
bobj.enterprise.home
Key for specifying the location where BusinessObjects Enterprise products are installed if they are
not installed to the default directory..
Use this key to specify a path such as C:\Program Files\Business Objects\BusinessObjects Enterprise 11.
public static final java.lang.String CRYSTAL_ENTERPRISE_JAVASDK_HOME
CRYSTAL_ENTERPRISE_HOME instead
crystal.enterprise.javasdk.home
Key for specifying BusinessObjects Enterprise Java SDK home. This property is used to set the path to the "JavaSDK" directory that is created upon installation, so that the system can find the servicemanagerjni.dll used to start and stop Windows based servers.
public static final java.lang.String CRYSTAL_COMMON
BOBJ_COMMON instead.
crystal.common
Key for specifying the location where all Business Objects products are installed on Windows if the common files are not installed in the default directory.
public static final java.lang.String BOBJ_COMMON
bobj.common
Key for specifying the location where all Business Objects products are installed on Windows if the common files are not installed in the default directory.
public static final java.lang.String UNIX_BSHELL
unix.bshell
Key for specifying the Bourne shell path. This is only necessary if the Bourne shell is not installed to the default directory. (Unix only)
public static final java.lang.String ORB_THREADMODEL
public static final java.lang.String ORB_THREADMODEL_BLOCKING
public static final java.lang.String ORB_THREADMODEL_THREADED
public static final java.lang.String ORB_PORT
public static final java.lang.String ORB_OCI_PROTOCOL
public static final java.lang.String ORB_OCI_PROTOCOL_SSL
public static final java.lang.String ORB_OCI_PROTOCOL_IIOP
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||