org.jboss.osgi.spi.logging
Interface RemoteLogReaderService

All Superinterfaces:
org.osgi.service.log.LogReaderService

public interface RemoteLogReaderService
extends org.osgi.service.log.LogReaderService

An extension of the LogReaderService that can be setup to receive remote LogEntry objects.

Since:
12-Apr-2009
Author:
thomas.diesler@jboss.com

Field Summary
static java.lang.String REMOTE_LOG_HOST
          Property to set the receiving host: 'org.jboss.osgi.service.remote.log.host'
static java.lang.String REMOTE_LOG_PORT
          Property to set the receiving port: 'org.jboss.osgi.service.remote.log.port'
static java.lang.String REMOTE_LOG_READER
          Property to set to 'true' on the receiving side: 'org.jboss.osgi.service.remote.log.reader'
static java.lang.String REMOTE_LOG_SENDER
          Property to set to 'true' on the sending side: 'org.jboss.osgi.service.remote.log.sender'
 
Method Summary
 
Methods inherited from interface org.osgi.service.log.LogReaderService
addLogListener, getLog, removeLogListener
 

Field Detail

REMOTE_LOG_SENDER

static final java.lang.String REMOTE_LOG_SENDER
Property to set to 'true' on the sending side: 'org.jboss.osgi.service.remote.log.sender'

See Also:
Constant Field Values

REMOTE_LOG_READER

static final java.lang.String REMOTE_LOG_READER
Property to set to 'true' on the receiving side: 'org.jboss.osgi.service.remote.log.reader'

See Also:
Constant Field Values

REMOTE_LOG_HOST

static final java.lang.String REMOTE_LOG_HOST
Property to set the receiving host: 'org.jboss.osgi.service.remote.log.host'

See Also:
Constant Field Values

REMOTE_LOG_PORT

static final java.lang.String REMOTE_LOG_PORT
Property to set the receiving port: 'org.jboss.osgi.service.remote.log.port'

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.