Uses of Annotation Interface
com.wowza.util.NoMBean
Packages that use NoMBean
Package
Description
-
Uses of NoMBean in com.wowza.util
Methods in com.wowza.util with annotations of type NoMBeanModifier and TypeMethodDescriptionvoidIOPerformanceCounter.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.IOPerformanceCounter.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.application
Methods in com.wowza.wms.application with annotations of type NoMBeanModifier and TypeMethodDescriptionString[]WMSProperties.getAllAsStrings()Return all properties as String[]. -
Uses of NoMBean in com.wowza.wms.client
Methods in com.wowza.wms.client with annotations of type NoMBeanModifier and TypeMethodDescriptionvoidConnectionCounter.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, 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, Date date, long stamp, byte[] license) Increment accepted connections.voidConnectionCounter.incrementReject(com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, 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.server
Methods in com.wowza.wms.server with annotations of type NoMBeanModifier and TypeMethodDescriptionIServer.getCommandInterfaceHostPort()Get the definition of the command interfaceIServer.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_*)IServer.getHandlerThreadPool()Get the server handler thread pool.IServer.getIoPerformanceCounter()Get the server performance counter.IServer.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 serverIServer.getThreadPool()Get the server handler thread pool.IServer.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.vhost
Methods in com.wowza.wms.vhost with annotations of type NoMBeanModifier and TypeMethodDescriptionvoidExecute a runnable object.ThreadPool.getExecutor()Get the underlying Executor pool.IVHost.getHandlerThreadPool()Get the VHost handler thread pool.com.wowza.wms.mediacaster.MediaCasterHostResolverIVHost.getMediaCasterHostResolver()Get the per-VHost DNS resolver cache for MediaCaster connection pre-flight.IVHost.getReconnectScheduler()Get the per-VHost scheduler used for MediaCaster reconnect triggers.IVHost.getThreadPool()Get the VHost handler thread pool.IVHost.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.