org.enhydra.shark.asap
Interface FactoryPortType
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- AsapFactoryBindingSkeleton, AsapFactoryBindingStub
- public interface FactoryPortType
- extends java.rmi.Remote
getProperties
public void getProperties(Request head,
java.lang.String body,
ResponseHolder head2,
GetPropertiesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
createInstance
public void createInstance(Request head,
CreateInstanceRq body,
ResponseHolder head2,
CreateInstanceRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
listInstances
public void listInstances(Request head,
ListInstancesRq body,
ResponseHolder head2,
ListInstancesRsHolder body2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException