org.microemu.microedition.io
Class PushRegistryImpl
java.lang.Object
org.microemu.microedition.io.PushRegistryImpl
- All Implemented Interfaces:
- org.microemu.microedition.Implementation, org.microemu.microedition.io.PushRegistryDelegate
public class PushRegistryImpl
- extends java.lang.Object
- implements org.microemu.microedition.io.PushRegistryDelegate, org.microemu.microedition.Implementation
Default empty implemenation
- Author:
- vlads
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PushRegistryImpl
public PushRegistryImpl()
getFilter
public java.lang.String getFilter(java.lang.String connection)
- Specified by:
getFilter in interface org.microemu.microedition.io.PushRegistryDelegate
getMIDlet
public java.lang.String getMIDlet(java.lang.String connection)
- Specified by:
getMIDlet in interface org.microemu.microedition.io.PushRegistryDelegate
listConnections
public java.lang.String[] listConnections(boolean available)
- Specified by:
listConnections in interface org.microemu.microedition.io.PushRegistryDelegate
registerAlarm
public long registerAlarm(java.lang.String midlet,
long time)
throws java.lang.ClassNotFoundException,
javax.microedition.io.ConnectionNotFoundException
- Specified by:
registerAlarm in interface org.microemu.microedition.io.PushRegistryDelegate
- Throws:
java.lang.ClassNotFoundException
javax.microedition.io.ConnectionNotFoundException
registerConnection
public void registerConnection(java.lang.String connection,
java.lang.String midlet,
java.lang.String filter)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Specified by:
registerConnection in interface org.microemu.microedition.io.PushRegistryDelegate
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
unregisterConnection
public boolean unregisterConnection(java.lang.String connection)
- Specified by:
unregisterConnection in interface org.microemu.microedition.io.PushRegistryDelegate
Copyright © 2001-2009 MicroEmulator Team. All Rights Reserved.