|
What this is
Other links
The source code
/* CVS ID: $Id: StatusServer.java,v 1.1.1.1 2002/10/02 18:42:51 wastl Exp $ */
package net.wastl.webmail.server;
/**
* StatusServer.java
*
* A Server object that can return a status message.
*
* Created: Sun Dec 31 16:07:04 2000
*
* @author Sebastian Schaffert
* @version
*/
public interface StatusServer {
/**
* Return a status message.
*/
public String getStatus();
} // StatusServer
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.