Dashboard Builder Commons 6.0.0.Final

org.jboss.dashboard.database
Interface Persistent

All Known Implementing Classes:
DataSourceEntry, JDBCDataSourceEntry, JNDIDataSourceEntry

public interface Persistent

A persistent entity. i.e: it can be saved, updated and deleted.


Method Summary
 void delete()
           
 boolean isPersistent()
           
 void save()
           
 void update()
           
 

Method Detail

save

void save()
          throws Exception
Throws:
Exception

update

void update()
            throws Exception
Throws:
Exception

delete

void delete()
            throws Exception
Throws:
Exception

isPersistent

boolean isPersistent()

Dashboard Builder Commons 6.0.0.Final

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.