WebSphere HATS - Problems with BusinessLogicInfo

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere HATS > January 2006 > Problems with BusinessLogicInfo





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Problems with BusinessLogicInfo
raulhsj

2006-01-13, 11:48 am

Hi!
I know that in XML code of Macros, there are three HTML variables
$HTMLSessionUtil.getHost()$
$HTMLSessionUtil.getLabel()$
$HTMLSessionUtil.getName()$

I want to get this three values with the blInfo object of a BussinesLogicInfo class. Do you know where are these values related on blInfo ?
(f.ex.)
XXX xxx = blInfo.getConnectionHashtable().get("xxx");
xxx.getHost();
xxx.getLabel();
xxx.getName();

Thaks

RHJ

Pd. I'm trying with
com.ibm.eNetwork.beans.HOD.Session
with this code... ( i keep trying )
com.ibm.eNetwork.beans.HOD.Session hses = ( com.ibm.eNetwork.beans.HOD.Session )blInfo.getConnectionHashtable().get("xxx");
String macro_host = hses.getProperties().getProperty(Session.HOST);
String macro_label = hses.getProperties ().getProperty(Session.SSO_LOCAL_ID);
String macro_name = hses.getProperties().getProperty(Session.SSO_NETWORK_ID );
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com