com.resilientedge.jockey.servicebridge
Class ServiceBridge

java.lang.Object
  |
  +--com.resilientedge.jockey.servicebridge.ServiceBridge

public class ServiceBridge
extends java.lang.Object

Management interface for the service bridge subsystem of Jockey.

Version:
$Revision: 1.1.1.1 $
Author:
AVaughan

Method Summary
static ServiceBridge getInstance()
          Returns the singleton instance
 void init()
          Initializer
 void shutdown()
          Shutdown the peerbridge subsystem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServiceBridge getInstance()
Returns the singleton instance
Returns:
The Instance value

init

public void init()
Initializer

shutdown

public void shutdown()
Shutdown the peerbridge subsystem.


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.