Package com.bea.wcp.diameter.sy
Class SyApplication
java.lang.Object
com.bea.wcp.diameter.Application
com.bea.wcp.diameter.ClientApplication
com.bea.wcp.diameter.sy.SyApplication
Sy Application.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SyClientSessionCreates a new RxSession.createSession(String id, Object parent) final ApplicationIdgetId()Returns the ApplicationId for the application.Methods inherited from class com.bea.wcp.diameter.ClientApplication
initMethods inherited from class com.bea.wcp.diameter.Application
createRequest, createSession, createSessionId, getDestinationHost, getDestinationRealm, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealm
-
Field Details
-
ID
Sy application identifier.
-
-
Constructor Details
-
SyApplication
public SyApplication()
-
-
Method Details
-
getId
Description copied from class:ApplicationReturns the ApplicationId for the application.- Specified by:
getIdin classApplication- Returns:
- the application's ApplicationId
-
createSession
Creates a new RxSession.- Overrides:
createSessionin classApplication- Returns:
- RxClientSession
-
createSession
- Overrides:
createSessionin classApplication
-