cgl.narada.transport.ipsec
Class IPSecTunnelInfo

java.lang.Object
  extended by cgl.narada.transport.ipsec.IPSecTunnelInfo

public class IPSecTunnelInfo
extends Object

Encapsulates data related to the IPSec Tunnel


Constructor Summary
IPSecTunnelInfo(String hostname, String rule, String policy, String secret)
           
 
Method Summary
 String getHostname()
           
 String getPolicy()
           
 String getRule()
           
protected  String getSecret()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPSecTunnelInfo

public IPSecTunnelInfo(String hostname,
                       String rule,
                       String policy,
                       String secret)
Method Detail

getHostname

public String getHostname()

getRule

public String getRule()

getPolicy

public String getPolicy()

getSecret

protected String getSecret()


For comments and suggestions please send e-mail to The NaradaBrokering Project