Index

Object HARMONI.LoadBalancer


Variable Index

 o CRYSTAL7
Crystal 7 Server Type
 o CRYSTAL9
Crystal 9 Server Type
 o LOAD_FACTOR
 
 o MODIFIED_LOAD_FACTOR
 
 o ROUND_ROBIN
 
 o WORD
Word Server Type

Method Index

 o getConnectedClient(int, String)
Returns a reference to a connected HarmoniApplicationClient object using the default load channel name "harmoni_loadbalancer_p" the supplied algorithm constant, the default medium priority,the default archiving option of false and the default idletimeout option of false. Deprecated
 o getConnectedClient(String)
Returns a reference to a connected HarmoniApplicationClient object using the default load channel name "pcre_loadbalancer_p" the default load balancing algorithm of load-factor, the default medium priority,the default archiving option of false and the default idletimeout option of false. Deprecated
 o getConnectedClient(String, int, int, String)
Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name, algorithm constant and priority. Deprecated
 o getConnectedClient(String, int, int, String, boolean, boolean)
Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name, the supplied algorithm constant the supplied priority constant, ture if filereturn is to be archived false otherwise and true if idletimeout is to be disabled false otherwise. Deprecated
 o getConnectedClient(String, int, String)
Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name and the supplied algorithm constant. Deprecated
 o getConnectedClient(String, String)
Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name, default medium priority the default load balancing algorithm of load-factor the default archiving option of false and the default idletimeout option of false. Deprecated
 o getReportServerName()
Returns the ip address of the report server to use using the default load channel name and the default load balancing algorithm of load-factor. Deprecated
 o getReportServerName(int)
Returns the ip address of the report server to use using the default load channel name and the supplied load balancing algorithm (LoadBalancer constant). Deprecated
 o getReportServerName(LoadBalanceInfo, int)
Returns the ip address of the report server to use using the default load channel name and the supplied LoadBalanceInfo object. Deprecated
 o getReportServerName(String)
Returns the ip address of the report server to use using the supplied load channel name and the default load balancing algorithm of load-factor. Deprecated
 o getReportServerName(String, int)
Returns the ip address of the report server to use using the supplied load channel name and the supplied load balancing algorithm (LoadBalancer constant). Deprecated
 o setOrb(ORB)
 

Field Detail

 o LOAD_FACTOR
int LOAD_FACTOR
 o ROUND_ROBIN
int ROUND_ROBIN
 o MODIFIED_LOAD_FACTOR
int MODIFIED_LOAD_FACTOR
 o CRYSTAL7
String CRYSTAL7
          Crystal 7 Server Type
 o CRYSTAL9
String CRYSTAL9
          Crystal 9 Server Type
 o WORD
String WORD
          Word Server Type

Method Detail

 o getConnectedClient
HarmoniApplicationClient getConnectedClient(String svrType)
Note: getConnectedClient() is deprecated.As of Harmoni 1.0, replaced by HarmoniApplicationClient.ConnectUsingLoadBalance(String serverType, LoadBalanceInfo lb)

          Returns a reference to a connected HarmoniApplicationClient object using the default load channel name "pcre_loadbalancer_p" the default load balancing algorithm of load-factor, the default medium priority,the default archiving option of false and the default idletimeout option of false. It is not necessary to call the connect method on the client object.

 o getConnectedClient
HarmoniApplicationClient getConnectedClient(int algorithm,
                                            String svrType)
Note: getConnectedClient() is deprecated.As of Harmoni 1.0, replaced by HarmoniApplicationClient.ConnectUsingLoadBalance(String serverType, LoadBalanceInfo lb)

          Returns a reference to a connected HarmoniApplicationClient object using the default load channel name "harmoni_loadbalancer_p" the supplied algorithm constant, the default medium priority,the default archiving option of false and the default idletimeout option of false. It is not necessary to call the connect method on the client object.

 o getConnectedClient
HarmoniApplicationClient getConnectedClient(String chnlName,
                                            String svrType)
Note: getConnectedClient() is deprecated.As of Harmoni 1.0, replaced by HarmoniApplicationClient.ConnectUsingLoadBalance(String serverType, LoadBalanceInfo lb)

          Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name, default medium priority the default load balancing algorithm of load-factor the default archiving option of false and the default idletimeout option of false. It is not necessary to call the connect method on the client object.

 o getConnectedClient
HarmoniApplicationClient getConnectedClient(String chnlName,
                                            int algorithm,
                                            String svrType)
Note: getConnectedClient() is deprecated.As of Harmoni 1.0, replaced by HarmoniApplicationClient.ConnectUsingLoadBalance(String serverType, LoadBalanceInfo lb)

          Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name and the supplied algorithm constant. Default priority is set to medium, the default archiving option is set to false and the default idletimeout option is set to false. It is not necessary to call the connect method on the client object.

 o getConnectedClient
HarmoniApplicationClient getConnectedClient(String chnlName,
                                            int algorithm,
                                            int priority,
                                            String svrType)
Note: getConnectedClient() is deprecated.As of Harmoni 1.0, replaced by HarmoniApplicationClient.ConnectUsingLoadBalance(String serverType, LoadBalanceInfo lb)

          Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name, algorithm constant and priority. the default archiving option of false and the default idletimeout option of false. It is not necessary to call the connect method on the client object.

 o getConnectedClient
HarmoniApplicationClient getConnectedClient(String channel,
                                            int algorithm,
                                            int priority,
                                            String svrType,
                                            boolean fileArchive,
                                            boolean idletimeout)
Note: getConnectedClient() is deprecated.As of Harmoni 1.0, replaced by HarmoniApplicationClient.ConnectUsingLoadBalance(String serverType, LoadBalanceInfo lb)

          Returns a reference to a connected HarmoniApplicationClient object using the supplied channel name, the supplied algorithm constant the supplied priority constant, ture if filereturn is to be archived false otherwise and true if idletimeout is to be disabled false otherwise. It is not necessary to call the connect method on the client object.

 o getReportServerName
String getReportServerName()
Note: getReportServerName() is deprecated.As of Parallel Crystal 2.6, replaced by getConnectedClient()

          Returns the ip address of the report server to use using the default load channel name and the default load balancing algorithm of load-factor.

 o getReportServerName
String getReportServerName(int algorithm)
Note: getReportServerName() is deprecated.As of Parallel Crystal 2.6, replaced by getConnectedClient(int)

          Returns the ip address of the report server to use using the default load channel name and the supplied load balancing algorithm (LoadBalancer constant).

 o getReportServerName
String getReportServerName(String chnlName)
Note: getReportServerName() is deprecated.As of Parallel Crystal 2.6, replaced by getConnectedClient(String)

          Returns the ip address of the report server to use using the supplied load channel name and the default load balancing algorithm of load-factor.

 o getReportServerName
String getReportServerName(LoadBalanceInfo lb,
                           int priority)
Note: getReportServerName() is deprecated.As of Parallel Crystal 2.6, replaced by getConnectedClient(String)

          Returns the ip address of the report server to use using the default load channel name and the supplied LoadBalanceInfo object.

 o getReportServerName
String getReportServerName(String chnlName,
                           int algorithm)
Note: getReportServerName() is deprecated.As of Parallel Crystal 2.6, replaced by getConnectedClient(String, int)

          Returns the ip address of the report server to use using the supplied load channel name and the supplied load balancing algorithm (LoadBalancer constant).

 o setOrb
void setOrb(ORB neworb)

Index