Package jade.imtp.leap.JICP
Interface JICPMediatorManager
-
- All Known Implementing Classes:
JICPServer
public interface JICPMediatorManager- Author:
- Giovanni Caire - Telecom Italia LAB S.p.A.
-
-
Field Summary
Fields Modifier and Type Field Description static StringLEAP_PROPERTY_FILEstatic StringLEAP_PROPERTY_FILE_DEFAULTstatic StringPDP_CONTEXT_MANAGER_CLASS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegisterMediator(String mediatorId)Deregister a given mediator from this JICPMediatorManagerStringgetLocalHost()Retrieve the local host of this JICPMediatorManagerintgetLocalPort()Retrieve the local port of this JICPMediatorManager
-
-
-
Field Detail
-
LEAP_PROPERTY_FILE
static final String LEAP_PROPERTY_FILE
- See Also:
- Constant Field Values
-
PDP_CONTEXT_MANAGER_CLASS
static final String PDP_CONTEXT_MANAGER_CLASS
- See Also:
- Constant Field Values
-
LEAP_PROPERTY_FILE_DEFAULT
static final String LEAP_PROPERTY_FILE_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
deregisterMediator
void deregisterMediator(String mediatorId)
Deregister a given mediator from this JICPMediatorManager
-
getLocalHost
String getLocalHost()
Retrieve the local host of this JICPMediatorManager
-
getLocalPort
int getLocalPort()
Retrieve the local port of this JICPMediatorManager
-
-