public class UDPAdaptor extends AbstractAdaptor
adaptorID, control, dest, type
Constructor and Description |
---|
UDPAdaptor() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentStatus()
Return the adaptor's state Should not include class name or byte
offset, which are written by caller.
|
String |
parseArgs(String s) |
void |
send(byte[] buf,
DatagramPacket dp) |
long |
shutdown(AdaptorShutdownPolicy shutdownPolicy)
Signals this adaptor to come to an orderly stop.
|
void |
start(long offset) |
deregisterAndStop, getType, hardStop, parseArgs, shutdown, start
public void send(byte[] buf, DatagramPacket dp) throws InterruptedException, IOException
InterruptedException
IOException
public String parseArgs(String s)
parseArgs
in class AbstractAdaptor
public void start(long offset) throws AdaptorException
start
in class AbstractAdaptor
AdaptorException
public String getCurrentStatus()
Adaptor
public long shutdown(AdaptorShutdownPolicy shutdownPolicy) throws AdaptorException
Adaptor
AdaptorException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.