diff options
Diffstat (limited to 'sources/events/VSRegisteredEvents.java')
| -rw-r--r-- | sources/events/VSRegisteredEvents.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/events/VSRegisteredEvents.java b/sources/events/VSRegisteredEvents.java index 6413314..ca0b224 100644 --- a/sources/events/VSRegisteredEvents.java +++ b/sources/events/VSRegisteredEvents.java @@ -51,6 +51,8 @@ public final class VSRegisteredEvents { registerEvent("protocols.implementations.ExternalTimeSyncProtocol", "Christians Methode zur externen Sync.", "Christians"); registerEvent("protocols.implementations.InternalTimeSyncProtocol", "Interne Synchronisation", "Interne Sync."); registerEvent("protocols.implementations.PingPongProtocol", "Ping Pong", null); + registerEvent("protocols.implementations.OnePhaseCommitProtocol", "Ein-Phasen Commit", "1-Phasen Commit"); + registerEvent("protocols.implementations.TwoPhaseCommitProtocol", "Zwei-Phasen Commit", "2-Phasen Commit"); /* Make dummy objects of each protocol, to see if they contain VSPrefs values to edit */ Vector<String> protocolClassnames = getProtocolClassnames(); @@ -63,6 +65,8 @@ public final class VSRegisteredEvents { editableProtocolsClassnames.add(protocolClassname); } } + + //Collections.sort(editableProtocolsClassnames); } /** |
