| |
|
| java.lang.Object org.libresource.so6.core.client.DummyClient
ATTACH | final public static String ATTACH(Code) | | Name of the local directory where the attachement of the command will be
stored
|
BINEXT | public static String BINEXT(Code) | | Key name for the binary extention information in the property file
|
CMDS | final public static String CMDS(Code) | | Name of the local directory where the command during compression will be
stored
|
LAST_TICKET | public static String LAST_TICKET(Code) | | Key name for the last ticket information in the property file
|
PATCHFILES | final public static String PATCHFILES(Code) | | Name of the local directory where the patch will be stored
|
PROP_FILE | public static String PROP_FILE(Code) | | Name of the queue property file
|
DummyClient | public DummyClient() throws Exception(Code) | | Create a So6 queue in a tmp directory
|
DummyClient | public DummyClient(Properties props)(Code) | | Default constructor
Parameters: props - |
DummyClient | public DummyClient(String path)(Code) | | Create a So6 queue in the specified directory
Parameters: path - the base path for the queue |
getDummyPath | public String getDummyPath()(Code) | | Return the base path of the Dummy queue directory
the base path of the queue. |
getInternalPropertyList | public static String[] getInternalPropertyList()(Code) | | |
getLastTicket | public long getLastTicket()(Code) | | |
listPatch | public long[][] listPatch()(Code) | | |
load | public void load()(Code) | | Load meta data from the queue property file
|
main | public static void main(String[] args)(Code) | | Construct a Dummy queue to the path specified in parameter.
Parameters: args - |
readBinExt | public static Vector readBinExt(String s)(Code) | | Split binary extention into a vector of extention
Parameters: s - |
save | public void save()(Code) | | Save queue meta data
|
|
|
|