|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InboundDestinationConfiguration
InboundDestinationConfiguration encapsulates all the parameters that configure a receiver Destination created with DestinationFactory class.
| Field Summary | ||
|---|---|---|
static byte |
CONFIG_TYPE_BES
BES configuration type (for BES messages) |
|
static byte |
CONFIG_TYPE_BPS
BPS configuration type (for BPS messages) |
|
static byte |
CONFIG_TYPE_IPC
IPC configuration type (for Local messages) |
|
| Method Summary | ||
|---|---|---|
byte |
getType()
Retrieve the configuration type |
|
boolean |
isAutoStart()
Return whether or not this application will be auto-started when messages are delivered to this destination |
|
boolean |
isExclusiveMode()
Attempts by other applications to create receiver destination for this URI will throw an exception. |
|
boolean |
isPersistentMode()
Indicates whether or not the Communication API will store Message objects for this destination in
persistent storage after they have been received. |
|
| Field Detail |
|---|
static final byte CONFIG_TYPE_IPC
static final byte CONFIG_TYPE_BES
static final byte CONFIG_TYPE_BPS
| Method Detail |
|---|
boolean isAutoStart()
boolean isExclusiveMode()
boolean isPersistentMode()
Message objects for this destination in
persistent storage after they have been received. If "Persistence Mode" is true, messages are persisted on
the device and will survive device reboot. If "Persistent Mode" is false, all received messages are stored
in the memory and will be lost on device reboot if application didn't have an opportunity to process them.
The functionality for "Persistent Mode ON" is not supported in BlackBerry Java SDK 6.0 and the method will
always return "false".
true if enabled; false otherwise.byte getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.