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 String
MODULE_NAME
-
Constructor Summary
Constructors Constructor Description RemoteService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
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()
-
-