org.ow2.jonas.deployment.rar
Class JonasConnectorDesc

java.lang.Object
  extended by org.ow2.jonas.deployment.rar.JonasConnectorDesc
All Implemented Interfaces:
Serializable

public class JonasConnectorDesc
extends Object
implements Serializable

This class defines the implementation of the element jonas-connector

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
JonasConnectorDesc(JonasConnector jc)
          Constructor
 
Method Summary
 JdbcConnParamsDesc getJdbcConnParamsDesc()
          Gets the jdbc-conn-params
 String getJndiName()
          Gets the jndiname
 List getJonasActivationspecList()
          Gets the jonas-activationspec
 List getJonasAdminobjectList()
          Gets the jonas-adminobject
 List getJonasConfigPropertyList()
          Gets the jonas-config-property
 List getJonasConnectionDefinitionList()
          Gets the jonas-connection-definition
 JonasSecurityMappingDesc getJonasSecurityMappingDesc()
          Gets the jonas-security-mapping
 String getLogEnabled()
          Gets the log-enabled
 String getLogTopic()
          Gets the log-topic
 String getNativeLib()
          Gets the native-lib
 PoolParamsDesc getPoolParamsDesc()
          Gets the pool-params
 String getRarlink()
          Gets the rarlink
 TmParamsDesc getTmParamsDesc()
          Gets the tm-params
 boolean isSetup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JonasConnectorDesc

public JonasConnectorDesc(JonasConnector jc)
Constructor

Method Detail

getJndiName

public String getJndiName()
Gets the jndiname

Returns:
the jndiname

getRarlink

public String getRarlink()
Gets the rarlink

Returns:
the rarlink

getNativeLib

public String getNativeLib()
Gets the native-lib

Returns:
the native-lib

getLogEnabled

public String getLogEnabled()
Gets the log-enabled

Returns:
the log-enabled

getLogTopic

public String getLogTopic()
Gets the log-topic

Returns:
the log-topic

getPoolParamsDesc

public PoolParamsDesc getPoolParamsDesc()
Gets the pool-params

Returns:
the pool-params

getJdbcConnParamsDesc

public JdbcConnParamsDesc getJdbcConnParamsDesc()
Gets the jdbc-conn-params

Returns:
the jdbc-conn-params

getJonasConfigPropertyList

public List getJonasConfigPropertyList()
Gets the jonas-config-property

Returns:
the jonas-config-property

getJonasConnectionDefinitionList

public List getJonasConnectionDefinitionList()
Gets the jonas-connection-definition

Returns:
the jonas-connection-definition

getJonasActivationspecList

public List getJonasActivationspecList()
Gets the jonas-activationspec

Returns:
the jonas-activationspec

getJonasAdminobjectList

public List getJonasAdminobjectList()
Gets the jonas-adminobject

Returns:
the jonas-adminobject

getJonasSecurityMappingDesc

public JonasSecurityMappingDesc getJonasSecurityMappingDesc()
Gets the jonas-security-mapping

Returns:
the jonasSecurityMapping

getTmParamsDesc

public TmParamsDesc getTmParamsDesc()
Gets the tm-params

Returns:
the tm-params

isSetup

public boolean isSetup()


Copyright © 2010 OW2 Consortium. All Rights Reserved.