Skip to content

Commit

Permalink
Removing DiameterStackMultiplexerAS7. Now DiameterStackMultiplexer ca…
Browse files Browse the repository at this point in the history
…n be used in JBoss5 and WildFly.
  • Loading branch information
SergeyLee committed May 24, 2017
1 parent b13ba16 commit f6017e4
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 1,307 deletions.
5 changes: 5 additions & 0 deletions core/mux/jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<artifactId>jboss-as-system-jmx</artifactId>
<version>${jboss.version}</version>
</dependency>
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-system-jmx</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.spec</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ public class DiameterStackMultiplexer extends ServiceMBeanSupport implements Dia

private static final Logger logger = LoggerFactory.getLogger(DiameterStackMultiplexer.class);

public static final String OBJECT_NAME = "diameter.mobicents:service=DiameterStackMultiplexer";

protected Stack stack = null;

protected HashMap<DiameterListener, Collection<org.jdiameter.api.ApplicationId>> listenerToAppId =
Expand Down
Loading

0 comments on commit f6017e4

Please sign in to comment.