org.wso2.carbon.device.mgt.mobile.config.datasource
Class JNDILookupDefinition

java.lang.Object
  extended by org.wso2.carbon.device.mgt.mobile.config.datasource.JNDILookupDefinition

public class JNDILookupDefinition
extends Object

Class for hold JndiLookupDefinition of mobile-config.xml at parsing with JAXB.


Nested Class Summary
static class JNDILookupDefinition.JNDIProperty
           
 
Constructor Summary
JNDILookupDefinition()
           
 
Method Summary
 String getJndiName()
           
 List<JNDILookupDefinition.JNDIProperty> getJndiProperties()
           
 void setJndiName(String jndiName)
           
 void setJndiProperties(List<JNDILookupDefinition.JNDIProperty> jndiProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDILookupDefinition

public JNDILookupDefinition()
Method Detail

getJndiName

public String getJndiName()

setJndiName

public void setJndiName(String jndiName)

getJndiProperties

public List<JNDILookupDefinition.JNDIProperty> getJndiProperties()

setJndiProperties

public void setJndiProperties(List<JNDILookupDefinition.JNDIProperty> jndiProperties)


Copyright © 2015 WSO2. All rights reserved.