public class DefaultProfileManager extends Object implements ProfileManager
ProfileManager implementation| Constructor and Description |
|---|
DefaultProfileManager(ProfileTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSerializedProfile()
Retrieves serialized profile
|
void |
setProfileContainer(ProfileContainer container)
Sets profile container implemented by the user.
|
void |
updateProfile()
Force sync of updated profile with server
|
public DefaultProfileManager(ProfileTransport transport)
public void setProfileContainer(ProfileContainer container)
ProfileManagersetProfileContainer in interface ProfileManagercontainer - User-defined containerAbstractProfileContainerpublic byte[] getSerializedProfile()
throws IOException
ProfileManagergetSerializedProfile in interface ProfileManagerIOExceptionpublic void updateProfile()
ProfileManagerupdateProfile in interface ProfileManagerCopyright © 2015. All rights reserved.