|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.carrotsearch.ant.tasks.junit4.events.BootstrapEvent
public class BootstrapEvent
Initial message sent from the slave to the master (if forked locally).
| Nested Class Summary | |
|---|---|
static class |
BootstrapEvent.EventChannelType
Communication channel for events. |
| Constructor Summary | |
|---|---|
BootstrapEvent(BootstrapEvent.EventChannelType channelType)
Preinitialization with local machine's configuration. |
|
| Method Summary | |
|---|---|
String |
getDefaultCharsetName()
Default charset on the slave. |
BootstrapEvent.EventChannelType |
getEventChannel()
Which channel will be used for communication? We need multiple options because various jvms send crash info to various channels. |
Map<String,String> |
getSystemProperties()
System properties on the slave. |
EventType |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapEvent(BootstrapEvent.EventChannelType channelType)
| Method Detail |
|---|
public BootstrapEvent.EventChannelType getEventChannel()
public String getDefaultCharsetName()
public Map<String,String> getSystemProperties()
public EventType getType()
getType in interface IEvent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||