Skip to content

Infra lifecycle management#69

Merged
victoragnez merged 6 commits intodevelopfrom
Infra-lifecycle-management
Nov 16, 2018
Merged

Infra lifecycle management#69
victoragnez merged 6 commits intodevelopfrom
Infra-lifecycle-management

Conversation

@emaanuelsilvaa
Copy link
Copy Markdown
Contributor

No description provided.

* Hello world!
*
*/
public class App {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this class

*/
public interface ILifecycleManagement {

public Object getInvoker( AbsoluteObjectReference aor);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it return a Invoker instead of Object?

public interface ILifecycleManagement {

public Object getInvoker( AbsoluteObjectReference aor);
public void invocationDone( Object obj);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change parameters to AOR and Invoker

@@ -0,0 +1,6 @@
package br.ufrn.dimap.middleware.infrastructure.lifecycleManagement.modelo;

public interface IStaticRegistry
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change interface name to StaticRegistry, following the pattern used by the others classes and interfaces

* @version 1.0
* @see LifecycleManagement Interface
*/
public interface ILifecycleManagement {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change interface name to LifecycleManagement, following the pattern used by the others classes and interfaces


import br.ufrn.dimap.middleware.infrastructure.lifecycleManagement.modelo.IStaticRegistry;

public class StaticRegistry implements IStaticRegistry
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change interface name to StaticRegistryImpl, following the pattern used by the others classes and interfaces

* @version 1.0
* @see Lifecycle Management
*/
public class LifecycleManagement implements ILifecycleManagement {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change interface name to LifecycleManagementImpl, following the pattern used by the others classes and interfaces

@victoragnez victoragnez merged commit 598baad into develop Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants