Uses of Class
com.wowza.util.NoMBean
- 
Packages that use NoMBean Package Description com.wowza.util com.wowza.wms.application com.wowza.wms.client com.wowza.wms.server com.wowza.wms.vhost 
- 
- 
Uses of NoMBean in com.wowza.utilMethods in com.wowza.util with annotations of type NoMBean Modifier and Type Method Description voidIOPerformanceCounter. add(IOPerformanceCounter value)Add (value) to this counter.voidIOPerformanceCounter. addDifference(IOPerformanceCounter current, IOPerformanceCounter last)Add the result of (current-last) to this counter.voidIOPerformanceCounter. clear()Clear or reset this counter back to zero.IOPerformanceCounterIOPerformanceCounter. clone()Create a deep clone (copy) if this object.voidIOPerformanceCounter. doSet(IOPerformanceCounter value)Set this object to value.longIOPerformanceCounter. getFileOutBytes()Get file byte-out bytes (not implemented)doubleIOPerformanceCounter. getFileOutBytesRate()Get estimate of file byte-out message byte rate (not implemented).longIOPerformanceCounter. incrementBytesIn(long bytes)Increment bytes-in by bytes and increment message count by 0.longIOPerformanceCounter. incrementBytesLoss(long bytes)Increment bytes-loss by bytes and increment message count by 0.longIOPerformanceCounter. incrementBytesOut(long bytes)Increment bytes-out by bytes and increment message count by 0.longIOPerformanceCounter. incrementFileIn(long bytes)Increment file-bytes-in by bytes.longIOPerformanceCounter. incrementFileOut(long bytes)Increment file bytes-out by bytes.longIOPerformanceCounter. incrementMessagesIn()Increment byte-in message count by 1.longIOPerformanceCounter. incrementMessagesIn(long bytes)Increment bytes-in by bytes and increment message count by 1.longIOPerformanceCounter. incrementMessagesIn(long bytes, long count)Increment bytes-in by bytes and message count by count.longIOPerformanceCounter. incrementMessagesLoss()Increment byte-loss message count by 1.longIOPerformanceCounter. incrementMessagesLoss(long bytes)Increment bytes-loss by bytes and increment message count by 1.longIOPerformanceCounter. incrementMessagesLoss(long bytes, long count)Increment bytes-loss by bytes and message count by count.longIOPerformanceCounter. incrementMessagesOut()Increment byte-out message count by 1.longIOPerformanceCounter. incrementMessagesOut(long bytes)Increment bytes-out by bytes and increment message count by 1.longIOPerformanceCounter. incrementMessagesOut(long bytes, long count)Increment bytes-out by bytes and message count by count.
- 
Uses of NoMBean in com.wowza.wms.applicationMethods in com.wowza.wms.application with annotations of type NoMBean Modifier and Type Method Description String[]WMSProperties. getAllAsStrings()Return all properties as String[].
- 
Uses of NoMBean in com.wowza.wms.clientMethods in com.wowza.wms.client with annotations of type NoMBean Modifier and Type Method Description voidConnectionCounter. acceptConnection(com.wowza.wms.client.ConnectionHolder connectionHolder, byte[] license)Accept a new connection.voidConnectionCounter. addConnectionListener(IConnectionNotify connectionNotify)Add a connection listener.voidConnectionCounter. decrement(com.wowza.wms.client.ConnectionHolder connectionHolder, boolean isValid, java.util.Date date, long stamp, byte[] license)Decrement connection counters.voidConnectionCounter. disconnect(com.wowza.wms.client.ConnectionHolder connectionHolder, byte[] license)Disconnect connection.voidConnectionCounter. incrementAccept(com.wowza.wms.client.ConnectionHolder connectionHolder, java.util.Date date, long stamp, byte[] license)Increment accepted connections.voidConnectionCounter. incrementReject(com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, java.util.Date date, long stamp, byte[] license)Increment reject connection.voidConnectionCounter. rejectConnection(com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, byte[] license)Reject connection.voidConnectionCounter. removeConnectionListener(IConnectionNotify connectionNotify)Remove connection listenervoidConnectionCounter. setConnectionValidator(com.wowza.wms.client.IConnectionValidator connectionValidator)Set the connection validator.booleanConnectionCounter. validateNewConnection(com.wowza.wms.client.ConnectionHolder connectionHolder, byte[] license)Validate a new connection.
- 
Uses of NoMBean in com.wowza.wms.serverMethods in com.wowza.wms.server with annotations of type NoMBean Modifier and Type Method Description HostPortIServer. getCommandInterfaceHostPort()Get the definition of the command interfaceConnectionCounterIServer. getConnectionCounter()Get the server connection counter.com.wowza.wms.client.ConnectionCounterSimpleIServer. getConnectionCounter(int counterIndex)Get the server connection counter for a specific technology (see IVHost.COUNTER_*)ThreadPoolIServer. getHandlerThreadPool()Get the server handler thread pool.IOPerformanceCounterIServer. getIoPerformanceCounter()Get the server performance counter.IOPerformanceCounterIServer. getIoPerformanceCounter(int counterIndex)Get the server performance counter for a specific technology (see IVHost.COUNTER_*)longIServer. getPublishersMaximum()Get the maximum number of streams that can be published to the serverThreadPoolIServer. getThreadPool()Get the server handler thread pool.ThreadPoolIServer. getTransportThreadPool()Get the server transport thread pool.voidIServer. setCommandInterfaceHostPort(HostPort commandInterfaceHostPort)Set the definition for the command interface.
- 
Uses of NoMBean in com.wowza.wms.vhostMethods in com.wowza.wms.vhost with annotations of type NoMBean Modifier and Type Method Description voidThreadPool. execute(Runnable command)Execute a runnable object.java.util.concurrent.ExecutorThreadPool. getExecutor()Get the underlying Executor pool.ThreadPoolIVHost. getHandlerThreadPool()Get the VHost handler thread pool.ThreadPoolIVHost. getThreadPool()Get the VHost handler thread pool.ThreadPoolIVHost. getTransportThreadPool()Get the VHost transport thread pool.voidThreadPool. init(int corePoolSize)Initialize threadPool.voidVHostItem. reset()Reset vHostItem to empty statevoidThreadPool. terminate()Terminate all threads and cleanup threadPool.
 
-