Dashboard Builder Commons 6.2.0.CR3

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.2.0.CR3

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