public class RemoteService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME |
| Constructor and Description |
|---|
RemoteService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteBean(String id) |
protected void |
finalize() |
String |
getDefaultSynchroCode() |
static RemoteService |
getInstance(ContentContext ctx) |
RemoteBean |
getRemote(String id) |
Collection<RemoteBean> |
getRemotes() |
void |
stopService() |
void |
updateRemove(RemoteBean remote) |
public static final String MODULE_NAME
public static RemoteService getInstance(ContentContext ctx) throws Exception
Exceptionpublic boolean deleteBean(String id)
public void updateRemove(RemoteBean remote) throws IOException
IOExceptionpublic RemoteBean getRemote(String id)
public Collection<RemoteBean> getRemotes()
public String getDefaultSynchroCode()
protected void finalize()
throws Throwable
public void stopService()
Copyright © 2012-2018. All Rights Reserved.