Push technology?

Is there a way in J2me to implement a push technology for telephone? Are there some APIs to reading SMS or better to be notified when a SMS is received? Is there a way to open a listening socket?
[209 byte] By [a.ferrari] at [2007-9-26 2:47:20]
# 1

If you are referring to somekind of download of this jad and jar files to the clients, there's i-mode already implements in Japan....

I am no knowledge of an API with SMS,Agenda,... functionality. It will be good if you have in the future somekind of JavaPhone API....

Marco Caetano

Marco.Caetano at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
For a push thechnology I mean the way a external program (like a Trading on line application) can call a Midlet application to notify some events (like a price threshold or a submitted order)
a.ferrari at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
Hi,Push methods are not part of the MIDP 1.0 specification. Only if the implementation has additional options you can implements something push.Best regards :-)
alteris at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
I'd look at Thread and the StreamConnectionNotifier.
cbaldys at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
You've all my atention :))))))Tell us the secret...Marco
Marco.Caetano at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 6
Ok for StreamConnectionNotifier or DatagramConnection but this implies a IP network (and so a IP address). If my MIDP device implementation supports StreamConnectionNotifier or DatagramConnection do I have always a IP address despite the network barrier (i.e for wireless GSM,GPRS,...)?
a.ferrari at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 7
I enjoy tapping your brain remotely.Can I also use this method to wake up my timer midlet the momentmy voice-call outgoing is created or connected from the network connect moment.In Midp1 and midp2.If you can direct me you will be my hero
Hugomagic at 2007-6-29 10:31:55 > top of Java-index,Java Mobility Forums,Java ME Technologies...