public class JcrBlogImpl extends Object implements JcrBlogMXBean
| Constructor and Description |
|---|
JcrBlogImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
initBlog(String blog) |
void |
registerInJMX() |
void |
resetDataStore()
Removes all data and creates initial structure for the blogging system.
|
void |
unregisterFromJMX() |
@PostConstruct public void registerInJMX()
@PreDestroy public void unregisterFromJMX()
public void initBlog(String blog) throws JcrBlogException
initBlog in interface JcrBlogMXBeanJcrBlogExceptionpublic void resetDataStore()
throws JcrBlogException
JcrBlogMXBeanresetDataStore in interface JcrBlogMXBeanJcrBlogExceptionCopyright © 2013. All rights reserved.