de.starface.integration.uci.java.v30.ucp.messages.events
Interface UcpConnectionEvents


@RpcInterface(value="ucp.v30.events.connection")
@UciService(value="ucp.v30.events.connection")
public interface UcpConnectionEvents

This interface defines the UCP connection events that can be received by UCI clients. This is a UCP addition to the standard UCI events used for UCP connection handling.


Field Summary
static String SERVICE_NAME
          The UCI service name used for this interface
 
Method Summary
 void reset()
          STARFACE wants to reset the UCP connection and doesn't send any further calls to the client.
 

Field Detail

SERVICE_NAME

static final String SERVICE_NAME
The UCI service name used for this interface

See Also:
Constant Field Values
Method Detail

reset

void reset()
STARFACE wants to reset the UCP connection and doesn't send any further calls to the client.



Copyright © 2012 STARFACE GmbH. All rights reserved.