KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ozoneDB > embed > jboss > OzoneServiceMBean


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
// Copyright (C) 1997-@year@ by Per Nyfelt. All rights reserved.
5
//
6
// $Id: OzoneServiceMBean.java,v 1.2 2003/11/29 16:19:28 per_nyfelt Exp $
7
package org.ozoneDB.embed.jboss;
8
9 import org.jboss.system.ServiceMBean;
10
11 /**
12  *
13  * <br> Date: Sep 3, 2002
14  * @author Per Nyfelt
15  */

16 public interface OzoneServiceMBean extends ServiceMBean {
17
18     public String JavaDoc getDbLocation();
19     public void setDbLocation(String JavaDoc dbLocation);
20 }
21
Popular Tags