ADD file via upload

main
pc9arzikf 4 months ago
parent c4e187c2bb
commit 39afd69c3e

@ -0,0 +1,25 @@
package ;
/**
* ?
* @author chuyang
* @version 1.0
* @created 28-10-2025 11:03:00
*/
public interface DistributedObjectFactory {
/**
*
* @param type
*/
public DistributedObject createObject(ObjectType type);
/**
*
* @param type
* @param id
*/
public DistributedObject createObject(ObjectType type, String id);
}
Loading…
Cancel
Save