|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParlayConnectionProxy
This interface will be implemented by the underlying RA objects which proxy client requests to the Parlay Gateway. The operation set is identical to that on the ParlayConnection with the exception of cci defined operations.
| Method Summary | |
|---|---|
void |
associationClosed(ParlayConnectionProxyAssociation association)
Called by an association if it is closed due to an external operation e.g. client calls close(). |
org.mobicents.csapi.jr.slee.IpServiceConnection |
getIpServiceConnection(org.mobicents.csapi.jr.slee.TpServiceIdentifier serviceIdentifier)
Get a IpServiceConnection. |
org.mobicents.csapi.jr.slee.TpServiceIdentifier |
getService(java.lang.String serviceTypeName,
java.util.Properties serviceProperties)
Gets an ID representing an instance of a Parlay service |
| Method Detail |
|---|
org.mobicents.csapi.jr.slee.TpServiceIdentifier getService(java.lang.String serviceTypeName,
java.util.Properties serviceProperties)
throws javax.slee.resource.ResourceException
serviceTypeName - the parlay defined service type nameserviceProperties - the set of service properties relating to this service
javax.slee.resource.ResourceException - if the Connection cannot be created
org.mobicents.csapi.jr.slee.IpServiceConnection getIpServiceConnection(org.mobicents.csapi.jr.slee.TpServiceIdentifier serviceIdentifier)
throws javax.slee.resource.ResourceException
serviceIdentifier - an identifier for the service
javax.slee.resource.ResourceException - if the Connection cannot be createdvoid associationClosed(ParlayConnectionProxyAssociation association)
association -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||