Sun Adapter for SNA LU62 API

com.stc.connector.snalu62.inbound
Interface SNAInboundConfiguration.SNAInboundConnectionEstablish

Enclosing interface:
SNAInboundConfiguration

public static interface SNAInboundConfiguration.SNAInboundConnectionEstablish

The configuration object for inbound ConnectionEstablish section. For more description of each method, please see the corresponding online help on the eWay configuration editor GUI.

Version:
cvs revision: $Revision: 1.5 $ Last Modified: $Date: 2007/12/12 00:11:34 $
Author:
Harry Liu (harryliu@seebeyond.com)

Method Summary
 int getMaxConnectionRetries()
          Gets MaxConnectionRetries
 long getRetryConnectionInterval()
          Gets RetryConnectionInterval
 void setMaxConnectionRetries(int aMaxConnectionRetries)
          Sets MaxConnectionRetries
 void setRetryConnectionInterval(long aRetryConnectionInterval)
          Sets RetryConnectionInterval
 void validate()
          Validates inbound ConnectionEstablish section
 

Method Detail

getMaxConnectionRetries

int getMaxConnectionRetries()
Gets MaxConnectionRetries

Returns:
MaxConnectionRetries

getRetryConnectionInterval

long getRetryConnectionInterval()
Gets RetryConnectionInterval

Returns:
RetryConnectionInterval

setMaxConnectionRetries

void setMaxConnectionRetries(int aMaxConnectionRetries)
                             throws SNAApplicationException
Sets MaxConnectionRetries

Parameters:
aMaxConnectionRetries - The MaxConnectionRetries to set
Throws:
SNAApplicationException - up on error

setRetryConnectionInterval

void setRetryConnectionInterval(long aRetryConnectionInterval)
                                throws SNAApplicationException
Sets RetryConnectionInterval

Parameters:
aRetryConnectionInterval - The RetryConnectionInterval to set
Throws:
SNAApplicationException - up on error

validate

void validate()
              throws SNAApplicationException
Validates inbound ConnectionEstablish section

Throws:
SNAApplicationException - up on error

Sun Adapter for SNA LU62 API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.