Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Properties of a proxy

&pagelevel(5)&pagelevel

The following table contains all the properties of a proxy.

The meanings and values permitted for the various properties can be found in the Management Console online help system under
Managing BeanConnect Proxies – Managing a Proxy via context menu – Editing the properties of a proxy
and under:
Adding BeanConnect Proxies to the Management Console – Expert mode – Adding a Proxy, Timer Settings/ Performance Settings.

Keyword (key) in MC-CLI 1

Field name in the GUI 1

Funct. 1

Property value 1

admin-port

MC-CmdHandler
Listener Port

g / m

(String numeric)

api-mode

Application Program
Interface Mode / API Mode

g / mc)

BcDef.API_MODE_xxx 2

appl-process-title

Container Application
Process Title

g / m

(String)

cluster.cluster-name

(Node in navigation tree
via proxy)

gb)

(String)

cluster.ip-address

IP-Address

gb)

(String)

cluster.is-administrable

Administrable

gb)

BcDef.ADM_STATE_xxx 2

cluster.is-master

Master

gb)

BcDef.BOOL_xxx 2

dir

Container Directory

g

(String)

host

Host

g2

(String)

id

ID

g

(String)

name

Name

g / m

(String)

partner-type

Possible EIS Partner Type

g / mc)

BcDef.PTYPE_xxx 2

performance.modify-
start-par

Modify Standard
Start Parameter

g / mc)

BcDef.BOOL_xxx 2

performance.nbr-par-
inb-rfc1006-conns

Number of Parallel Connections:
Inbound Rfc1006

g / mc)

(String numeric)

performance.nbr-par-
inb-sock-conns

Number of Parallel Connections:
Inbound Socket

g/ mc)

(String numeric)

performance.nbr-par-
inb-upic-conns

Number of Parallel Connections:
Inbound Upic

g/mc)

(String numeric)

performance.nbr-par-
outb-conns

Number of Parallel Connections:
Outbound

gc)

(String numeric)

performance.proxy-
cache-size

Proxy Container Storage
Area Size: Cache

g / mc)

(String numeric)

performance.proxy-
mode

Proxy Container Mode
F(ast) / S(ecure) ?

g / mc)

BcDef.APPLI_MODE_xxx 2

performance.proxy-
nbr-asyn-tasks

Number of Proxy Container
Processes: For Asynchronous Jobs

g / mc)

(String numeric)

performance.proxy-
nbr-tasks

Number of Proxy Container
Processes: Total

g / mc)

(String numeric)

performance.proxy-
pagepool-size

Proxy Container Storage
Area Size: page pool

g / mc)

(String numeric)

port

Container ort

g

(String numeric)

run-user-id

Container Run UserID

g / me)

(String)

start-as-win-service

Start as a service

g / md)

BcDef.BOOL_xxx 2

timer.asyn-conf.sec

Asynchronous Confirmation

g / mc)

(String numeric)

timer.eis-partner-
reconnect.min

EIS Partner Reconnect

g / mc)

(String numeric)

timer.prep-to-
commit.sec

Prepare To Commit

g / mc)

(String numeric)

timer.ra-check

Resource Adapter Check Interval

g / mc)

(String numeric)

timer.ra-connect-
time.sec

Resource Adapter Connection Time

g / mc)

(String numeric)

timer.shutdown-
time.min

Shutdown Time

g / mc)

(String numeric)

timer.ta-comm.sec

Transaction Inbound Communication

g / mc)

(String numeric)

timer.
ta-out-comm.sec

Transaction Outbound Communication

g/ mc)

(String numerisch)

win-service-name

Windows Service Name

gd)

(String)

1 For the meanings of the columns and abbreviations, see Properties

2 The possible values of xxx can be found in the JavaDoc (Java class BcDef) in the JavaDoc subdirectory of the Management Console installation directory.

Notes (general)

  • The password and security level can only be modified via the Management Console's graphical user interface (e.g. it is not possible to read and modify the property Admin User Password at the MC-CLI). To ensure secure access to the configuration, it is advisable not to store the password permanently but to specify it each time a proxy object is accessed. To do this, you use the function authenticate().

  • The property General/Automatic Availability Check – Time Interval (sec) is not available in MC-CLI since no automatic checks are performed in MC-CLI.

Notes on the indices a) to f) in the tables

a)

The property host cannot be modified.

b)

The properties are only output with the prefix "cluster." if the proxy object belongs to a proxy cluster.

c)

If the proxy object belongs to a proxy cluster then neither the properties with the prefix "timer." and "performance." nor the properties partner-typ and api-mode can be modified with BcAdminProxy.modifyProperties(). These properties must be modified using BcAdminProxyCluster.modifyProperties().

d)

The properties start-as-win-service and win-service-name are not available for proxies on Linux systems (they cannot be read or modified).

e)

When a new proxy is added or a reinstallation is performed, the property run-user-id must be set. Otherwise it is not possible to execute the perform() function.