Appendix A Java API to C API Mapping


The SmartSockets Java Class Library includes Java wrappers for many SmartSockets C functions. This appendix shows how these Java methods map to the original C function. This can help you look up the C function for more information on the API in general. See the TIBCO SmartSockets Application Programming Interface for complete documentation of all C functions.

Topics

Table 6 Interface TipcConnClient

Java Method Name
C Function Name
Comments and Exceptions
addDefaultCb
TipcConnDefaultCbCreate
 
addErrorCb
TipcConnErrorCbCreate
 
addProcessCb
TipcConnProcessCbCreate
 
addQueueCb
TipcConnQueueCbCreate
 
addReadCb
TipcConnReadCbCreate
 
addWriteCb
TipcConnWriteCbCreate
 
check
TipcConnCheck
 
destroy
TipcConnDestroy
 
flush
TipcConnFlush
 
getArch
TipcConnGetArch
 
getAutoFlushSize
TipcConnGetAutoFlushSize
 
getBlockMode
TipcConnGetBlockMode
 
getDefaultControlCb
 
No parallel C function exists.
getDefaultGmdFailureCb
 
No parallel C function exists.
getGmdDir
TipcGetGmdDir
 
getGmdNumPending
TipcConnGetGmdNumPending
 
getNode
TipcConnGetNode
 
getNumQueued
TipcConnGetNumQueued
 
getOption
 
No parallel C function exists.
getOptionBool
 
No parallel C function exists.
getOptionDouble
 
No parallel C function exists.
getOptionInt
 
No parallel C function exists.
getOptionStr
 
No parallel C function exists.
getPid
TipcConnGetPid
 
getProperties
 
No parallel C function exists.
getQueueSize
 
No parallel C function exists.
getReadBufferSize
TipcConnBufferGetReadSize
 
getTimeout
TipcConnGetTimeout
 
getTrafficBytesRecv
TipcConnTrafficGetBytesRecv
 
getTrafficBytesSent
TipcConnTrafficGetBytesSent
 
getTrafficMsgsRecv
TipcConnTrafficGetMsgsRecv
 
getTrafficMsgsSent
TipcConnTrafficGetMsgsSent
 
getUniqueSubject
TipcConnGetUniqueSubject
 
getUser
TipcConnGetUser
 
getWriteBufferSize
TipcConnBufferGetWriteSize
 
gmdFileDelete
TipcConnGmdFileDelete
 
gmdMsgAck
 
No parallel C function exists.
gmdMsgDelete
TipcConnGmdMsgDelete
 
gmdMsgResend
TipcConnGmdMsgResend
 
gmdResend
TipcConnGmdResend
 
insert
TipcConnMsgInsert
 
keepAlive
TipcConnKeepAlive
 
loadOptionsFile
 
No parallel C function exists.
loadOptionsStream
 
No parallel C function exists.
loadOptionsURL
 
No parallel C function exists.
lookupDefaultCb
TipcConnDefaultCbLookup
 
lookupErrorCb
TipcConnErrorCbLookup
 
lookupProcessCb
TipcConnProcessCbLookup
 
lookupQueueCb
TipcConnQueueCbLookup
 
lookupReadCb
TipcConnReadCbLookup
 
lookupWriteCb
TipcConnWriteCbLookup
 
mainLoop
TipcConnMainLoop
 
makeSubjectAbsolute
 
No parallel C function exists.
next
TipcConnMsgNext
 
process
TipcConnMsgProcess
 
read
TipcConnRead
 
removeDefaultCb
 
No parallel C function exists.
removeErrorCb
 
No parallel C function exists.
removeProcessCb
 
No parallel C function exists.
removeQueueCb
 
No parallel C function exists.
removeReadCb
 
No parallel C function exists.
removeWriteCb
 
No parallel C function exists.
search
TipcConnMsgSearch
 
searchType
TipcConnMsgSearchType
 
send
TipcConnMsgSend
 
sendRpc
TipcConnMsgSendRpc
 
setAutoFlushSize
TipcConnSetAutoFlushSize
 
setOption
 
No parallel C function exists.
setTimeout
TipcConnSetTimeout
 

Table 7 Interface TipcConnServer

Java Method Name
C Function Name
Comments and Exceptions
accept
TipcConnAccept
 
destroy
 
No parallel C function exists.

Table 8 Class TipcMon

Java Method Name
C Function Name
clientBufferPoll
TipcMonClientBufferPoll
clientCbPoll
TipcMonClientCbPoll
clientCpuPoll
TipcMonClientCpuPoll
clientExtPoll
TipcMonClientExtPoll
clientGeneralPoll
TipcMonClientGeneralPoll
clientInfoPoll
TipcMonClientInfoPoll
clientMsgTrafficPoll
TipcMonClientMsgTrafficPoll
clientMsgTypePoll
TipcMonClientMsgTypePoll
clientNamesNumPoll
TipcMonClientNamesNumPoll
clientNamesPoll
TipcMonClientNamesPoll
clientOptionPoll
TipcMonClientOptionPoll
clientSubjectPoll
TipcMonClientSubjectPoll
clientSubscribeNumPoll
TipcMonClientSubscribeNumPoll
clientSubscribePoll
TipcMonClientSubscribePoll
clientTimePoll
TipcMonClientTimePoll
getClientCongestionWatch
TipcMonClientCongestionGetWatch
getClientBufferWatch
TipcMonClientBufferGetWatch
getClientMsgRecvWatch
TipcMonClientMsgRecvGetWatch
getClientMsgSendWatch
TipcMonClientMsgSendGetWatch
getClientNamesWatch
TipcMonClientNamesGetWatch
getClientSubscribeWatch
TipcMonClientSubscribeGetWatch
getClientTimeWatch
TipcMonClientTimeGetWatch
getIdentStr
TipcMonGetIdentStr
getProjectNamesWatch
TipcMonProjectNamesGetWatch
getServerCongestionWatch
TipcMonServerCongestionGetWatch
getServerConnWatch
TipcMonServerConnGetWatch
getServerMaxClientLicensesWatch
TipcMonServerMaxClientLicensesGetWatch
getServerNamesWatch
TipcMonServerNamesGetWatch
getSubjectNamesWatch
TipcMonSubjectNamesGetWatch
getSubjectSubscribeWatch
TipcMonSubjectSubscribeGetWatch
projectNamesPoll
TipcMonProjectNamesPoll
serverBufferPoll
TipcMonServerBufferPoll
serverConnPoll
TipcMonServerConnPoll
serverCpuPoll
TipcMonServerCpuPoll
serverGeneralPoll
TipcMonServerGeneralPoll
serverMsgTrafficPoll
TipcMonServerMsgTrafficPoll
serverNamesPoll
TipcMonServerNamesPoll
serverOptionPoll
TipcMonServerOptionPoll
serverRoutePoll
TipcMonServerRoutePoll
serverTimePoll
TipcMonServerTimePoll
setClientBufferWatch
TipcMonClientBufferSetWatch
setClientCongestionWatch
TipcMonClientCongestionSetWatch
setClientMsgRecvWatch
TipcMonClientMsgRecvSetWatch
setClientMsgSendWatcg
TipcMonClientMsgSendSetWatch
setClientNamesWatch
TipcMonClientNamesSetWatch
setClientSubscribeWatch
TipcMonClientSubscribeSetWatch
setClientTimeWatch
TipcMonClientTimeSetWatch
setIdentStr
TipcMonSetIdentStr
setProjectNamesWatch
TipcMonProjectNamesSetWatch
setServerCongestionWatch
TipcMonServerCongestionSetWatch
setServerConnWatch
TipcMonServerConnSetWatch
setServerMaxClientLicensesWatch
TipcMonServerMaxClientLicensesSetWatch
setServerNamesWatch
TipcMonServerNamesSetWatch
setSubjectNamesWatch
TipcMonSubjectNamesSetWatch
setSubjectSubscribeWatch
TipcMonSubjectSubscribeSetWatch
subjectNamesPoll
TipcMonSubjectNamesPoll
subjectSubscribePoll
TipcMonSubjectSubscribePoll

Table 9 Class TipcMonExt

Java Method Name
C Function Name
delete
TipcMonExtDelete
setBinary
TipcMonExtSetBinary
setBool
TipcMonExtSetBool
setBoolArray
TipcMonExtSetBoolArray
setInt2
TipcMonExtSetInt2
setInt2Array
TipcMonExtSetInt2Array
setInt4
TipcMonExtSetInt4
setInt4Array
TipcMonExtSetInt4Array
setInt8
TipcMonExtSetInt8
setInt8Array
TipcMonExtSetInt8Array
setReal4
TipcMonExtSetReal4
setReal4Array
TipcMonExtSetReal4Array
setReal8
TipcMonExtSetReal8
setReal8Array
TipcMonExtSetReal8Array
setStr
TipcMonExtSetStr
setStrArray
TipcMonExtSetStrArray
setUtf8
TipcMonExtSetUtf8
setUtf8Array
TipcMonExtSetUtf8Array

Table 10 Interface TipcMsg

Java Method Name
C Function Name
Comments and Exceptions
ack
TipcMsgAck
 
addNamedBinary
TipcMsgAddNamedBinary
 
addNamedBool
TipcMsgAddNamedBool
 
addNamedBoolArray
TipcMsgAddNamedBoolArray
 
addNamedByte
TipcMsgAddNamedByte
 
addNamedChar
TipcMsgAddNamedChar
 
addNamedGuid
 
No parallel C function exists.
addNamedGuidArray
 
No parallel C function exists.
addNamedInt2
TipcMsgAddNamedInt2
 
addNamedInt2Array
TipcMsgAddNamedInt2Array
 
addNamedInt4
TipcMsgAddNamedInt4
 
addNamedInt4Array
TipcMsgAddNamedInt4Array
 
addNamedInt8
TipcMsgAddNamedInt8
 
addNamedInt8Array
TipcMsgAddNamedInt8Array
 
addNamedMsg
TipcMsgAddNamedMsg
 
addNamedMsgArray
TipcMsgAddNamedMsgArray
 
addNamedMsgId
 
No parallel C function exists.
addNamedMsgIdArray
 
No parallel C function exists.
addNamedObject
 
No parallel C function exists.
addNamedReal4
TipcMsgAddNamedReal4
 
addNamedReal4Array
TipcMsgAddNamedReal4Array
 
addNamedReal8
TipcMsgAddNamedReal8
 
addNamedReal8Array
TipcMsgAddNamedReal8Array
 
addNamedStr
TipcMsgAddNamedStr
 
addNamedStrArray
TipcMsgAddNamedStrArray
 
addNamedTimestamp
TipcMsgAddNamedTimestamp
 
addNamedTimestampArray
TipcMsgAddNamedTimestamp
Array
 
addNamedUnknown
TipcMsgAddNamedUnknown
 
addNamedUtf8
TipcMsgAddNamedUtf8
 
addNamedUtf8Array
TipcMsgAddNamedUtf8Array
 
addNamedXml
TipcMsgAddNamedXml
 
appendBinary
TipcMsgAppendBinary
 
appendBool
TipcMsgAppendBool
 
appendBoolArray
TipcMsgAppendBoolArray
 
appendByte
TipcMsgAppendByte
 
appendChar
TipcMsgAppendChar
 
appendGuid
 
No parallel C function exists.
appendGuidArray
 
No parallel C function exists.
appendInt2
TipcMsgAppendInt2
 
appendInt2Array
TipcMsgAppendInt2Array
 
appendInt4
TipcMsgAppendInt4
 
appendInt4Array
TipcMsgAppendInt4Array
 
appendInt8
TipcMsgAppendInt8
 
appendInt8Array
TipcMsgAppendInt8Array
 
appendMsg
TipcMsgAppendMsg
 
appendMsgArray
TipcMsgAppendMsgArray
 
appendMsgId
 
No parallel C function exists.
appendMsgIdArray
 
No parallel C function exists.
appendObject
 
No parallel C function exists.
appendReal4
TipcMsgAppendReal4
 
appendReal4Array
TipcMsgAppendReal4Array
 
appendReal8
TipcMsgAppendInt8
 
appendReal8Array
TipcMsgAppendInt8Array
 
appendStr
TipcMsgAppendStr
 
appendStrArray
TipcMsgAppendStrArray
 
appendTimestamp
TipcMsgAppendTimestamp
 
appendTimestampArray
TipcMsgAppendTimestampArray
 
appendUnknown
TipcMsgAppendUnknown
 
appendUtf8
TipcMsgAppendUtf8
 
appendUtf8Array
TipcMsgAppendUtf8Array
 
appendXml
TipcMsgAppendXml
 
nextByte
TipcMsgNextByte
 
clone
TipcMsgClone
 
deleteCurrent
TipcMsgDeleteCurrent
 
deleteField
TipcMsgDeleteField
 
deleteNamedField
TipcMsgDeleteNamedField
 
deleteProp
 
No parallel C function exists.
existsNamed
TipcMsgExistsNamed
 
generateMessageId
TipcMsgGenerateMessageId
 
getArrivalTimestamp
TipcMsgGetArrivalTimestamp
 
getCompression
TipcMsgGetCompression
 
getCorrelationId
TipcMsgGetCorrelationId
 
getCurrent
 
No parallel C function exists.
getCurrentFieldCharFormat
 
No parallel C function exists.
getCurrentFieldIntFormat
 
No parallel C function exists.
getCurrentFieldKnown
TipcMsgGetCurrentFieldKnown
 
getCurrentFieldRealFormat
 
No parallel C function exists.
getDeliveryMode
TipcMsgGetDeliveryMode
 
getDeliveryTimeout
TipcMsgGetDeliveryTimeout
 
getDest
TipcMsgGetDest
 
getExpiration
TipcMsgGetExpiration
 
getLbMode
TipcMsgGetLbMode
 
getLocalDelivery
 
No parallel C function exists.
getMessageId
TipcMsgGetMessageId
 
getNameCurrent
TipcMsgGetNameCurrent
 
getNamedBinary
TipcMsgGetNamedBinary
 
getNamedBool
TipcMsgGetNamedBool
 
getNamedBoolArray
TipcMsgGetNamedBoolArray
 
getNamedByte
TipcMsgGetNamedByte
 
getNamedChar
TipcMsgGetNamedChar
 
getNamedFieldKnown
 
No parallel C function exists.
getNamedGuid
 
No parallel C function exists.
getNamedGuidArray
 
No parallel C function exists.
getNamedInt2
TipcMsgGetNamedInt2
 
getNamedInt2Array
TipcMsgGetNamedInt2Array
 
getNamedInt4
TipcMsgGetNamedInt4
 
getNamedInt4Array
TipcMsgGetNamedInt4Array
 
getNamedInt8
TipcMsgGetNamedInt8
 
getNamedInt8Array
TipcMsgGetNamedInt8Array
 
getNamedMsg
TipcMsgGetNamedMsg
 
getNamedMsgArray
TipcMsgGetNamedMsgArray
 
getNamedMsgId
 
No parallel C function exists.
getNamedMsgIdArray
 
No parallel C function exists.
getNamedObject
 
No parallel C function exists.
getNamedReal4
TipcMsgGetNamedReal4
 
getNamedReal4Array
TipcMsgGetNamedReal4Array
 
getNamedReal8
TipcMsgGetNamedReal8
 
getNamedReal8Array
TipcMsgGetNamedReal8Array
 
getNamedStr
TipcMsgGetNamedStr
 
getNamedStrArray
TipcMsgGetNamedStrArray
 
getNamedTimestamp
TipcMsgGetNamedTimestamp
 
getNamedTimestampArray
TipcMsgGetNamedTimestamp
Array
 
getNamedUnknown
TipcMsgGetNamedUnknown
 
getNamedUtf8
TipcMsgGetNamedUtf8
 
getNamedUtf8Array
TipcMsgGetNamedUtf8Array
 
getNamedXml
TipcMsgGetNamedXml
 
getNumFields
TipcMsgGetNumFields
 
getPacketSize
TipcMsgGetPacketSize
 
getPriority
TipcMsgGetPriority
 
getPropBinary
 
No parallel C function exists.
getPropInt
 
No parallel C function exists.
getPropShort
 
No parallel C function exists.
getPropStr
 
No parallel C function exists.
getPropStrArray
 
No parallel C function exists.
getReadOnly
TipcMsgGetReadOnly
 
getReplyTo
TipcMsgGetReplyTo
 
getSender
TipcMsgGetSender
 
getSenderTimestamp
TipcMsgGetSenderTimestamp
 
getSeqNum
TipcMsgGetSeqNum
 
getType
TipcMsgGetType
 
getTypeNamed
TipcMsgGetTypeNamed
 
getUserProp
TicpMsgGetUserProp
 
nextBinary
TipcMsgNextBinary
 
nextBool
TipcMsgNextBool
 
nextBoolArray
TipcMsgNextBoolArray
 
nextChar
TipcMsgNextChar
 
nextGuid
 
No parallel C function exists.
nextGuidArray
 
No parallel C function exists.
nextInt2
TipcMsgNextInt2
 
nextInt2Array
TipcMsgNextInt2Array
 
nextInt4
TipcMsgNextInt4
 
nextInt4Array
TipcMsgNextInt4Array
 
nextInt8
TipcMsgNextInt8
 
nextInt8Array
TipcMsgNextInt8Array
 
nextMsg
TipcMsgNextMsg
 
nextMsgArray
TipcMsgNextMsgArray
 
nextMsgId
 
No parallel C function exists.
nextMsgIdArray
 
No parallel C function exists.
nextObject
 
No parallel C function exists.
nextReal4
TipcMsgNextReal4
 
nextReal4Array
TipcMsgNextReal4Array
 
nextReal8
TipcMsgNextReal8
 
nextReal8Array
TipcMsgNextReal8Array
 
nextStr
TipcMsgNextStr
 
nextStrArray
TipcMsgNextStrArray
 
nextTimestamp
TipcMsgNextTimestamp
 
nextTimestampArray
TipcMsgNextTimestampArray
 
nextType
TipcMsgNextType
 
nextUnknown
TipcMsgNextUnknown
 
nextUtf8
TipcMsgNextUtf8
 
nextUtf8Array
TipcMsgNextUtf8Array
 
nextXml
TipcMsgNextXml
 
print
TipcMsgPrint
 
setArrivalTimestamp
TipcMsgSetArrivalTimestamp
 
setCompression
TipcMsgSetCompression
 
setCorrelationId
TipcMsgSetCorrelationId
 
setCurrent
TipcMsgSetCurrent
 
setDeliveryMode
TipcMsgSetDeliveryMode
 
setDeliveryTimeout
TipcMsgSetDeliveryTimeout
 
setDest TipcMsgSetDest
 
No parallel C function exists.
setExpiration
TipcMsgSetExpiration
 
setLbMode
TipcMsgSetLbMode
 
setLocalDelivery
 
No parallel C function exists.
setNameCurrent
TipcMsgSetNameCurrent
 
setNumFields
TipcMsgSetNumFields
 
setPriority
TipcMsgSetPriority
 
setPropBinary
 
No parallel C function exists.
setPropInt
 
No parallel C function exists.
setPropShort
 
No parallel C function exists.
setPropStr
 
No parallel C function exists.
setPropStrArray
 
No parallel C function exists.
setReplyTo
TipcMsgSetReplyTo
 
setSender
TipcMsgSetSender
 
setSenderTimestamp
TipcMsgSetSenderTimestamp
 
setSeqNum
 
No parallel C function exists.
setType
TipcMsgSetType
 
setUserProp
TipcMsgSetUserProp
 
toByteArray
 
No parallel C function exists.
updateNamedBinary
TipcMsgUpdateNamedBinary
 
updateNamedBool
TipcMsgUpdateNamedBool
 
updateNamedBoolArray
TipcMsgUpdateNamedBoolArray
 
updateNamedByte
TipcMsgUpdateNamedByte
 
updateNamedChar
TipcMsgUpdateNamedChar
 
updateNamedGuid
 
No parallel C function exists.
updateNamedGuidArray
 
No parallel C function exists.
updateNamedInt2
TipcMsgUpdateNamedInt2
 
updateNamedInt2Array
TipcMsgUpdateNamedInt2Array
 
updateNamedInt4
TipcMsgUpdateNamedInt4
 
updateNamedInt4Array
TipcMsgUpdateNamedInt4Array
 
updateNamedInt8
TipcMsgUpdateNamedInt8
 
updateNamedInt8Array
TipcMsgUpdateNamedInt8Array
 
updateNamedMsg
TipcMsgUpdateNamedMsg
 
updateNamedMsgArray
TipcMsgUpdateNamedMsgArray
 
updateNamedMsgId
 
No parallel C function exists.
updateNamedMsgIdArray
 
No parallel C function exists.
updateNamedObject
 
No parallel C function exists.
updateNamedReal4
TipcMsgUpdateNamedReal4
 
updateNamedReal4Array
TipcMsgUpdateNamedReal4Array
 
updateNamedReal8
TipcMsgUpdateNamedReal8
 
updateNamedReal8Array
TipcMsgUpdateNamedReal8Array
 
updateNamedStr
TipcMsgUpdateNamedStr
 
updateNamedStrArray
TipcMsgUpdateNamedStrArray
 
updateNamedTimestamp
TipcMsgUpdateNamedTimestamp
 
updateNamedTimestamp
Array
TipcMsgUpdateNamedTimestampArray
 
updateNamedUtf8
TipcMsgUpdateNamedUtf8
 
updateNamedUtf8Array
TipcMsgUpdateNamedUtf8Array
 
updateNamedXml
TipcMsgUpdateNamedXml
 

Table 11 Interface TipcMt

Java Method Name
C Function Name
Comments and Exceptions
destroy
TipcMtDestroy
 
getCompression
TipcMtGetCompression
 
getDeliveryMode
TipcMtGetDeliveryMode
 
getDeliveryTimeout
TipcMtGetDeliveryTimeout
 
getGrammar
TipcMtGetGrammar
 
getLbMode
TipcMtGetLbMode
 
getLocalDelivery
 
No parallel C function exists.
getName
TipcMtGetName
 
getNum
TipcMtGetNum
 
getPriority
TipcMtGetPriority
 
getUserProp
TipcMtGetUserProp
 
setCompression
TipcMtSetCompression
 
setDeliveryMode
TipcMtSetDeliveryMode
 
setDeliveryTimeout
TipcMtSetDeliveryTimeout
 
setLbMode
TipcMtSetLbMode
 
setLocalDelivery
 
No parallel C function exists.
setPriority
TipcMtSetPriority
 
setPriorityUnknown
TipcMtSetPriorityUnknown
 
setUserProp
TipcMtSetUserProp
 

Table 12 Interface TipcSrv

Java Method Name
C Function Name
Comments and Exceptions
addCreateCb
TipcSrvCreateCbCreate
 
addDefaultCb
TipcSrvDefaultCbCreate
Inherited from the TipcConn class.
addDestroyCb
TipcSrvDestroyCbCreate
 
addErrorCb
TipcSrvErrorCbCreate
Inherited from the TipcConn class.
addProcessCb
TipcSrvProcessCbCreate
 
addProcessCb
TipcSrvProcessCbCreate
Inherited from the TipcConn class.
addQueueCb
TipcSrvQueueCbCreate
Inherited from the TipcConn class.
addReadCb
TipcSrvReadCbCreate
Inherited from the TipcConn class.
addWriteCb
TipcSrvWriteCbCreate
Inherited from the TipcConn class.
check
TipcSrvCheck
 
create
TipcSrvCreate
 
destroy
TipcSrvDestroy
 
destroy
TipcSrvDestroy
Inherited from the TipcConn class.
flush
TipcSrvFlush
 
getArch
TipcSrvGetArch
Inherited from the TipcConn class.
getAutoFlushSize
TipcSrvGetAutoFlushSize
Inherited from the TipcConn class.
getBlockMode
TipcSrvGetBlockMode
Inherited from the TipcConn class.
getConnStatus
TipcSrvGetConnStatus
 
getDefaultControlCb
 
Inherited from the TipcConn class.
getDefaultErrorCb
TipcSrvErrorCbLookup
 
getDefaultGmdFailureCb
 
Inherited from the TipcConn class.
getGmdDir
TipcGetGmdDir
Inherited from the TipcConn class.
getGmdNumPending
TipcSrvGetGmdNumPending
Inherited from the TipcConn class.
getNode
TipcSrvGetNode
Inherited from the TipcConn class.
getNumQueued
TipcSrvGetNumQueued
Inherited from the TipcConn class.
getOption
 
Inherited from the TipcConn class.
getOptionBool
 
Inherited from the TipcConn class.
getOptionDouble
 
Inherited from the TipcConn class.
getOptionInt
 
Inherited from the TipcConn class.
getOptionStr
 
Inherited from the TipcConn class.
getPid
TipcSrvGetPid
Inherited from the TipcConn class.
getProperties
 
Inherited from the TipcConn class.
getQueueSize
 
Inherited from the TipcConn class.
getReadBufferSize
TipcSrvBufferGetReadSize
Inherited from the TipcConn class.
getServerLCN
 
No parallel C function exists.
getServerName
 
No parallel C function exists.
getSubjectLb
TipcSrvSubjectGetSubscribeLb
 
getSubjectSubscribe
TipcSrvSubjectGetSubscribe
 
getSubscribedList
TipcSrvSubjectTraverseSubscribe
 
getTimeout
TipcSrvGetTimeout
Inherited from the TipcConn class.
getTrafficBytesRecv
TipcSrvTrafficGetBytesRecv
Inherited from the TipcConn class.
getTrafficBytesSent
TipcSrvTrafficGetBytesSent
Inherited from the TipcConn class.
getTrafficMsgsRecv
TipcSrvTrafficGetMsgsRecv
Inherited from the TipcConn class.
getTrafficMsgsSent
TipcSrvTrafficGetMsgsSent
Inherited from the TipcConn class.
getUniqueSubject
TipcSrvGetUniqueSubject
 
getUser
TipcSrvGetUser
Inherited from the TipcConn class.
getWriteBufferSize
TipcSrvBufferGetWriteSize
Inherited from the TipcConn class.
gmdFileDelete
TipcSrvGmdFileDelete
Inherited from the TipcConn class.
gmdMsgAck
 
Inherited from the TipcConn class.
gmdMsgDelete
TipcSrvGmdMsgDelete
Inherited from the TipcConn class.
gmdMsgResend
 
Inherited from the TipcConn class.
gmdMsgServerDelete
TipcSrvGmdMsgServerDelete
 
gmdResend
 
Inherited from the TipcConn class.
insert
TipcSrvMsgInsert
Inherited from the TipcConn class.
isRunning
TipcSrvIsRunning
In Java, isRunning creates a connection if one does not already exist. In C, TipcSrvIsRunning creates and then destroys the connection.
keepAlive
TipcSrvKeepAlive
Inherited from the TipcConn class.
loadOptionsFile
 
Inherited from the TipcConn class.
loadOptionsStream
 
Inherited from the TipcConn class.
loadOptionsURL
 
Inherited from the TipcConn class.
logAddMt
TipcSrvLogAddMt
 
logRemoveMt
TipcSrvLogRemoveMt
 
lookupCreateCb
TipcSrvCreateCbLookup
 
lookupDefaultCb
TipcSrvDefaultCbLookup
Inherited from the TipcConn class.
lookupDestroyCb
TipcSrvDestroyCbLookup
 
lookupErrorCb
TipcSrvErrorCbLookup
Inherited from the TipcConn class.
lookupProcessCb
TipcSrvProcessCbLookup
 
lookupProcessCb
TipcSrvProcessCbLookup
Inherited from the TipcConn class.
lookupQueueCb
TipcSrvQueueCbLookup
Inherited from the TipcConn class.
lookupReadCb
TipcSrvReadCbLookup
Inherited from the TipcConn class.
lookupWriteCb
TipcSrvWriteCbLookup
Inherited from the TipcConn class.
mainLoop
TipcSrvMainLoop
Inherited from the TipcConn class.
makeSubjectAbsolute
 
Inherited from the TipcConn class.
next
TipcSrvMsgNext
 
process
TipcSrvMsgProcess
Inherited from the TipcConn class.
read
TipcSrvRead
Inherited from the TipcConn class.
removeCreateCb
 
No parallel C function exists.
removeDefaultCb
 
Inherited from the TipcConn class.
removeDestroyCb
 
No parallel C function exists.
removeErrorCb
 
Inherited from the TipcConn class.
removeProcessCb
 
Inherited from the TipcConn class.
removeQueueCb
 
Inherited from the TipcConn class.
removeReadCb
 
Inherited from the TipcConn class.
removeWriteCb
 
Inherited from the TipcConn class.
search
TipcSrvMsgSearch
Inherited from the TipcConn class.
searchType
TipcSrvMsgSearchType
Inherited from the TipcConn class.
send
TipcSrvMsgSend
 
sendRpc
TipcSrvMsgSendRpc
Inherited from the TipcConn class.
setAutoFlushSize
TipcSrvSetAutoFlushSize
Inherited from the TipcConn class.
setOption
 
Inherited from the TipcConn class.
setSubjectSubscribe
TipcSrvSubjectSetSubscribe
 
setSubjectSubscribeEx
TipcSrvSubjectSetSubscribeEx
 
setTimeout
TipcSrvSetTimeout
Inherited from the TipcConn class.
setUsernamePassword
TipcSrvSetUsernamePassword
 

Table 13 C Functions With No Java Equivalent

C Function Name
C Function Name
TipcBufMsgAppend
TipcBufMsgNext
TIpcCbConnProcessGmdFailure
TipcCbConnProcessKeepAliveCall
TipcCbSrvError
TipcCbSrvProcessControl
TipcCbSrvProcessGmdFailure
TipcConnCreate
TipcConnCreateClient
TipcConnCreateServer
TipcConnDecodeCbCreate
TipcConnDecodeCbLookup
TipcConnEncodeCbCreate
TipcConnEncodeCbLookup
TipcConnGetGmdMaxSize
TipcConnGetSocket
TipcConnGetXtSource
TipcConnGmdFileCreate
TipcConnLock
TipcConnMsgWrite
TipcConnMsgWriteVa
TipcConnSetGmdMaxSize
TipcConnSetSocket
TipcConnUnlock
TipcDeliveryModeToStr
TipcDispatcherSrvAdd
TipcDispatcherSrvRemove
TipcFtToStr
TipcInitThreads
TipcLbModeToStr
TipcMonExtSetReal16
TipcMonExtSetReal16Array
TipcMonPrintWatch
TipcMsgAck
TipcMsgAddNamedBinaryPtr
TipcMsgAddNamedBoolArrayPtr
TipcMsgAddNamedInt2ArrayPtr
TipcMsgAddNamedInt4ArrayPtr
TipcMsgAddNamedInt8ArrayPtr
TipcMsgAddNamedMsgArrayPtr
TipcMsgAddNamedMsgPtr
TipcMsgAddNamedReal4ArrayPtr
TipcMsgAddNamedReal8ArrayPtr
TipcMsgAddNamedReal16
TipcMsgAddNamedReal16Array
TipcMsgAddNamedReal16ArrayPtr
TipcMsgAddNamedStrArrayPtr
TipcMsgAddNamedStrPtr
TipcMsgAddNamedUtf8ArrayPtr
TipcMsgAddNamedUtf8Ptr
TipcMsgAddNamedXmlPtr
TipcMsgAppendBinaryPtr
TipcMsgAppendBoolArrayPtr
TipcMsgAppendInt2ArrayPtr
TipcMsgAppendInt4ArrayPtr
TipcMsgAppendInt8ArrayPtr
TipcMsgAppendMsgArrayPtr
TipcMsgAppendMsgPtr
TipcMsgAppendReal4ArrayPtr
TipcMsgAppendReal8ArrayPtr
TipcMsgAppendReal16
TipcMsgAppendReal16Array
TipcMsgAppendReal16ArrayPtr
TipcMsgAppendStrArrayPtr
TipcMsgAppendStrPtr
TipcMsgAppendStrAReal8
TipcMsgAppendUtf8ArrayPtr
TipcMsgAppendUtf8Ptr
TipcMsgAppendXmlPtr
TipcMsgCreate
TipcMsgDestroy
TipcMsgFieldUpdateBinaryPtr
TipcMsgFieldUpdateBoolArrayPtr
TipcMsgFieldUpdateInt2ArrayPtr
TipcMsgFieldUpdateInt4ArrayPtr
TipcMsgFieldUpdateInt8ArrayPtr
TipcMsgFieldUpdateReal4ArrayPtr
TipcMsgFieldUpdateReal8ArrayPtr
TipcMsgFieldUpdateReal16ArrayPtr
TipcMsgFieldUpdateStrPtr
TipcMsgFieldUpdateTimestampArrayPtr
TipcMsgFieldUpdateUtf8Ptr
TipcMsgFieldUpdateXmlPtr
TicpMsgFieldSetSize
TipcMsgFileCreate
TipcMsgFileCreateFromFile
TipcMsgFileDestroy
TipcMsgFileRead
TipcMsgFileWrite
TipcMsgGetDeliveryMode
TipcMsgGetHeaderStrEncode
TipcMsgGetNamedReal16
TipcMsgGetNamedReal16Array
TipcMsgGetRefCount
TIpcMsgIncrRefCount
TipcMsgNextReal16
TipcMsgNextReal16Array
TipcMsgNextStrReal8
TipcMsgPrintError
TipcMsgRead
TipcMsgReadVa
TipcMsgSetHeaderStrEncode
TipcMsgTraverse
TipcMsgUpdateNamedBinaryPtr
TipcMsgUpdateNamedBoolArrayPtr
TipcMsgUpdateNamedInt2ArrayPtr
TipcMsgUpdateNamedInt4ArrayPtr
TipcMsgUpdateNamedInt8ArrayPtr
TipcMsgUpdateNamedMsgArrayPtr
TipcMsgUpdateNamedMsgPtr
TipcMsgUpdateNamedReal4ArrayPtr
TipcMsgUpdateNamedReal8ArrayPtr
TipcMsgUpdateNamedReal16
TipcMsgUpdateNamedReal16Array
TipcMsgUpdateNamedReal16ArrayPtr
TipcMsgUpdateNamedStrArrayPtr
TipcMsgUpdateNamedStrPtr
TipcMsgUpdateNamedUnknown
TipcMsgUpdateNamedUtf8ArrayPtr
TipcMsgUpdateNamedUtf8Ptr
TipcMsgUpdateNamedXmlPtr
TipcMsgWriteVa
TipcMtCreate
TipcMtGetHeaderStrEncode
TipcMtLogAddMt
TipcMtLogRemoveMt
TipcMtLookup
TipcMtLookupByNum
TipcMtPrint
TipcMtSetHeaderStrEncode
TipcMtTraverse
TipcPropertiesCreate
TipcPropertiesCreateMsg
TipcPropertiesDestroy
TipcPropertiesGet
TipcPropertiesGetCount
TipcPropertiesGetDefault
TipcPropertiesMsgCreate
TipcPropertiesSet
TipcPropertiesTraverse
TipcSrvGetGmdMaxSize
TipcSrvGetSocket
TipcSrvGetXtSource
TipcSrvGmdFileCreate
TipcSrvGmdMsgStatus
TipcSrvLock
TipcSrvMsgWrite
TipcSrvMsgWriteVa
TipcSrvPrint
TipcSrvSetGmdMazSize
TipcSrvSetSocket
TipcSrvStdSubjectSetSubscribe
TipcSrvStop
TipcSrvSubjectCbCreate
TipcSrvSubjectCbDestroyAll
TipcSrvSubjectCbLookup
TipcSrvSubjectDefaultCbCreate
TipcSrvSubjectDefaultCbLookup
TipcSrvSubjectGmdInit
TipcSrvSubjectLbInit
TipcSrvTraverseCbCreate
TipcSrvTraverseCbLookup
TipcSrvUnlock
TipcStrToDeliveryMode
TipcStrToFt
TipcStrToLbMode


TIBCO SmartSockets™ Java Library User’s Guide and Tutorial
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com