List of usage examples for java.lang Module subclass-usage
From source file autohit.call.modules.SimpleHttpModule.java
/**
* Simple http module. There is a client/per session at this time. The property
* "wire" sets if the very noisy HttpClient wire logging is turned on or not.
* the most recent instantiation of this module will set the HttpClient property
* for all instances.
*
From source file com.kyne.webby.rtk.modules.WebbyRTKModule.java
public class WebbyRTKModule extends Module implements RTKListener { // Interface to Bukkit Plugin and RemoteToolkit private BukkitInterface bukkitInterface; private RTKInterface rtkInterface;
From source file autohit.call.modules.TolerantSmtpModule.java
/**
* Tolerant SMTP module. There is a client/per module at this time. This one
* supports streaming and will not throw faults on every error. <code>
* start(address,optional{port}) start an SMTP session<br>
* login(optional{hostname}) login to peer<br>
* sender(address) set the sender with address<br>
From source file autohit.call.modules.SimpleSmtpModule.java
/**
* Simple SMTP module. There is a client/per module at this time. <code>
* start(address,optional{port}) start an SMTP session<br>
* login(optional{hostname}) login to peer<br>
* sender(address) set the sender with address<br>
* addsenderrelay(address) add to the sender relay path<br>
From source file org.marketcetera.strategy.StrategyModule.java
/**
* Strategy Agent implementation for the <code>Strategy</code> module.
* <p>
* Module Features
* <table>
* <tr><th>Capabilities</th><td>Data Emitter, Data Receiver, Data Flow Requester</td></tr>