org.limitless.nmc.Client
Interface NMCStringDataDestination

All Known Implementing Classes:
MuckOutputDestination

public interface NMCStringDataDestination

This allows us to send strings to a MU of some sort.

Author:
Brian Jones

Nested Class Summary
static interface NMCStringDataDestination.Factory
          This creates an object that implements the destination interface.
 
Method Summary
 void close()
          Call this when done!
 void put(java.lang.String data)
          Send the data properly formatted to the target MU.
 

Method Detail

put

void put(java.lang.String data)
         throws NMCConnectionLost
Send the data properly formatted to the target MU.

Parameters:
data -
Throws:
NMCConnectionLost

close

void close()
Call this when done!



Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.