|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.util.BlackberryConfiguration
public class BlackberryConfiguration
Container class for blackberry configurations. It provides information over the configuration to be used in order to have a working connection over blackberry based systems. This class implements the serializable interface as it is useful for eventual persistent implementation. This is also the reason why the constructor is explicitly defined.
Constructor Summary | |
---|---|
BlackberryConfiguration()
Default public empty constructor. |
Method Summary | |
---|---|
void |
deserialize(java.io.DataInputStream in)
Implementation of the Serializable interface method |
java.lang.String |
getDescription()
Accessor method to get this configuration description |
int |
getPermission()
Accessor method to get the permission field of this class |
java.lang.String |
getUrlParameters()
Accessor method to get the urlParameters field of this configuration |
void |
serialize(java.io.DataOutputStream out)
Implementation of the Serializable interface method |
void |
setDescription(java.lang.String description)
Accessor method to set this configuration's description |
void |
setPermission(int permission)
Accessor method to set the permission field of this configuration |
void |
setUrlParameters(java.lang.String urlParameters)
Accessor method to set the urlParameters for this configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlackberryConfiguration()
Method Detail |
---|
public int getPermission()
public void setPermission(int permission)
permission
- is the permission to be set for this configurationpublic java.lang.String getUrlParameters()
public void setUrlParameters(java.lang.String urlParameters)
urlParameters
- is the parameter string to be set for connections
requestspublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- new description for this configurationpublic void serialize(java.io.DataOutputStream out) throws java.io.IOException
serialize
in interface Serializable
out
- is the DataOutputStream where this class' fields must be
serialized
java.io.IOException
public void deserialize(java.io.DataInputStream in) throws java.io.IOException
deserialize
in interface Serializable
in
- is the DataInputStream to be read in order to deserialize this
class into a BlackberryConfiguration object
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |