de::gsi::bel::value::ValueModelFactory Class Reference

List of all members.

Public Member Functions

ValueModel getValueModel (String name, String host, int port) throws IOException
ValueModel getValueModel (String name, String host, int port, int flag) throws IOException
Override void run ()

Static Public Member Functions

static final ValueModelFactory getInstance ()

Static Public Attributes

static final int DEFAULT = 0x00
static final int PERSISTENT = 0x01

Detailed Description

Author:
huhmann


Member Function Documentation

static final ValueModelFactory de::gsi::bel::value::ValueModelFactory::getInstance (  )  [inline, static]

Returns the factory for a value model

Returns:
factory

ValueModel de::gsi::bel::value::ValueModelFactory::getValueModel ( String  name,
String  host,
int  port,
int  flag 
) throws IOException [inline]

Retrieves a value model of a UV server

Parameters:
name name of the model
host host of the UV server
port port of the UV server
flag The mode to set: The mode PERSISTENT sets up a persistent connection to server (alpha version feature). In mode DEFAULT the client is informed about lost connection.
Returns:
value model
Exceptions:
IOException 

ValueModel de::gsi::bel::value::ValueModelFactory::getValueModel ( String  name,
String  host,
int  port 
) throws IOException [inline]

Retrieves a value model of a UV server

Parameters:
name name of the model
host host of the UV server
port port of the UV server
Returns:
value model
Exceptions:
IOException 


The documentation for this class was generated from the following file:
Generated on 4 Mar 2014 for valuejava by  doxygen 1.4.7