Package | Description |
---|---|
java.lang |
MID Profile Language Classes included from Java 2 Standard
Edition.
|
javax.microedition.io |
MID Profile includes networking support based on the
Generic Connection framework from the
Connected, Limited Device Configuration. |
Modifier and Type | Method and Description |
---|---|
static Class |
Class.forName(String className)
Returns the
Class object associated with the class
with the given string name. |
Modifier and Type | Method and Description |
---|---|
static long |
PushRegistry.registerAlarm(String midlet,
long time)
Register a time to launch the specified application.
|
static void |
PushRegistry.registerConnection(String connection,
String midlet,
String filter)
Register a dynamic connection with the
application management software.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.