Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
UnicastRemoteObject
org.objectweb.util.monolog.wrapper.remote.lib.MonologFactoryProxyImpl
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
int |
|
boolean |
|
boolean |
|
boolean |
|
Map | |
Map |
|
String[] | |
Level |
|
Level |
|
Level[] | |
LoggerInfo |
|
LoggerInfo |
|
LoggerInfo[] | |
Properties | |
String | |
void |
|
void |
|
void |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public MonologFactoryProxyImpl(MonologFactory mf, String rmiName) throws RemoteException
public void addHandlerToLogger(String handlername, String loggerName) throws RemoteException
- Specified by:
- addHandlerToLogger in interface MonologFactoryProxy
public void addTopicToLogger(String topic, String loggerName) throws RemoteException
- Specified by:
- addTopicToLogger in interface MonologFactoryProxy
public int compareTo(String levelname1, String levelname2) throws RemoteException
- Specified by:
- compareTo in interface MonologFactoryProxy
public boolean createHandler(String hn, String handlertype) throws RemoteException
- Specified by:
- createHandler in interface MonologFactoryProxy
public boolean defineLevel(String name, String value) throws RemoteException
- Specified by:
- defineLevel in interface MonologFactoryProxy
public boolean defineLevel(String name, int value) throws RemoteException
- Specified by:
- defineLevel in interface MonologFactoryProxy
public Map getAllHandlerAttributes() throws RemoteException
- Specified by:
- getAllHandlerAttributes in interface MonologFactoryProxy
public Map getHandlerAttributes(String handlername) throws RemoteException
- Specified by:
- getHandlerAttributes in interface MonologFactoryProxy
public String[] getHandlerNames() throws RemoteException
- Specified by:
- getHandlerNames in interface MonologFactoryProxy
public Level getLevel(String name) throws RemoteException
- Specified by:
- getLevel in interface MonologFactoryProxy
public Level getLevel(int value) throws RemoteException
- Specified by:
- getLevel in interface MonologFactoryProxy
public Level[] getLevels() throws RemoteException
- Specified by:
- getLevels in interface MonologFactoryProxy
public LoggerInfo getLogger(String loggername) throws RemoteException
- Specified by:
- getLogger in interface MonologFactoryProxy
public LoggerInfo getLogger(String loggername, String resourceBundleName) throws RemoteException
- Specified by:
- getLogger in interface MonologFactoryProxy
public LoggerInfo[] getLoggers() throws RemoteException
- Specified by:
- getLoggers in interface MonologFactoryProxy
public Properties getMonologProperties() throws RemoteException
- Specified by:
- getMonologProperties in interface MonologFactoryProxy
public String getResourceBundleName() throws RemoteException
- Specified by:
- getResourceBundleName in interface MonologFactoryProxy
public void register(String name) throws RemoteException
public void register(java.net.InetAddress host, String name) throws RemoteException
public void removeAllHandlersFromLogger(String loggerName) throws RemoteException
- Specified by:
- removeAllHandlersFromLogger in interface MonologFactoryProxy
public boolean removeHandler(String handlername) throws RemoteException
- Specified by:
- removeHandler in interface MonologFactoryProxy
public void removeHandlerFromLogger(String handlerName, String loggerName) throws RemoteException
- Specified by:
- removeHandlerFromLogger in interface MonologFactoryProxy
public void removeLevel(String name) throws RemoteException
- Specified by:
- removeLevel in interface MonologFactoryProxy
public void removeTopicFromLogger(String topic, String loggerName) throws RemoteException
- Specified by:
- removeTopicFromLogger in interface MonologFactoryProxy
public void setAdditivity(boolean a, String loggerName) throws RemoteException
- Specified by:
- setAdditivity in interface MonologFactoryProxy
public void setHandlerAttribute(String handlername, String attributeName, String value) throws RemoteException
- Specified by:
- setHandlerAttribute in interface MonologFactoryProxy
public void setResourceBundleName(String resourceBundleName) throws RemoteException
- Specified by:
- setResourceBundleName in interface MonologFactoryProxy