com.sun.jini.compat.harness
Interface BasicClientAdmin

All Superinterfaces:
BasicAdmin
All Known Implementing Classes:
DefaultClientAdmin

public interface BasicClientAdmin
extends BasicAdmin

An interface for the basic administration of a client. Developers wishing to automate the testing of their client need to implement this interface. A Jini(TM) technology client is an program that goes through discovery to find a lookup service. Currently this is mostly a marker interface with the name of the category included. The BasicClientAdmin implementation class is expected to have a constructor that either takes no arguments or takes a String as an argument.


Field Summary
static java.lang.String CATEGORY
           
 
Methods inherited from interface com.sun.jini.compat.harness.BasicAdmin
getAddress, setConfig, start, stop
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
See Also:
Constant Field Values


Copyright 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.