com.ingenotech.hudson
Interface Connection

All Known Implementing Classes:
TCPConnection, UDPConnection

public interface Connection

Socket connection to a LavaLampController


Field Summary
static java.lang.String NAME
           
static java.lang.String PING
           
static java.lang.String QUIT
           
static java.lang.String RESULT
           
 
Method Summary
 void close()
           
 java.lang.String getServerIdent()
           
 void open()
           
 boolean ping()
           
 void sendResult(java.lang.String buildName, hudson.model.Result result)
           
 

Field Detail

PING

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

NAME

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

RESULT

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

QUIT

static final java.lang.String QUIT
See Also:
Constant Field Values
Method Detail

open

void open()
          throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

ping

boolean ping()
             throws java.io.IOException
Throws:
java.io.IOException

getServerIdent

java.lang.String getServerIdent()

sendResult

void sendResult(java.lang.String buildName,
                hudson.model.Result result)


Copyright © 2010. All Rights Reserved.