Uses of Class
com.wowza.util.NoMBean

Packages that use NoMBean
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.util
 

Methods in com.wowza.util with annotations of type NoMBean
 void IOPerformanceCounter.add(IOPerformanceCounter value)
          Add (value) to this counter.
 void IOPerformanceCounter.addDifference(IOPerformanceCounter current, IOPerformanceCounter last)
          Add the result of (current-last) to this counter.
 void IOPerformanceCounter.clear()
          Clear or reset this counter back to zero.
 IOPerformanceCounter IOPerformanceCounter.clone()
          Create a deep clone (copy) if this object.
 void IOPerformanceCounter.doSet(IOPerformanceCounter value)
          Set this object to value.
 long IOPerformanceCounter.getFileOutBytes()
          Get file byte-out bytes (not implemented)
 double IOPerformanceCounter.getFileOutBytesRate()
          Get estimate of file byte-out message byte rate (not implemented).
 long IOPerformanceCounter.incrementBytesIn(long bytes)
          Increment bytes-in by bytes and increment message count by 0.
 long IOPerformanceCounter.incrementBytesLoss(long bytes)
          Increment bytes-loss by bytes and increment message count by 0.
 long IOPerformanceCounter.incrementBytesOut(long bytes)
          Increment bytes-out by bytes and increment message count by 0.
 long IOPerformanceCounter.incrementFileIn(long bytes)
          Increment file-bytes-in by bytes.
 long IOPerformanceCounter.incrementFileOut(long bytes)
          Increment file bytes-out by bytes.
 long IOPerformanceCounter.incrementMessagesIn()
          Increment byte-in message count by 1.
 long IOPerformanceCounter.incrementMessagesIn(long bytes)
          Increment bytes-in by bytes and increment message count by 1.
 long IOPerformanceCounter.incrementMessagesIn(long bytes, long count)
          Increment bytes-in by bytes and message count by count.
 long IOPerformanceCounter.incrementMessagesLoss()
          Increment byte-loss message count by 1.
 long IOPerformanceCounter.incrementMessagesLoss(long bytes)
          Increment bytes-loss by bytes and increment message count by 1.
 long IOPerformanceCounter.incrementMessagesLoss(long bytes, long count)
          Increment bytes-loss by bytes and message count by count.
 long IOPerformanceCounter.incrementMessagesOut()
          Increment byte-out message count by 1.
 long IOPerformanceCounter.incrementMessagesOut(long bytes)
          Increment bytes-out by bytes and increment message count by 1.
 long IOPerformanceCounter.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 NoMBean
 String[] 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 NoMBean
 void ConnectionCounter.acceptConnection(com.wowza.wms.client.ConnectionHolder connectionHolder, byte[] license)
          Accept a new connection.
 void ConnectionCounter.addConnectionListener(IConnectionNotify connectionNotify)
          Add a connection listener.
 void ConnectionCounter.decrement(com.wowza.wms.client.ConnectionHolder connectionHolder, boolean isValid, java.util.Date date, long stamp, byte[] license)
          Decrement connection counters.
 void ConnectionCounter.disconnect(com.wowza.wms.client.ConnectionHolder connectionHolder, byte[] license)
          Disconnect connection.
 void ConnectionCounter.incrementAccept(com.wowza.wms.client.ConnectionHolder connectionHolder, java.util.Date date, long stamp, byte[] license)
          Increment accepted connections.
 void ConnectionCounter.incrementReject(com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, java.util.Date date, long stamp, byte[] license)
          Increment reject connection.
 void ConnectionCounter.rejectConnection(com.wowza.wms.client.ConnectionHolder connectionHolder, int reason, byte[] license)
          Reject connection.
 void ConnectionCounter.removeConnectionListener(IConnectionNotify connectionNotify)
          Remove connection listener
 void ConnectionCounter.setConnectionValidator(IConnectionValidator connectionValidator)
          Set the connection validator.
 boolean ConnectionCounter.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 NoMBean
 void Server.addServerListener(IServerNotify serverListener)
           
 void Server.doWatchdog()
           
 java.util.List Server.getAdminInterfaceObjectList()
           
 Object Server.getCommandInterface()
           
 HostPort IServer.getCommandInterfaceHostPort()
          Get the definition of the command interface
 HostPort Server.getCommandInterfaceHostPort()
           
 ConnectionCounter IServer.getConnectionCounter()
          Get the server connection counter.
 ConnectionCounter Server.getConnectionCounter()
           
 com.wowza.wms.client.ConnectionCounterSimple IServer.getConnectionCounter(int counterIndex)
          Get the server connection counter for a specific technology (see IVHost.COUNTER_*)
 com.wowza.wms.client.ConnectionCounterSimple Server.getConnectionCounter(int counterIndex)
           
 IConnectionValidator Server.getConnectionValidator()
           
 ThreadPool IServer.getHandlerThreadPool()
          Get the server handler thread pool.
 ThreadPool Server.getHandlerThreadPool()
           
 IOPerformanceCounter IServer.getIoPerformanceCounter()
          Get the server performance counter.
 IOPerformanceCounter Server.getIoPerformanceCounter()
           
 IOPerformanceCounter IServer.getIoPerformanceCounter(int counterIndex)
          Get the server performance counter for a specific technology (see IVHost.COUNTER_*)
 IOPerformanceCounter Server.getIoPerformanceCounter(int counterIndex)
           
 com.wowza.wms.server.JMXRemoteConfig Server.getJmxRemoteConfig()
           
 ThreadPool IServer.getThreadPool()
          Get the server handler thread pool.
 ThreadPool Server.getThreadPool()
           
 ThreadPool IServer.getTransportThreadPool()
          Get the server transport thread pool.
 ThreadPool Server.getTransportThreadPool()
           
 void Server.onNewVHost(IVHost vhost)
           
 void Server.removeServerListener(IServerNotify serverListener)
           
 void Server.setCommandInterface(Object commandInterface)
           
 void IServer.setCommandInterfaceHostPort(HostPort commandInterfaceHostPort)
          Set the definition for the command interface.
 void Server.setCommandInterfaceHostPort(HostPort commandInterfaceHostPort)
           
 void Server.setIoPerformanceCounter(IOPerformanceCounter ioPerformanceCounter)
           
static void Server.start()
           
 void Server.startServer()
           
 void Server.stopServer()
           
 IOPerformanceCounter Server.updateIOPerformance()
           
 void Server.updateLoggingDuration()
           
 

Uses of NoMBean in com.wowza.wms.vhost
 

Methods in com.wowza.wms.vhost with annotations of type NoMBean
 void ThreadPool.execute(Runnable command)
          Execute a runnable object.
 java.util.concurrent.Executor ThreadPool.getExecutor()
          Get the underlying Executor pool.
 ThreadPool IVHost.getHandlerThreadPool()
          Get the VHost handler thread pool.
 ThreadPool IVHost.getThreadPool()
          Get the VHost handler thread pool.
 ThreadPool IVHost.getTransportThreadPool()
          Get the VHost transport thread pool.
 void ThreadPool.init(int corePoolSize)
          Initialize threadPool.
 void VHostItem.reset()
          Reset vHostItem to empty state
 void ThreadPool.terminate()
          Terminate all threads and cleanup threadPool.