org.ow2.jasmine.deployme.v2.generated
Class JrmpType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.JrmpType

public class JrmpType
extends Object

Describe CAROL JRMP configuration. Example:

Java class for jrmpType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="jrmpType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="port" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="jndiLocalCallOptimisation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="localRegistry" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean jndiLocalCallOptimisation
           
protected  Boolean localRegistry
           
protected  Long port
           
 
Constructor Summary
JrmpType()
           
 
Method Summary
 Long getPort()
          Gets the value of the port property.
 Boolean isJndiLocalCallOptimisation()
          Gets the value of the jndiLocalCallOptimisation property.
 Boolean isLocalRegistry()
          Gets the value of the localRegistry property.
 void setJndiLocalCallOptimisation(Boolean value)
          Sets the value of the jndiLocalCallOptimisation property.
 void setLocalRegistry(Boolean value)
          Sets the value of the localRegistry property.
 void setPort(Long value)
          Sets the value of the port property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

protected Long port

jndiLocalCallOptimisation

protected Boolean jndiLocalCallOptimisation

localRegistry

protected Boolean localRegistry
Constructor Detail

JrmpType

public JrmpType()
Method Detail

getPort

public Long getPort()
Gets the value of the port property.

Returns:
possible object is Long

setPort

public void setPort(Long value)
Sets the value of the port property.

Parameters:
value - allowed object is Long

isJndiLocalCallOptimisation

public Boolean isJndiLocalCallOptimisation()
Gets the value of the jndiLocalCallOptimisation property.

Returns:
possible object is Boolean

setJndiLocalCallOptimisation

public void setJndiLocalCallOptimisation(Boolean value)
Sets the value of the jndiLocalCallOptimisation property.

Parameters:
value - allowed object is Boolean

isLocalRegistry

public Boolean isLocalRegistry()
Gets the value of the localRegistry property.

Returns:
possible object is Boolean

setLocalRegistry

public void setLocalRegistry(Boolean value)
Sets the value of the localRegistry property.

Parameters:
value - allowed object is Boolean


Copyright © 2012 OW2 Consortium. All Rights Reserved.