|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkTargetConfiguration
This interface is used for configuring the network target.
Method Summary | |
---|---|
Buffering |
getBuffering()
This property configures the options of buffering usage. |
java.lang.Long |
getExpire()
The expiration term for messages in the queue. |
int |
getInMemoryBufferCapacity()
This property sets the capacity of in-memory buffers. |
java.lang.String |
getSpoolFile()
The name of the spool file. |
void |
setBuffering(Buffering buffering)
|
void |
setExpire(java.lang.Long expire)
|
void |
setInMemoryBufferCapacity(int i)
|
void |
setSpoolFile(java.lang.String str)
|
Methods inherited from interface com.genesyslab.platform.logging.configuration.TargetConfiguration |
---|
getFilter, getMessageHeaderFormat, getVerbose, isEnabled, isReadOnly, setEnabled, setFilter, setMessageHeaderFormat, setVerbose |
Method Detail |
---|
Buffering getBuffering()
void setBuffering(Buffering buffering)
int getInMemoryBufferCapacity()
void setInMemoryBufferCapacity(int i)
java.lang.String getSpoolFile()
void setSpoolFile(java.lang.String str)
java.lang.Long getExpire()
void setExpire(java.lang.Long expire)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |