org.mobicents.csapi.jr.slee
Interface ParlayConnection

All Superinterfaces:
javax.resource.cci.Connection

public interface ParlayConnection
extends javax.resource.cci.Connection

This is handle is the Provider interface that can be used for accessing Parlay service instance.


Method Summary
 IpServiceConnection getIpServiceConnection(TpServiceIdentifier serviceIdentifier)
           
 TpServiceIdentifier getService(java.lang.String serviceTypeName, java.util.Properties serviceProperties)
           
 
Methods inherited from interface javax.resource.cci.Connection
close, createInteraction, getLocalTransaction, getMetaData, getResultSetInfo
 

Method Detail

getService

TpServiceIdentifier getService(java.lang.String serviceTypeName,
                               java.util.Properties serviceProperties)
                               throws javax.slee.resource.ResourceException
Throws:
javax.slee.resource.ResourceException

getIpServiceConnection

IpServiceConnection getIpServiceConnection(TpServiceIdentifier serviceIdentifier)
                                           throws javax.slee.resource.ResourceException
Throws:
javax.slee.resource.ResourceException


Copyright © 2008. All Rights Reserved.