|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.log4j.spi.ComponentBase
org.apache.log4j.plugins.PluginSkeleton
org.apache.log4j.plugins.Receiver
org.apache.log4j.net.SocketHubReceiver
public class SocketHubReceiver
SocketHubReceiver receives a remote logging event on a configured socket and "posts" it to a LoggerRepository as if the event was generated locally. This class is designed to receive events from the SocketHubAppender class (or classes that send compatible events).
Once the event has been "posted", it will be handled by the appenders currently configured in the LoggerRespository.
| Field Summary | |
|---|---|
protected boolean |
active
Active. |
protected org.apache.log4j.net.SocketHubReceiver.Connector |
connector
Connector. |
protected java.lang.String |
host
Host. |
protected int |
port
Port. |
protected int |
reconnectionDelay
Reconnection delay. |
protected java.net.Socket |
socket
Socket. |
| Fields inherited from class org.apache.log4j.plugins.Receiver |
|---|
thresholdLevel |
| Fields inherited from class org.apache.log4j.plugins.PluginSkeleton |
|---|
name |
| Fields inherited from class org.apache.log4j.spi.ComponentBase |
|---|
repository |
| Constructor Summary | |
|---|---|
SocketHubReceiver()
Create new instance. |
|
SocketHubReceiver(java.lang.String h,
int p)
Create new instance. |
|
SocketHubReceiver(java.lang.String h,
int p,
org.apache.log4j.spi.LoggerRepository repo)
Create new instance. |
|
| Method Summary | |
|---|---|
void |
activateOptions()
Starts the SocketReceiver with the current options. |
void |
addSocketNodeEventListener(SocketNodeEventListener l)
Adds a SocketNodeEventListener to this receiver to be notified of SocketNode events. |
java.lang.String |
getHost()
Get the remote host to connect to for logging events. |
int |
getPort()
Get the remote port to connect to for logging events. |
int |
getReconnectionDelay()
Returns value of the ReconnectionDelay option. |
boolean |
isActive()
Returns true if this receiver is active. |
boolean |
isEquivalent(org.apache.log4j.plugins.Plugin testPlugin)
Returns true if the receiver is the same class and they are configured for the same properties, and super class also considers them to be equivalent. |
void |
removeSocketNodeEventListener(SocketNodeEventListener l)
Removes a specific SocketNodeEventListener from this instance so that it will no longer be notified of SocketNode events. |
protected void |
setActive(boolean b)
Sets the flag to indicate if receiver is active or not. |
void |
setHost(java.lang.String remoteHost)
Configures the Host property, this will require activateOptions to be called for this to take effect. |
void |
setPort(int p)
Set the remote port to connect to for logging events. |
void |
setPort(java.lang.String remoteHost)
Set the remote host to connect to for logging events. |
void |
setReconnectionDelay(int delay)
The ReconnectionDelay option takes a positive integer representing the number of milliseconds to wait between each failed connection attempt to the server. |
void |
shutdown()
Called when the receiver should be stopped. |
void |
socketClosedEvent(java.lang.Exception e)
Listen for a socketClosedEvent from the SocketNode. |
void |
socketOpened(java.lang.String remoteInfo)
This method does nothing. |
| Methods inherited from class org.apache.log4j.plugins.Receiver |
|---|
doPost, getThreshold, isAsSevereAsThreshold, setThreshold |
| Methods inherited from class org.apache.log4j.plugins.PluginSkeleton |
|---|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getLoggerRepository, getName, removePropertyChangeListener, removePropertyChangeListener, setLoggerRepository, setName |
| Methods inherited from class org.apache.log4j.spi.ComponentBase |
|---|
getLogger, getNonFloodingLogger, resetErrorCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.log4j.net.NetworkBased |
|---|
getName |
| Field Detail |
|---|
protected java.lang.String host
protected int port
protected int reconnectionDelay
protected boolean active
protected org.apache.log4j.net.SocketHubReceiver.Connector connector
protected java.net.Socket socket
| Constructor Detail |
|---|
public SocketHubReceiver()
public SocketHubReceiver(java.lang.String h,
int p)
h - hostp - port
public SocketHubReceiver(java.lang.String h,
int p,
org.apache.log4j.spi.LoggerRepository repo)
h - hostp - portrepo - logger repository| Method Detail |
|---|
public void addSocketNodeEventListener(SocketNodeEventListener l)
l - listenerpublic void removeSocketNodeEventListener(SocketNodeEventListener l)
l - listenerpublic java.lang.String getHost()
public void setHost(java.lang.String remoteHost)
remoteHost - address of remote host.public void setPort(java.lang.String remoteHost)
remoteHost - address of remote host.public int getPort()
getPort in interface PortBasedpublic void setPort(int p)
p - portpublic void setReconnectionDelay(int delay)
Setting this option to zero turns off reconnection capability.
delay - milliseconds to wait or zero to not reconnect.public int getReconnectionDelay()
public boolean isEquivalent(org.apache.log4j.plugins.Plugin testPlugin)
isEquivalent in interface org.apache.log4j.plugins.PluginisEquivalent in class org.apache.log4j.plugins.PluginSkeletontestPlugin - The plugin to test equivalency against.
public boolean isActive()
isActive in interface NetworkBasedisActive in interface org.apache.log4j.plugins.PluginisActive in class org.apache.log4j.plugins.PluginSkeletonprotected void setActive(boolean b)
b - new valuepublic void activateOptions()
activateOptions in interface org.apache.log4j.spi.OptionHandlerpublic void shutdown()
shutdown in interface org.apache.log4j.plugins.Pluginpublic void socketClosedEvent(java.lang.Exception e)
socketClosedEvent in interface SocketNodeEventListenere - exception not used.public void socketOpened(java.lang.String remoteInfo)
socketOpened in interface SocketNodeEventListenerremoteInfo - remote info.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||