public interface IBeceemWimaxFactoryService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigDirectory()
Reports name of configuration directory.
|
IBeceemWimaxService |
obtainWimaxService(int ifaceNumber)
Provides an instance of IBeceemWimaxService
|
IBeceemWimaxService |
obtainWimaxService(int ifaceNumber,
java.util.Properties cfgProperties,
java.util.Properties wimaxProperties) |
void |
releaseWimaxService(int ifaceNo)
Releases IBeceemWimaxService
|
static final java.lang.String SERVICE_NAME
IBeceemWimaxService obtainWimaxService(int ifaceNumber)
ifaceNumber
- - interface number as int
IBeceemWimaxService obtainWimaxService(int ifaceNumber, java.util.Properties cfgProperties, java.util.Properties wimaxProperties) throws java.lang.Exception
ifaceNumber
- - interface number as int
cfgProperties
- - configuration properties as Properties
wimaxProperties
- - WiMAX properties as Properties
java.lang.Exception
void releaseWimaxService(int ifaceNo) throws java.lang.Exception
ifaceNo
- - interface number as int
java.lang.Exception
java.lang.String getConfigDirectory()
String
Copyright © 2009 Eurotech Inc. All rights reserved.