com.cisco.oss.foundation.monitoring.serverconnection
Enum ConnectionInfo
java.lang.Object
java.lang.Enum<ConnectionInfo>
com.cisco.oss.foundation.monitoring.serverconnection.ConnectionInfo
- All Implemented Interfaces:
- ConnectionInfoMXBean, Serializable, Comparable<ConnectionInfo>
public enum ConnectionInfo
- extends Enum<ConnectionInfo>
- implements ConnectionInfoMXBean
INSTANCE
public static final ConnectionInfo INSTANCE
serverConnectionActorImpl
public ServerConnectionActorImpl serverConnectionActorImpl
serverConnectionActorThread
public fi.jumi.actors.ActorThread serverConnectionActorThread
serverConnectorActor
public final fi.jumi.actors.ActorRef<ServerConnectionActor> serverConnectorActor
values
public static ConnectionInfo[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ConnectionInfo c : ConnectionInfo.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ConnectionInfo valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getConnectionInfo
public static ConnectionInfo getConnectionInfo()
getServerConnections
public List<ServerConnection> getServerConnections()
- Specified by:
getServerConnections in interface ConnectionInfoMXBean
Copyright © 2015 Cisco. All Rights Reserved.