Package org.javlo.module.remote
Class RemoteService
- java.lang.Object
-
- org.javlo.module.remote.RemoteService
-
public class RemoteService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringMODULE_NAME
-
Constructor Summary
Constructors Constructor Description RemoteService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandeleteBean(String id)protected voidfinalize()StringgetDefaultSynchroCode()static RemoteServicegetInstance(ContentContext ctx)RemoteBeangetRemote(String id)Collection<RemoteBean>getRemotes()voidstopService()voidupdateRemove(RemoteBean remote)
-
-
-
Field Detail
-
MODULE_NAME
public static final String MODULE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static RemoteService getInstance(ContentContext ctx) throws Exception
- Throws:
Exception
-
deleteBean
public boolean deleteBean(String id)
-
updateRemove
public void updateRemove(RemoteBean remote) throws IOException
- Throws:
IOException
-
getRemote
public RemoteBean getRemote(String id)
-
getRemotes
public Collection<RemoteBean> getRemotes()
-
getDefaultSynchroCode
public String getDefaultSynchroCode()
-
finalize
protected void finalize() throws Throwable
-
stopService
public void stopService()
-
-