KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > tools > OPP > OPPRemote


1 // You can redistribute this software and/or modify it under the terms of
2
// the Ozone Library License version 1 published by ozone-db.org.
3
//
4
// The original code and portions created by SMB are
5
// Copyright (C) 1997-@year@ by SMB GmbH. All rights reserved.
6
//
7
// $Id: OPPRemote.java,v 1.5 2003/11/01 18:08:39 ohlrogge Exp $
8
package org.ozoneDB.tools.OPP;
9
10 import java.lang.reflect.Method JavaDoc;
11
12 public interface OPPRemote extends org.ozoneDB.OzoneRemote {
13     public void makeHeader() throws Exception JavaDoc;
14
15     public String JavaDoc signature(Method JavaDoc m);
16 }
Popular Tags