Tabnine Logo
JBossDDObjectFactory.getValue
Code IndexAdd Tabnine to your IDE (free)

How to use
getValue
method
in
org.jboss.ejb3.metamodel.JBossDDObjectFactory

Best Java code snippets using org.jboss.ejb3.metamodel.JBossDDObjectFactory.getValue (Showing top 20 results out of 315)

origin: org.jboss/jboss-metadata

public void setValue(MessageDestination destination, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("message-destination-name"))
 {
   destination.setMessageDestinationName(getValue(localName, value));
 }
 else if (localName.equals("jndi-name"))
 {
   destination.setJndiName(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

public void setValue(MessageDestination destination, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("message-destination-name"))
 {
   destination.setMessageDestinationName(getValue(localName, value));
 }
 else if (localName.equals("jndi-name"))
 {
   destination.setJndiName(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

public void setValue(ResourceManager manager, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("res-name"))
 {
   manager.setResourceName(getValue(localName, value));
 }
 else if (localName.equals("res-jndi-name"))
 {
   manager.setResourceJndiName(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

public void setValue(XmlAnnotation xmlAnnotation, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("annotation-class"))
 {
   xmlAnnotation.setAnnotationClass(getValue(localName, value));
 }
 else if (localName.equals("annotation-implementation-class"))
 {
   xmlAnnotation.setAnnotationImplementationClass(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

public void setValue(XmlAnnotation xmlAnnotation, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("annotation-class"))
 {
   xmlAnnotation.setAnnotationClass(getValue(localName, value));
 }
 else if (localName.equals("annotation-implementation-class"))
 {
   xmlAnnotation.setAnnotationImplementationClass(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

public void setValue(NameValuePair property, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("activation-config-property-name") || localName.equals("message-driven-config-property-name") || localName.equals("property-name"))
 {
   property.setName(getValue(localName, value));
 }
 else if (localName.equals("activation-config-property-value") || localName.equals("message-driven-config-property-value") || localName.equals("property-value"))
 {
   property.setValue(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

public void setValue(NameValuePair property, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("activation-config-property-name") || localName.equals("message-driven-config-property-name") || localName.equals("property-name"))
 {
   property.setName(getValue(localName, value));
 }
 else if (localName.equals("activation-config-property-value") || localName.equals("message-driven-config-property-value") || localName.equals("property-value"))
 {
   property.setValue(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

public void setValue(ResourceManager manager, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("res-name"))
 {
   manager.setResourceName(getValue(localName, value));
 }
 else if (localName.equals("res-jndi-name"))
 {
   manager.setResourceJndiName(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(Producer producer, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("class"))
 {
   producer.setClassName(getValue(localName, value));
 }
 else if (localName.equals("connection-factory"))
 {
   producer.setConnectionFactory(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(Method method, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("method-name"))
 {
   method.setMethodName(getValue(localName, value));
 }
 else if (localName.equals("transaction-timeout"))
 {
   method.setTransactionTimeout(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(Method method, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("method-name"))
 {
   method.setMethodName(getValue(localName, value));
 }
 else if (localName.equals("transaction-timeout"))
 {
   method.setTransactionTimeout(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(Producer producer, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("class"))
 {
   producer.setClassName(getValue(localName, value));
 }
 else if (localName.equals("connection-factory"))
 {
   producer.setConnectionFactory(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(ClusterConfig config, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("load-balance-policy"))
 {
   config.setLoadBalancePolicy(getValue(localName, value));
 }
 else if (localName.equals("partition-name"))
 {
   config.setPartition(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(SecurityRoleMetaData srm, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("role-name"))
 {
   srm.setRoleName(getValue(localName, value));
 }
 else if (localName.equals("principal-name"))
 {
   srm.addPrincipalName(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(ClusterConfig config, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("load-balance-policy"))
 {
   config.setLoadBalancePolicy(getValue(localName, value));
 }
 else if (localName.equals("partition-name"))
 {
   config.setPartition(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(SecurityRoleMetaData srm, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("role-name"))
 {
   srm.setRoleName(getValue(localName, value));
 }
 else if (localName.equals("principal-name"))
 {
   srm.addPrincipalName(getValue(localName, value));
 }
}
origin: org.jboss.ws/jbossws-jboss510-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(PoolConfig config, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("pool-class"))
 {
   config.setPoolClass(getValue(localName, value));
 }
 else if (localName.equals("pool-max-size"))
 {
   config.setMaxSize(getValue(localName, value));
 }
 else if (localName.equals("pool-timeout"))
 {
   config.setTimeout(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(MessageProperties properties, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("delivery"))
 {
   properties.setDelivery(getValue(localName, value));
 }
 else if (localName.equals("class"))
 {
   properties.setClassName(getValue(localName, value));
 }
 else if (localName.equals("priority"))
 {
   properties.setPriority(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(EjbJarDD dd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("security-domain"))
 {
   dd.setSecurityDomain(getValue(localName, value));
 }
 else if (localName.equals("unauthenticated-principal"))
 {
   dd.setUnauthenticatedPrincipal(getValue(localName, value));
 }
 else if (localName.equals("jmx-name"))
 {
   dd.setJmxName(getValue(localName, value));
 }
}
origin: org.jboss/jboss-metadata

/**
* Called when a child element with simple content is read for DD.
*/
public void setValue(PoolConfig config, UnmarshallingContext navigator, String namespaceURI, String localName, String value)
{
 if (localName.equals("pool-class"))
 {
   config.setPoolClass(getValue(localName, value));
 }
 else if (localName.equals("pool-max-size"))
 {
   config.setMaxSize(getValue(localName, value));
 }
 else if (localName.equals("pool-timeout"))
 {
   config.setTimeout(getValue(localName, value));
 }
}
org.jboss.ejb3.metamodelJBossDDObjectFactorygetValue

Popular methods of JBossDDObjectFactory

  • <init>
  • newEnvRefGroupChild

Popular in Java

  • Running tasks concurrently on multiple threads
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • getResourceAsStream (ClassLoader)
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now