org.jboss.logging
Interface Log4jSocketServerMBean

All Superinterfaces:
org.jboss.system.Service, org.jboss.system.ServiceMBean
All Known Implementing Classes:
Log4jSocketServer

public interface Log4jSocketServerMBean
extends org.jboss.system.ServiceMBean

MBean interface.


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 int getBacklog()
           
 InetAddress getBindAddress()
           
 org.apache.log4j.spi.LoggerRepository getLoggerRepository(InetAddress addr)
           
 Class getLoggerRepositoryFactoryType()
           
 int getPort()
           
 void setBacklog(int backlog)
           
 void setBindAddress(InetAddress addr)
           
 boolean setListenerEnabled()
           
 void setListenerEnabled(boolean enabled)
           
 void setLoggerRepositoryFactoryType(Class type)
           
 void setPort(int port)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

setPort

void setPort(int port)

getPort

int getPort()

setBacklog

void setBacklog(int backlog)

getBacklog

int getBacklog()

setBindAddress

void setBindAddress(InetAddress addr)

getBindAddress

InetAddress getBindAddress()

setListenerEnabled

void setListenerEnabled(boolean enabled)

setListenerEnabled

boolean setListenerEnabled()

setLoggerRepositoryFactoryType

void setLoggerRepositoryFactoryType(Class type)
                                    throws InstantiationException,
                                           IllegalAccessException,
                                           ClassCastException
Throws:
InstantiationException
IllegalAccessException
ClassCastException

getLoggerRepositoryFactoryType

Class getLoggerRepositoryFactoryType()

getLoggerRepository

org.apache.log4j.spi.LoggerRepository getLoggerRepository(InetAddress addr)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.