urn:infinispan:config:5.1
complexType executorFactory

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:infinispan:config:5.1}executorFactory (restriction)

Properties
This component is not nillable.

Model
<...
  factory = xs:string>
properties?
</...>


Nested Element Summary
tns:propertiesproperties
          Add key/value property pair to this factory configuration. 

Attribute Summary
 xs:stringfactory
          Fully qualified class name of the ExecutorFactory to use. 

Attribute Detail

factory

Fully qualified class name of the ExecutorFactory to use. Must implement org.infinispan.executors.ExecutorFactory

Type:
xs:string
Use:
optional
Form:
unqualified

Local Usage
infinispan

Source
<xs:complexType name="executorFactory">
<xs:sequence>
<xs:element minOccurs="0" name="properties" type="tns:properties">
</xs:element>
</xs:sequence>
<xs:attribute name="factory" type="xs:string">
</xs:attribute>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.