Package jade.imtp.leap.nio
Interface BEManagementHelper
-
- All Superinterfaces:
ServiceHelper
public interface BEManagementHelper extends ServiceHelper
Helper interface to the BEManagementService. By means of this helper an agent can retrieve a number of properties associated to the split containers attached to the underlying BEManagementService.
In particular theFRONT_END_HOSTkey maps to the IP address of the device where the front end is running.- Author:
- Giovanni Caire - TILAB
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECTEDstatic StringFRONT_END_HOSTKey to be specified to retrieve the IP address of the device the front end of a given split container is running.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProperty(String containerName, String key)-
Methods inherited from interface jade.core.ServiceHelper
init
-
-
-
-
Field Detail
-
FRONT_END_HOST
static final String FRONT_END_HOST
Key to be specified to retrieve the IP address of the device the front end of a given split container is running.- See Also:
- Constant Field Values
-
CONNECTED
static final String CONNECTED
- See Also:
- Constant Field Values
-
-