org.apache.agila.services.rendezvous
Interface RendezvousNode


public interface RendezvousNode

Version:
$Id: $
Author:
Geir Magnusson Jr.

Field Summary
static int TYPE_GLOBAL
          Can be shared accross instances of the same process
static int TYPE_LOCAL
          For use only within a given instance
static int TYPE_PRIVATE
          For private node use
 

Field Detail

TYPE_GLOBAL

static final int TYPE_GLOBAL
Can be shared accross instances of the same process

See Also:
Constant Field Values

TYPE_LOCAL

static final int TYPE_LOCAL
For use only within a given instance

See Also:
Constant Field Values

TYPE_PRIVATE

static final int TYPE_PRIVATE
For private node use

See Also:
Constant Field Values


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.