NzaeConnectionPoint Interface reference

Netezza Analytic Executables.

Connection Point This interface is used to build a fully qualified connection name based on the supplied properties.

Public Member functions

String buildFileTypeName()
Gets the Connection Point file name.
void close()
Frees up the Connection Point.
int getDataSliceId()
Gets the Connection Point dataslice ID.
String getName()
Gets the Connection Point name.
int getRemoteDataSliceId()
Gets the Remote Dataslice ID used in the launcher.
String getRemoteName()
Gets the Remote Name used in the launcher.
int getRemoteSessionId()
Gets the Remote Session ID used in the launcher.
long getRemoteTransactionId()
Gets the Remote Transaction ID used in the launcher.
int getSessionId()
Gets the Connection Point session ID.
long getTransactionId()
Gets the Connection Point Transaction ID.
void setDataSliceId(int dataSliceId)
Sets the Connection Point dataslice ID.
void setName(String name)
Sets the Connection Point name.
void setSessionId(int sessionId)
Sets the Connection Point session ID.
void setTransactionId(long transactionId)
Sets the Connection Point Transaction ID.

Public Member functions

String buildFileTypeName()
Gets the Connection Point file name.
Returns

The file name.

void close()
Frees up the Connection Point.
int getDataSliceId()
Gets the Connection Point dataslice ID.
Returns

The dataslice ID.

String getName()
Gets the Connection Point name.
Returns
The name.
int getRemoteDataSliceId()
Gets the Remote Dataslice ID used in the launcher.
Returns
The remote dataslice ID or -1 if not set.
String getRemoteName()
Gets the Remote Name used in the launcher.
Returns
The remote name or an empty string if not set.
int getRemoteSessionId()
Gets the Remote Session ID used in the launcher.
Returns
The remote session ID or -1 if not set.
long getRemoteTransactionId()
Gets the Remote Transaction ID used in the launcher.
Returns
The remote transaction ID or -1 if not set.
int getSessionId()
Gets the Connection Point session ID.
Returns
The session ID.
long getTransactionId()
Gets the Connection Point Transaction ID.
Returns
The transaction ID.
void setDataSliceId(int dataSliceId)
Sets the Connection Point dataslice ID.
Parameters
  • dataSliceId

    The data slice ID.

    Controls whether the connection point uses the dataslice ID.

void setName(String name)
Sets the Connection Point name.
Parameters
  • name

    The connection point name.

    A name must always be set.

void setSessionId(int sessionId)
Sets the Connection Point session ID.
Parameters
  • sessionId

    The session ID.

    Controls whether the connection point uses the session ID.

void setTransactionId(long transactionId)
Sets the Connection Point Transaction ID.
Parameters
  • transactionId

    The transaction ID.

    Controls whether the connection point uses the transaction ID.