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.
- 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.