Skip to content

Commit

Permalink
Bug 37534844 - [37365705->14.1.2.0.2] - add getPeerEndPoints() (14.1.…
Browse files Browse the repository at this point in the history
…2.0 cl 113863 --> ce/14.1.2.0)

[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113969]
  • Loading branch information
fryp committed Feb 2, 2025
1 parent d567198 commit 54693b8
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
* Copyright (c) 2000, 2025, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
Expand Down Expand Up @@ -928,6 +928,18 @@ protected Collection<Connection> getConnections()
return f_mapConnections.values();
}

/**
* Return the currently managed peer EndPoints.
*
* @return the currently managed peer EndPoints
*
* @since 12.2.1.4.25
*/
public Set<EndPoint> getPeerEndPoints()
{
return f_mapConnections.keySet();
}

/**
* Configure the specified Socket
*
Expand Down

0 comments on commit 54693b8

Please sign in to comment.