Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/OldServer/src/org/litesoft/GWT/eventbus/server/nonpublic/ZombieServerEventBus.java

Diff revisions: vs.
  @@ -1,29 +1,29 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.eventbus.server.nonpublic;
3 -
4 - import org.litesoft.GWT.eventbus.client.nonpublic.*;
5 - import org.litesoft.GWT.eventbus.server.*;
6 - import org.litesoft.logger.*;
7 -
8 - public final class ZombieServerEventBus extends ServerEventBus {
9 - private static final Logger LOGGER = LoggerFactory.getLogger( ZombieServerEventBus.class );
10 -
11 - public static final ZombieServerEventBus INSTANCE = new ZombieServerEventBus();
12 -
13 - public Type getType() {
14 - return Type.Zombie;
15 - }
16 -
17 - private ZombieServerEventBus() {
18 - super( 0 );
19 - initialize( LOGGER, NullStatePeerSupportingEventBus.INSTANCE );
20 - LLsetDisposed();
21 - }
22 -
23 - public synchronized void setRelatedBusCommonObject( Object pRelatedBusCommonObject ) {
24 - }
25 -
26 - public String toString() {
27 - return "Zombi" + super.toString();
28 - }
29 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.eventbus.server.nonpublic;
3 +
4 + import org.litesoft.GWT.eventbus.client.nonpublic.*;
5 + import org.litesoft.GWT.eventbus.server.*;
6 + import org.litesoft.logger.*;
7 +
8 + public final class ZombieServerEventBus extends ServerEventBus {
9 + private static final Logger LOGGER = LoggerFactory.getLogger( ZombieServerEventBus.class );
10 +
11 + public static final ZombieServerEventBus INSTANCE = new ZombieServerEventBus();
12 +
13 + public Type getType() {
14 + return Type.Zombie;
15 + }
16 +
17 + private ZombieServerEventBus() {
18 + super( 0 );
19 + initialize( LOGGER, NullStatePeerSupportingEventBus.INSTANCE );
20 + LLsetDisposed();
21 + }
22 +
23 + public synchronized void setRelatedBusCommonObject( Object pRelatedBusCommonObject ) {
24 + }
25 +
26 + public String toString() {
27 + return "Zombi" + super.toString();
28 + }
29 + }