org.ow2.petals.microkernel.api.configuration
Class JndiConfiguration

java.lang.Object
  extended by org.ow2.petals.microkernel.api.configuration.JndiConfiguration

public class JndiConfiguration
extends Object

This class holds the global topology information.

Since:
3.0
Author:
Charles Casadei - EBM WebSourcing

Constructor Summary
JndiConfiguration()
           
 
Method Summary
 boolean equals(Object obj)
           
 int getJndiBatchSize()
           
 String getJndiFactory()
           
 int getJndiPoolSize()
           
 URI getJndiProviderUrl()
           
 String getJndiSecurityCredentials()
           
 String getJndiSecurityPrincipal()
           
 int hashCode()
           
 void setJndiBatchSize(int batchSize)
           
 void setJndiFactory(String jndiFactory)
           
 void setJndiPoolSize(int poolSize)
           
 void setJndiProviderUrl(URI jndiProviderUrl)
           
 void setJndiSecurityCredentials(String jndiSecurityCredentials)
           
 void setJndiSecurityPrincipal(String jndiSecurityPrincipal)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JndiConfiguration

public JndiConfiguration()
Method Detail

getJndiFactory

public String getJndiFactory()

getJndiProviderUrl

public URI getJndiProviderUrl()

getJndiSecurityPrincipal

public String getJndiSecurityPrincipal()

getJndiSecurityCredentials

public String getJndiSecurityCredentials()

getJndiPoolSize

public int getJndiPoolSize()

getJndiBatchSize

public int getJndiBatchSize()

setJndiFactory

public void setJndiFactory(String jndiFactory)

setJndiProviderUrl

public void setJndiProviderUrl(URI jndiProviderUrl)

setJndiSecurityPrincipal

public void setJndiSecurityPrincipal(String jndiSecurityPrincipal)

setJndiSecurityCredentials

public void setJndiSecurityCredentials(String jndiSecurityCredentials)

setJndiPoolSize

public void setJndiPoolSize(int poolSize)

setJndiBatchSize

public void setJndiBatchSize(int batchSize)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2005-2015 Linagora. All Rights Reserved.