com.sun.enterprise.config.serverbeans
Interface SshConnector

All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface SshConnector
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

A cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck
 
Method Summary
 SshAuth getSshAuth()
           
 java.lang.String getSshHost()
          Gets the value of the sshhost property.
 java.lang.String getSshPort()
          Gets the value of the sshport property.
 void setSshAuth(SshAuth auth)
           
 void setSshHost(java.lang.String value)
          Sets the value of the sshhost property.
 void setSshPort(java.lang.String value)
          Sets the value of the sshport property.
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getSshPort

java.lang.String getSshPort()
Gets the value of the sshport property.

Returns:
possible object is String

setSshPort

void setSshPort(java.lang.String value)
                throws java.beans.PropertyVetoException
Sets the value of the sshport property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getSshHost

java.lang.String getSshHost()
Gets the value of the sshhost property.

Returns:
possible object is String

setSshHost

void setSshHost(java.lang.String value)
                throws java.beans.PropertyVetoException
Sets the value of the sshhost property.

Parameters:
value - allowed object is String
Throws:
java.beans.PropertyVetoException

getSshAuth

SshAuth getSshAuth()

setSshAuth

void setSshAuth(SshAuth auth)


Copyright © 2012 GlassFish Community. All Rights Reserved.