public final class RESTRemoteControlMethodRegistry extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Clears the Portmapping.
|
static void |
gatherRemoteMethods(int defaultPort)
caches RemoteMethods to
portMapping. |
static Set<Integer> |
getMethodPorts()
Gettter for Methodports.
|
static List<RESTRemoteControlMethod> |
getMethodsForPort(int port)
Gets the Methods of specified Port.
|
static boolean |
hasMethodsInformation()
Tests whether the map is empty or not.
|
public static void gatherRemoteMethods(int defaultPort)
portMapping.defaultPort - default portIllegalStateException - "RESTRemoteControlMethods have already been collected. " + "Call
RESTRemoteControlMethodRegistry.clear() to enable new gathering"public static List<RESTRemoteControlMethod> getMethodsForPort(int port)
port - portpublic static Set<Integer> getMethodPorts()
public static void clear()
public static boolean hasMethodsInformation()
Trueif this map contains no key-value mappingsCopyright © 2012–2026 cismet GmbH. All rights reserved.