Status: New
Owner: ----
Labels: Component-Diameter Type-Enhancement Priority-Medium Version-1.4.0
Release-Type-FINAL Roadmap-Fix
New issue 2449 by [email protected]:
net.java.slee.resource.diameter.ro.RoSessionActivity should extend
DiameterActivity
http://code.google.com/p/mobicents/issues/detail?id=2449
What steps will reproduce the problem?
NA
What is the expected output? What do you see instead?
I would expect that just like CxDxSessionActivity extends DiameterActivity,
so should RoSessionActivity. It is currently a stand alone interface and I
am trying to write a generic helper method that can have a DiameterActivity
passed in, but with the current class hierarchy of RoSessionActivity, I
have to define my class as accepting <Object> as opposed to
<DiameterActivity>.
What version of the product are you using? On what operating system?
2.3.0
Please provide any additional information below.