com.componio.jlicensure.server
Interface Accepter


public interface Accepter

The accepter should actively wait for license request (for example by opening a network socket) and pass on the requests to the given JLicensureServer implementation.


Method Summary
 void setProperties(java.util.Properties properties)
          Additional properties may be set through this method, usually before the start method is called.
 void start(CommandHandler handler)
          Start receiving commands and pass them on to the given command handler.
 

Method Detail

start

void start(CommandHandler handler)
Start receiving commands and pass them on to the given command handler.


setProperties

void setProperties(java.util.Properties properties)
Additional properties may be set through this method, usually before the start method is called.

Parameters:
properties - properties