Need factory to create Host/HostGroup in bundle gateway-core
------------------------------------------------------------

                 Key: RADMAN-23
                 URL: http://issues.ops4j.org/jira/browse/RADMAN-23
             Project: Pax RadMan
          Issue Type: New Feature
          Components: BOOTSTRAP
            Reporter: Gavin Bong
            Assignee: Edward Yakop


Bundle ( & ( groupId=org.ops4j.pax.radman.server.gateway.bundles ) ( 
artifactId=gateway-core ) ) needs to provide a factory class to create Host and 
HostGroup.

e.g. 

class Factory 
{
    /**
     * sample
     */
    public static final Host createHost( String ip, String description )
    {
        return new HostImpl( ip, description );
    }

    public static final HostGroup createHostGroup( ... ) { .. }
}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to