Hello.java :  » Database-DBMS » Ozone-1.1 » db » Java Open Source

Java Open Source » Database DBMS » Ozone 1.1 
Ozone 1.1 » db » Hello.java
package db;

import java.util.ArrayList;

import org.ozoneDB.OzoneRemote;

public interface Hello extends OzoneRemote {

    public void setGreeting(String greeting); /*update*/

    public String getGreeting();
} //end of db.Hello interface
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.