org/objectweb/proactive/p2p/service/util/P2PConstants.java

00001 /* 
00002  * ################################################################
00003  * 
00004  * ProActive: The Java(TM) library for Parallel, Distributed, 
00005  *            Concurrent computing with Security and Mobility
00006  * 
00007  * Copyright (C) 1997-2007 INRIA/University of Nice-Sophia Antipolis
00008  * Contact: proactive@objectweb.org
00009  * 
00010  * This library is free software; you can redistribute it and/or
00011  * modify it under the terms of the GNU Lesser General Public
00012  * License as published by the Free Software Foundation; either
00013  * version 2.1 of the License, or any later version.
00014  *  
00015  * This library is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00018  * Lesser General Public License for more details.
00019  * 
00020  * You should have received a copy of the GNU Lesser General Public
00021  * License along with this library; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
00023  * USA
00024  *  
00025  *  Initial developer(s):               The ProActive Team
00026  *                        http://www.inria.fr/oasis/ProActive/contacts.html
00027  *  Contributor(s): 
00028  * 
00029  * ################################################################
00030  */ 
00031 package org.objectweb.proactive.p2p.service.util;
00032 
00033 
00041 public interface P2PConstants {
00042 
00047     public static final String P2P_NODE_NAME = "P2PNode";
00048 
00052     public static final String SHARED_NODE_NAME = "SharedNode";
00053 
00057     public static final int MAX_NODE = -69;
00058 
00062     public static final String VN_NAME = "SharedNodes";
00063 
00064     // -------------------------------------------------------------------------
00065     // Java system properties names
00066     // -------------------------------------------------------------------------
00067 
00069     public static final String PROPERTY_ACQUISITION = "proactive.p2p.acq";
00070 
00072     public static final String PROPERTY_PORT = "proactive.p2p.port";
00073 
00075     public static final String PROPERTY_NOA = "proactive.p2p.noa";
00076 
00078     public static final String PROPERTY_TTU = "proactive.p2p.ttu";
00079 
00081     public static final String PROPERTY_TTL = "proactive.p2p.ttl";
00082 
00084     public static final String PROPERTY_MSG_MEMORY = "proactive.p2p.msg_capacity";
00085 
00087     public static final String PROPERTY_EXPLORING_MSG = "proactive.p2p.expl_msg";
00088 
00090     public static final String PROPERTY_NODES_ACQUISITION_T0 = "proactive.p2p.nodes_acq_to";
00091 
00093     public static final String PROPERTY_LOOKUP_FREQ = "proactive.p2p.lookup_freq";
00094 
00096     public static final String PROPERTY_MULTI_PROC_NODES = "proactive.p2p.multi_proc_nodes";
00097 
00099     public static final String PROPERPY_XML_PATH = "proactive.p2p.xml_path";
00100 
00102     public static final String PROPERTY_NO_SHARING = "proactive.p2p.nosharing";
00103 
00104     // -------------------------------------------------------------------------
00105     // IC2D P2P Property
00106     // -------------------------------------------------------------------------
00107 
00110     public static final String HIDE_P2PNODE_MONITORING = "proactive.ic2d.hidep2pnode";
00111 }

Generated on Mon Jan 22 15:16:11 2007 for ProActive by  doxygen 1.5.1