Guvnor web application Drools 6.0.0-SNAPSHOT

Uses of Class
org.drools.guvnor.client.asseteditor.drools.serviceconfig.SessionType

Packages that use SessionType
org.drools.guvnor.client.asseteditor.drools.serviceconfig   
 

Uses of SessionType in org.drools.guvnor.client.asseteditor.drools.serviceconfig
 

Methods in org.drools.guvnor.client.asseteditor.drools.serviceconfig that return SessionType
 SessionType ServiceKSessionConfig.getType()
           
static SessionType SessionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionType[] SessionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.guvnor.client.asseteditor.drools.serviceconfig with parameters of type SessionType
 void ServiceKSessionConfig.setType(SessionType type)
           
 

Constructors in org.drools.guvnor.client.asseteditor.drools.serviceconfig with parameters of type SessionType
ServiceKSessionConfig(String name, String url, SessionType type, ProtocolOption protocol, MarshallingOption marshalling, ClockType clockType, Boolean keepReference, Map<ListenerType,Set<String>> listeners)
           
 


Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.