it.imolinfo.jbi4cics.locator
Interface ServiceLocation

All Known Implementing Classes:
SimpleLocation

public interface ServiceLocation

Author:
raffaele

Field Summary
static int CICS
           
static int DUMMY
           
static int IMS
           
static int JDBC
           
 
Method Summary
 int getConnectionType()
           
 java.lang.String getLocationName()
          Restituisce il nome della locazione: nel caso di CICS, IMS, JDBC, e JMS rappresenta il nome jndi, nel caso di JACADA rappresenta il nome del connection pool.
 

Field Detail

DUMMY

static final int DUMMY
See Also:
Constant Field Values

CICS

static final int CICS
See Also:
Constant Field Values

IMS

static final int IMS
See Also:
Constant Field Values

JDBC

static final int JDBC
See Also:
Constant Field Values
Method Detail

getLocationName

java.lang.String getLocationName()
Restituisce il nome della locazione: nel caso di CICS, IMS, JDBC, e JMS rappresenta il nome jndi, nel caso di JACADA rappresenta il nome del connection pool.

Returns:
String The location name

getConnectionType

int getConnectionType()
Returns:
The connection type


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.