public class Dip extends Object
Constructor and Description |
---|
Dip() |
Modifier and Type | Method and Description |
---|---|
static DipFactory |
create()
Set up a DIPfactory for use as a client only.
|
static DipFactory |
create(String name)
Set up a DipFactory for up for use as client and/or server.
|
static DipFactory |
create(String name,
String dipnsServers)
Set up a DipFactory for up for use as client and/or server.
|
static String |
getDipVersion()
Get the current DIP version as a String.
|
public static DipFactory create()
DipFactory
public static String getDipVersion()
public static DipFactory create(String name)
name
- Name of this DIM Server as declared to the name server (must be unique)DipFactory
public static DipFactory create(String name, String dipnsServers)
name
- Name of this DIM Server as declared to the name server (must be unique)dipnsServers
- Comma-separated lists of DIP name server hostnames (e.g. "dipns1,dipns2")DipFactory
,
create()
Copyright © 2008–2017 CERN. All rights reserved.