public class PModeRepository extends Object implements org.apache.commons.vfs2.FileListener
Modifier and Type | Method and Description |
---|---|
void |
fileChanged(org.apache.commons.vfs2.FileChangeEvent fileChangeEvent) |
void |
fileCreated(org.apache.commons.vfs2.FileChangeEvent fileChangeEvent) |
void |
fileDeleted(org.apache.commons.vfs2.FileChangeEvent fileChangeEvent) |
PMode |
findPModeFromAgreement(String agreement)
API method to get PMode using agreementRef
|
static PModeRepository |
getInstance()
This will return the PModeRepository instance
|
public static PModeRepository getInstance() throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
public PMode findPModeFromAgreement(String agreement)
agreement
- PMode Agreementpublic void fileCreated(org.apache.commons.vfs2.FileChangeEvent fileChangeEvent) throws Exception
fileCreated
in interface org.apache.commons.vfs2.FileListener
Exception
public void fileDeleted(org.apache.commons.vfs2.FileChangeEvent fileChangeEvent) throws Exception
fileDeleted
in interface org.apache.commons.vfs2.FileListener
Exception
Copyright © 2019 WSO2. All rights reserved.