public class SmsCommands extends Object implements org.eclipse.osgi.framework.console.CommandProvider, org.springframework.osgi.context.BundleContextAware
Modifier and Type | Class and Description |
---|---|
class |
SmsCommands.CallNotification |
class |
SmsCommands.GatewayStatusNotification |
class |
SmsCommands.InboundNotification |
class |
SmsCommands.OutboundNotification |
Constructor and Description |
---|
SmsCommands(org.osgi.service.cm.ConfigurationAdmin configAdmin)
Constructor for SmsCommands.
|
Modifier and Type | Method and Description |
---|---|
Object |
_checkMessages(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_checkMessages
|
Object |
_configureSmsService(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_configureSmsService
|
Object |
_debug(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_debug
|
Object |
_initializePort(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_initializePort
|
Object |
_listPorts(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_listPorts
|
Object |
_paxLog(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_paxLog
|
Object |
_showConfigs(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_showConfigs
|
Object |
_smsPing(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_smsPing
|
Object |
_smsSend(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_smsSend
|
List<org.smslib.InboundMessage> |
checkMessages()
checkMessages
|
org.osgi.framework.BundleContext |
getBundleContext()
getBundleContext
|
String |
getHelp()
getHelp
|
Enumeration<org.smslib.helper.CommPortIdentifier> |
listPorts()
listPorts
|
void |
setBundleContext(org.osgi.framework.BundleContext m_context) |
void |
smsSend(org.smslib.OutboundMessage msg)
smsSend
|
void |
stopService()
stopService
|
void |
unused_ussdSend(org.eclipse.osgi.framework.console.CommandInterpreter intp)
unused_ussdSend
|
public SmsCommands(org.osgi.service.cm.ConfigurationAdmin configAdmin)
Constructor for SmsCommands.
configAdmin
- a ConfigurationAdmin
object.public void stopService()
stopService
public void smsSend(org.smslib.OutboundMessage msg)
smsSend
msg
- a OutboundMessage
object.public List<org.smslib.InboundMessage> checkMessages()
checkMessages
List
object.public Object _smsPing(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_smsPing
intp
- a CommandInterpreter
object.Object
object.public Object _smsSend(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_smsSend
intp
- a CommandInterpreter
object.Object
object.public void unused_ussdSend(org.eclipse.osgi.framework.console.CommandInterpreter intp)
unused_ussdSend
intp
- a CommandInterpreter
object.public Object _checkMessages(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_checkMessages
intp
- a CommandInterpreter
object.Object
object.public Object _listPorts(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_listPorts
intp
- a CommandInterpreter
object.Object
object.public Enumeration<org.smslib.helper.CommPortIdentifier> listPorts()
listPorts
Enumeration
object.public Object _initializePort(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_initializePort
intp
- a CommandInterpreter
object.Object
object.public Object _debug(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_debug
intp
- a CommandInterpreter
object.Object
object.public Object _showConfigs(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_showConfigs
intp
- a CommandInterpreter
object.Object
object.public Object _configureSmsService(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_configureSmsService
intp
- a CommandInterpreter
object.Object
object.public Object _paxLog(org.eclipse.osgi.framework.console.CommandInterpreter intp)
_paxLog
intp
- a CommandInterpreter
object.Object
object.public String getHelp()
getHelp
getHelp
in interface org.eclipse.osgi.framework.console.CommandProvider
String
object.public void setBundleContext(org.osgi.framework.BundleContext m_context)
setBundleContext
in interface org.springframework.osgi.context.BundleContextAware
public org.osgi.framework.BundleContext getBundleContext()
getBundleContext
BundleContext
object.Copyright © 2015. All Rights Reserved.